diff options
-rw-r--r-- | themes/default/css/screen.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a8954b98..a8a9b537 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -174,16 +174,6 @@ textarea { .gRequired { } -ul.gError, -li.gError { - background-color: #ffdcdc; -} - -.gError label, -.gValidationRule { - color: red; -} - .gValidationRule { font-size: 80%; margin-top: .5em; @@ -402,13 +392,16 @@ table.gMetadata td.toggle { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ .gMessages li { - background-position: .5em .1em; - background-repeat: no-repeat; border: 1px solid #ccc; margin: .4em 0; padding: .1em .5em .1em 30px; } +.gError, .gWarning, .gSuccess, .gHelp, .gInfo { + background-position: .5em .1em; + background-repeat: no-repeat; +} + .gError { background-color: #fcc; background-image: url('../images/ico-error.png'); |