diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-12 01:08:25 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-12 01:08:25 +0000 |
commit | 63f6e037a7f7e53d40ac17f8a1adc5dc5fb378b7 (patch) | |
tree | 69e926cb1f6035bca8a7386d65a91818bed1c7d6 | |
parent | 2cf3233f546dfa38521bd9ec280dbec9a9fb7612 (diff) |
Keep .gError and other message type classes from wallpapering bg icons on form and form child elements.
-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'); |