diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-09 16:47:35 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-09 16:47:35 +0100 |
| commit | 088ef490e5bdff983b0af93a7f271f9cf1e10b22 (patch) | |
| tree | f580d3744cecb293da1f924c05647a99bb545af8 | |
| parent | 470f971d18f1afe3788a27e5475a9b72f096291b (diff) | |
| download | themes-088ef490e5bdff983b0af93a7f271f9cf1e10b22.tar.gz themes-088ef490e5bdff983b0af93a7f271f9cf1e10b22.tar.bz2 themes-088ef490e5bdff983b0af93a7f271f9cf1e10b22.zip | |
themes: floaticon button styling and minifind form spacing
btn-link buttons in floaticon get padding/border reset to match plain
anchor icons. Go buttons retain Bootstrap padding (centred text).
form-group and btn spacing within minifind forms.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | css/config.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/config.css b/css/config.css index 3f74008..28524ff 100644 --- a/css/config.css +++ b/css/config.css @@ -8,12 +8,27 @@ i[onlick] { } .floaticon a, +.floaticon button.btn-link, a.icon, img.icon { padding: 0 5px 0 0; font-size: 11pt } +.floaticon button.btn-link { + background: none; + border: none; + cursor: pointer +} + +.floaticon .minifind .form-inline > .btn { + margin-left: 5px +} + +.floaticon .minifind .form-group { + margin-right: 10px +} + .floaticon { float: right; text-align: right |
