diff options
Diffstat (limited to 'www/css/fms.css')
-rw-r--r-- | www/css/fms.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index de94e95..7307f83 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -400,6 +400,10 @@ text-align: center; } + #offline textarea { + min-height: 0; + } + /* home screen */ #front-page div[data-role='content'] { @@ -778,6 +782,12 @@ font-size: 30px; } + /* On the offline page the UI is ordered differently, so we want + to stop the button overlapping the 'add another photo' butto' */ + #offline .del_photo_button.photo-corner-button { + top: 0; + } + @media only screen and (max-width: 800px) and (min-width: 600px) { img.placeholder { height: 398px; |