summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-09-22 22:26:14 +0000
committerUlrike Uhlig <u@451f.org>2014-09-22 22:26:14 +0000
commit5e07547ffd25c85f5d4dd5dce49db0c63a64bc71 (patch)
tree641e6490f7c445301b677c9e143cbf8a25f72afd /static
parent89a2caae93c7ce09344f13584d1762d525b9521e (diff)
style checkboxes of filter issues area
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28964 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'static')
-rw-r--r--static/style.css38
1 files changed, 37 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index d5163ac0ea..d07030d220 100644
--- a/static/style.css
+++ b/static/style.css
@@ -126,9 +126,13 @@ hr {
}
form {
+ overflow: hidden;
+ margin: 1em 0;
+}
+
+#searchform {
text-align: center;
padding: 1em 0;
- margin: 1em 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
@@ -159,6 +163,38 @@ input[type="submit"]:hover {
text-shadow: 0 0 3px #666;
}
+input[type="checkbox"] {
+ vertical-align: middle;
+}
+
+span[rel="urgency"] {
+ padding: 0.5em 0;
+ color: #fff;
+ /*background: #729fcf;*/
+ background: #ad7fa8;
+}
+
+span[rel="scope"] {
+ padding: 0.5em 0;
+ color: #fff;
+ /*background: #3465a4;*/
+ background: #75507b;
+}
+
+span[rel="extra"] {
+ padding: 0.5em 0;
+ color: #fff;
+ /*background: #204a87;*/
+ background: #5c3566;
+}
+
+span[rel="urgency"]:last-child,
+span[rel="scope"]:last-child,
+span[rel="extra"]:last-child {
+ margin-right: 0.5em;
+ padding-right: 0.5em;
+}
+
span.red { color: red; }
span.purple { color: purple; }
span.green { color: green; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy