From: Paul Hänsch Date: Sun, 25 Jul 2021 20:28:15 +0000 (+0200) Subject: fix android: display arrow buttons in top row of calendar X-Git-Url: https://git.plutz.net/?p=webpoll;a=commitdiff_plain;h=465f83a6172ecc5ca92e551e0e5717469be37924 fix android: display arrow buttons in top row of calendar --- diff --git a/webpoll.css b/webpoll.css index c0293a1..d8f0da1 100644 --- a/webpoll.css +++ b/webpoll.css @@ -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 {