Fixes for Bug 3089, Date entry fields should indicate required date format
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 5efd709..190c9da 100644 (file)
@@ -509,9 +509,13 @@ fieldset.brief ol, fieldset.brief li {
        list-style-type : none;
 }
 
-fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
+.hint {
        color : #999999;
        font-size : 95%;
+}
+
+fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
+       font-size : 95%;
        margin-bottom : .4em;
 }