summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
commit0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca (patch)
tree50bd1835eb637d6cdfc093c0d25b3abdf58673c3 /themes/garland
parentb1099651988afe22ee1bb7a21dbc87b70072e9e1 (diff)
downloadbrdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.gz
brdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.bz2
#874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0).
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index bdbc88d85..e8e175063 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -290,20 +290,6 @@ span.form-required {
padding: .5em 1em;
}
-div.messages {
- margin: .75em 0 .75em;
- padding: .1em .5em .15em;
-}
-
-.messages ul {
- margin: 0;
-}
-
-.messages li {
- margin: 0;
- padding: 0 0 0 1.3em; /* LTR */
-}
-
.form-checkboxes,
.form-radios,
.form-checkboxes .form-item,
@@ -1196,38 +1182,11 @@ tr.taxonomy-term-divider-bottom {
/**
* Generic elements.
*/
-div.messages {
- background-color: #fff;
- border: 1px solid #b8d3e5;
-}
-
.preview {
background-color: #fcfce8;
border: 1px solid #e5e58f;
}
-div.status {
- background-color: #fff;
- border-color: #c7f2c8;
- color: #33a333;
-}
-
-div.error {
- border: 1px solid #d77;
-}
-
-div.error,
-tr.error {
- color: #a30000;
- background-color: #FFCCCC;
-}
-
-div.warning {
- background-color: #ffd;
- border: 1px solid #f0c020;
- color: #220;
-}
-
.form-item input.error,
.form-item textarea.error {
border: 1px solid #c52020;