- alterator's CSS:

hr - use color from color scheme
   .error-message - move to group of deprecated classes
This commit is contained in:
Stanislav Ievlev 2009-06-25 14:18:17 +04:00
parent 120dfb7641
commit 7194b7541f

View File

@ -30,7 +30,7 @@ tr {
hr {
border: none;
border-top: 1px solid #5ac;
border-top: 1px solid #@MIDDLE_LABELS_HEX@;;
}
h1 {
@ -58,13 +58,6 @@ textarea, select, input.text {
background-color: #@LIGHT_COLOR_HEX@;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
.frame-table {
border-style:solid;
@ -397,3 +390,11 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
.expanded {
width: 100%;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}