Quality hint over other elements

This commit is contained in:
Ruud
2012-01-08 13:36:58 +01:00
parent df0886b3b0
commit c329cf38d6
@@ -25,6 +25,13 @@
.profile .formHint {
width: 250px !important;
vertical-align: top !important;
margin: 0 !important;
padding-left: 3px !important;
opacity: 0.1;
}
.profile:hover .formHint {
opacity: 1;
}
.profile .wait_for {