From accb501e925095c66bbf58007038a883b94e73ed Mon Sep 17 00:00:00 2001 From: julian laplace Date: Mon, 31 Oct 2022 16:40:54 +0100 Subject: css... --- public/assets/css/bucky.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'public/assets') diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index c1013e7..10f5059 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -86,9 +86,6 @@ h1 { .bluebox input[type="text"] { border: 1px solid #000; font-size: 12px; - position: relative; - top: 1px; - margin-bottom: 5px; } .bluebox big { display: block; @@ -209,14 +206,27 @@ tr { padding: 0; } #hootbox form { - padding: 4px; + padding: 0.25rem; + display: flex; + flex-flow: row wrap; + justify-content: center; + align-items: center; + width: 100%; + margin-bottom: 0.5rem; } #hootbox input[type="text"] { - width: calc(100% - 57px); - margin-left: 3px; + flex: 1; + margin: 0; + font-size: 0.75rem; + padding: 0.25rem; +} +#hootbox .errors { + width: 100%; } #hootbox button { - width: 44px; + min-width: 3rem; + padding: 3px; + font-size: 11px; } #hoots { width: 100%; -- cgit v1.2.3-70-g09d2