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:
@@ -31,10 +31,6 @@ div#add-to-pool-dialog {
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
.hint {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
div#c-pools {
|
||||
|
||||
Reference in New Issue
Block a user