From 6abfc7494d0566aba5318bcfc2b4784727982a42 Mon Sep 17 00:00:00 2001 From: Choom Date: Mon, 16 Jan 2023 14:28:35 -0300 Subject: Fix css mobile --- static/css/putaba.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static/css/putaba.css') diff --git a/static/css/putaba.css b/static/css/putaba.css index 5c246f5..45152dc 100644 --- a/static/css/putaba.css +++ b/static/css/putaba.css @@ -73,7 +73,7 @@ hr, display: block; } .thread, -.userdelete, +#userdel, .postform, .oekform { background: #fff; @@ -150,7 +150,7 @@ hr, background: #ccc; outline: 2px dashed #aaa; } -.userdelete { +#userdel{ padding: 5px; } input[type="submit"].psei { @@ -163,7 +163,7 @@ input[type="submit"].psei { float: left; } .managertable td, -.pg { +#pg { background: #fff; } .managertable th { @@ -196,8 +196,8 @@ input[type="submit"].psei { } @media (max-width: 600px) { .thread, - .userdel { + #userdel { margin: 2em 0; padding: 5px; } -} \ No newline at end of file +} -- cgit v1.2.1-18-gbd029