diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-06 12:57:23 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-06 12:57:23 -0400 |
| commit | eed8037064f0a2f66115981b5de7246a1dc48225 (patch) | |
| tree | ad0361927c779143e1488a406e7506c2ae8f1efa /www/css | |
| parent | 72c8fbff182ed48c36056945bbebe466e1de9dc8 (diff) | |
timeline now has a radial button for easier use
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 01a4850b..7716dfbe 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -7,6 +7,14 @@ font-size:10px; } +.my-vis-buttons { + position: absolute; + top: 0; + right: 0; + margin: 10px; + z-index: 9999; + } + ion-popover-view.fit { height: auto; } @@ -30,7 +38,7 @@ ion-popover-view.fit ion-content { bottom: 0 ; left: 0 ; right: 0 ; - width: 100% ; + width: 100% } /* I am using flexboxes to dynamicall adapt content in montage view. @@ -117,6 +125,14 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ transform: translate(-50%, -50%); } +.timelinebuttons { + position: fixed; /* or absolute */ + bottom:100px; + left: 50%; + transform: translate(-50%, -50%); + z-index:9999; +} + .eventprogress { position:absolute; |
