diff options
author | emkael <emkael@tlen.pl> | 2016-04-29 15:40:10 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-29 15:40:10 +0200 |
commit | a5c71eb8d3166c5010848868af28282df878042f (patch) | |
tree | 19e32db12ad6705706cb2fd1c08e0fc424aef380 /app/php/controls/styles | |
parent | 90125e8b38323ea3fbd856ba565837a801677a7b (diff) |
* preloader styles for calendar scaffold
Diffstat (limited to 'app/php/controls/styles')
-rw-r--r-- | app/php/controls/styles/CalendarScaffold.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/php/controls/styles/CalendarScaffold.css b/app/php/controls/styles/CalendarScaffold.css new file mode 100644 index 0000000..6e38dbb --- /dev/null +++ b/app/php/controls/styles/CalendarScaffold.css @@ -0,0 +1,11 @@ +.calendarScaffold { + position: relative; +} +.calendarScaffold .calendarScaffoldLoader { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(255,255,255,0.8); +} |