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:
@@ -90,7 +90,6 @@ table tfoot {
|
||||
.hint {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.tn {
|
||||
|
||||
Reference in New Issue
Block a user