[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1015-g3df3b0c
Thomas Sibley
trs at bestpractical.com
Thu Dec 23 09:14:30 EST 2010
The branch, 3.9-trunk has been updated
via 3df3b0c1052f7b980ca502ffc873f0e0f1239cd3 (commit)
from 076e0cdc2814b7559f598db71d0ab0ac8b7cd62a (commit)
Summary of changes:
share/html/NoAuth/css/aileron/forms.css | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 3df3b0c1052f7b980ca502ffc873f0e0f1239cd3
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Dec 23 09:14:02 2010 -0500
Fix the error titlebox styles for aileron
diff --git a/share/html/NoAuth/css/aileron/forms.css b/share/html/NoAuth/css/aileron/forms.css
index fc3675c..39ff192 100644
--- a/share/html/NoAuth/css/aileron/forms.css
+++ b/share/html/NoAuth/css/aileron/forms.css
@@ -1,11 +1,7 @@
/* These override the base titlebox rules in base/forms.css. They try not to
duplicate properties. */
-div.error .titlebox-title span.left {
- border: none;
-}
-
-div.results .titlebox {
+div.results .titlebox, div.error div.error {
border: none;
background: none;
}
@@ -14,6 +10,7 @@ div.results .titlebox-content {
border: 1px solid #aa9;
border-bottom: 2px solid #990;
border-right: 2px solid #990;
+ background: #ffc;
}
div.results .titlebox-title .left {
@@ -21,6 +18,15 @@ div.results .titlebox-title .left {
border-width: 1px 1px 0 1px;
}
-div.results .titlebox-content {
- background: #ffc;
+div.error .titlebox-title span.left {
+ border: none;
+ border-right: 2px solid #b00;
+ padding-left: 0.75em;
+}
+
+div.error .titlebox-content {
+ border: 1px solid #b00;
+ border-bottom: 2px solid #a00;
+ border-right: 2px solid #a00;
+ background-color: #fcc;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list