Initial Config Theme & File Store Changes

Update theme & remove dynatree requirement
This commit is contained in:
Gary Sharp
2014-04-13 20:19:02 +10:00
parent 41dc002ef8
commit a4f4b7d0b3
34 changed files with 1048 additions and 813 deletions
+5 -5
View File
@@ -1182,18 +1182,18 @@ td.subtleHighlight {
border-radius: 3px;
}
.field-validation-error {
color: red;
color: #e51400 !important;
}
.field-validation-valid {
display: none;
}
.input-validation-error {
border: 1px solid red;
background-color: #ffeeee;
border: 1px solid #e51400 !important;
background-color: #fff7f7 !important;
}
.validation-summary-errors {
font-weight: bold;
color: red;
font-weight: bold !important;
color: #e51400 !important;
}
.validation-summary-valid {
display: none;