views: fix positioning of form hints.

Position <span class="hint"> elements to the right of normal <input>
elements and underneath <textarea> elements. Fixes form hints being
badly positioned on some pages.
This commit is contained in:
evazion
2019-09-10 00:04:39 -05:00
parent 347aa4b835
commit 49d38d6256
11 changed files with 11 additions and 55 deletions

View File

@@ -14,18 +14,6 @@ div#c-moderator-dashboards {
margin-bottom: 1em;
}
div#ip-addr-search {
margin-bottom: 2em;
.hint {
display: block;
}
}
div#activity-search {
margin-bottom: 2em;
}
table {
width: 100%;
}