diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-20 14:37:04 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-20 14:37:04 -0400 |
| commit | 9266c2e1e409ad906c36be8af9de407ab02c9e9c (patch) | |
| tree | 40d470727fa5656574faf18c12726966eca542ef /www/css | |
| parent | 1bd3546443c31f2e5b769372990cf4ce8f606cef (diff) | |
style updates
Former-commit-id: a3c028e3fdebe82eb3f47362a9dbf60f5fa178ea
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 0cf2314e..a7b88819 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -33,6 +33,22 @@ } +.image-loader-container +{ + position:relative; + width:100%; + height:100%; +} + +image-loader +{ + position:absolute; + top:50%; + left:50%; + z-index:999; +} + + .vis-time-axis .grid.vis-odd { background: #f5f5f5; } @@ -794,6 +810,11 @@ input[type=range]::-webkit-slider-thumb { -webkit-animation-delay: 1s; } +#transition-delay +{ + -webkit-animation-delay: 1s; +} + /* packery stuff */ |
