diff options
Diffstat (limited to 'www/css/fms.css')
-rw-r--r-- | www/css/fms.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index f81dfdc..0c6c1d3 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -154,6 +154,7 @@ } div[data-role='content'] { + position: relative; width: 95%; margin: 20px auto; background-color: rgba(255, 255, 255, 0.8); @@ -171,6 +172,7 @@ } #details-page div[data-role='content'] { + position: static; padding: 0px; margin-bottom: 0px; } @@ -288,6 +290,13 @@ right: 15px; } + .bottom-btn { + position: absolute; + bottom: 5px; + left: 15px; + right: 15px; + } + #confirm, #confirm-map, #reposition, |