move fullscreen button slightly up on small screen, make those styles apply with...
authorRobert Kaiser <kairo@kairo.at>
Fri, 1 May 2015 00:04:47 +0000 (02:04 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 1 May 2015 00:04:47 +0000 (02:04 +0200)
style/lantea.css

index 1ce34d2f15e4baa71b50e6bc8d720e771425b7da..47d0f5b272f6a329c3f1fa4d88dc482d0b40aa87 100644 (file)
@@ -206,7 +206,8 @@ h1 {
   max-width: 95%;
 }
 
   max-width: 95%;
 }
 
-@media screen and (max-width: 500px) {
+@media screen and (max-width: 500px),
+       screen and (max-height: 500px) {
   body {
     font-size: 10px;
   }
   body {
     font-size: 10px;
   }
@@ -220,7 +221,7 @@ h1 {
   }
   #fullscreenArea {
     right: 1px;
   }
   #fullscreenArea {
     right: 1px;
-    bottom: 10px;
+    bottom: 20px;
   }
   #copyright {
     bottom: 1px;
   }
   #copyright {
     bottom: 1px;