short comments for inputs:

- information whether SQL validator is enabled for Validate link
- information about required extensions (SOAP, compression)
- information for constrained values (eg. MaxDbList)
This commit is contained in:
Crack
2010-07-30 00:47:20 +02:00
parent 5a3ec082d8
commit 9adc2597c5
7 changed files with 119 additions and 2 deletions

View File

@@ -363,6 +363,22 @@ input[type="text"]:focus, select:focus, textarea:focus {
background: #F7FBFF;
}
.field-comment {
position: relative;
}
.field-comment-mark {
cursor: help;
padding: 0 0.2em;
font-weight: bold;
font-style: italic;
}
.field-comment-warning {
color: #A00;
}
.green { /* default form button */
color: #080;
}