summaryrefslogtreecommitdiff
path: root/rt/share/static/css/aileron/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/css/aileron/forms.css')
-rw-r--r--rt/share/static/css/aileron/forms.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/rt/share/static/css/aileron/forms.css b/rt/share/static/css/aileron/forms.css
new file mode 100644
index 0000000..36b4230
--- /dev/null
+++ b/rt/share/static/css/aileron/forms.css
@@ -0,0 +1,33 @@
+/* These override the base titlebox rules in base/forms.css. They try not to
+ duplicate properties. */
+
+div.results .titlebox, div.error div.error {
+ border: none;
+ background: none;
+}
+
+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 {
+ border: solid #aa9;
+ border-width: 1px 1px 0 1px;
+}
+
+div.error .titlebox-title span.left {
+ border: none;
+ border-right: 2px solid #b00;
+}
+
+div.error .titlebox-content {
+ border: 1px solid #b00;
+ border-bottom: 2px solid #a00;
+ border-right: 2px solid #a00;
+ background-color: #fcc;
+}
+
+div.error .titlebox-title .widget a { background-position: center -7px; }