aboutsummaryrefslogtreecommitdiff
path: root/static/styles
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles')
-rw-r--r--static/styles/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/styles/main.css b/static/styles/main.css
index f6c6a27..1bc1709 100644
--- a/static/styles/main.css
+++ b/static/styles/main.css
@@ -57,11 +57,12 @@ span.tag {
display: table-row;
}
- div.side-by-side-help-container>* {
+ div.side-by-side-help-container>label,
+ div.side-by-side-help-container input {
display: table-cell;
}
- div.side-by-side-help-container>.hover-help:focus::after {
+ div.side-by-side-help-container .hover-help:focus::after {
content: attr(title);
font-size: small;
padding-left: 0.2em;