]> git.plutz.net Git - webpoll/commitdiff
fix android: display arrow buttons in top row of calendar
authorPaul Hänsch <paul@plutz.net>
Sun, 25 Jul 2021 20:28:15 +0000 (22:28 +0200)
committerPaul Hänsch <paul@plutz.net>
Sun, 25 Jul 2021 20:28:15 +0000 (22:28 +0200)
webpoll.css

index c0293a1725f8c6aa3033d2b9ee190b8e4e63d4c4..d8f0da1621189af462d78c8e2b7d2a957b5a9315 100644 (file)
@@ -51,27 +51,25 @@ body.newdate form textarea[name=description] {
 }
 
 body.newdate form .date button[name=month] {
-  position: absolute;
   display: inline-block;
-  padding: 0;
-  -height: 3.25em;
+  position: absolute;
+  top: 0;
   height: 2.375em;
   width: 2em; width: calc(50% - 9em);
-  -vertical-align: middle;
+  padding: 0;
   color: transparent;
-  overflow: hidden;
+  background-color: transparent;
   border: none;
+  overflow: hidden;
   z-index: 1;
-  background-color: transparent;
 }
 body.newdate form .date button[name=month]:before {
   display: block;
   content: '<';
   font-size: 1.75em;
   font-weight: bold;
-  -margin-top: .375em;
-  margin-top: .25em;
   color: #666;
+  margin-top: .25em;
 }
 body.newdate form .date table + button[name=month] { right: 0; }
 body.newdate form .date table + button[name=month]:before {