diff options
Diffstat (limited to 'web/command/html/style.css')
| -rw-r--r-- | web/command/html/style.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/web/command/html/style.css b/web/command/html/style.css index 7e40ad4..fbefaa1 100644 --- a/web/command/html/style.css +++ b/web/command/html/style.css @@ -49,10 +49,14 @@ legend { font-style: italic; } -label { +label:not(input[type=checkbox]+label) { font-weight: bold; } +input[type=checkbox] { + margin: 0 0.25rem 0 0; +} + footer { margin-top: 2rem; color: gray; @@ -61,7 +65,7 @@ footer { button, input[type=submit] { background: none!important; - font-family: arial, sans-serif; + font-family: sans-serif; font-size: medium; cursor: pointer; } @@ -98,7 +102,7 @@ a:hover, button:hover, input[type=submit]:hover, button:active, a:active, input[ .sites-table { width: 100%; display: grid; - grid-template-columns: 50% 1fr 1fr; + grid-template-columns: 40% 1fr 1fr 1fr; align-items: center; gap: 1rem; margin-bottom: 1rem; @@ -113,6 +117,10 @@ a:hover, button:hover, input[type=submit]:hover, button:active, a:active, input[ flex-direction: column; } +.sites-table > .flags:not(.header) { + font-family: monospace; +} + .sites-table > .name > span:nth-child(2) { font-size: smaller; } |
