summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-01 14:47:16 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-01 14:47:16 +0000
commit5c60b7ca372a6ef1f5ccbd7a21ac04f986499cca (patch)
tree1358dab46b7075661ff6d0166d2aa514169e4812 /themes/garland
parentcc515842fa3b005b5a7a4e9449b89fe0b30bc778 (diff)
downloadbrdo-5c60b7ca372a6ef1f5ccbd7a21ac04f986499cca.tar.gz
brdo-5c60b7ca372a6ef1f5ccbd7a21ac04f986499cca.tar.bz2
- Patch #193482 by xmacinfo, yoroy, james.elliott, Jacine, JohnAlbin, theborg: styling status messages in system.css.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 611512584..f188c5884 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -254,7 +254,7 @@ span.submitted, .description, .vertical-tab-button .summary {
padding: .5em 1em;
}
-.messages {
+div.messages {
margin: .75em 0 .75em;
padding: .1em .5em .15em;
}
@@ -1096,7 +1096,7 @@ tr.taxonomy-term-divider-bottom {
/**
* Generic elements.
*/
-.messages {
+div.messages {
background-color: #fff;
border: 1px solid #b8d3e5;
}
@@ -1107,8 +1107,13 @@ tr.taxonomy-term-divider-bottom {
}
div.status {
- color: #33a333;
+ background-color: #fff;
border-color: #c7f2c8;
+ color: #33a333;
+}
+
+div.error {
+ border: 1px solid #d77;
}
div.error, tr.error {
@@ -1116,6 +1121,12 @@ div.error, tr.error {
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;
color: #363636;