diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-31 16:40:54 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-31 16:40:54 +0100 |
| commit | accb501e925095c66bbf58007038a883b94e73ed (patch) | |
| tree | 6a4ee9168135a2c4b81ee09a38799f31b2f9b5ab /public | |
| parent | ec6ad6ddb99441eb532b5e72a45c5312813a0a2e (diff) | |
css...
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/bucky.css | 24 |
1 files changed, 17 insertions, 7 deletions
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%; |
