From 465f83a6172ecc5ca92e551e0e5717469be37924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 25 Jul 2021 22:28:15 +0200 Subject: [PATCH] fix android: display arrow buttons in top row of calendar --- webpoll.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 { -- 2.39.2