Help text

This commit is contained in:
John Firebaugh
2014-05-17 10:22:54 -07:00
parent 047fbb1282
commit eaaff52d62
6 changed files with 102 additions and 32 deletions

View File

@@ -1538,9 +1538,22 @@ input[type=number] {
/* Restrictions editor */
.form-field-restrictions .preset-input-wrap {
position: relative;
height: 300px;
}
.form-field-restrictions .restriction-help {
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 2px 6px;
background-color: rgba(255, 255, 255, .8);
color: #999;
text-align: center;
}
/* combobox dropdown */
div.combobox {