summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-09-22 22:27:02 +0000
committerUlrike Uhlig <u@451f.org>2014-09-22 22:27:02 +0000
commitf706d78ff7d44142c4f867c9f6fee7abe1d911b9 (patch)
tree7ada51b28e69086be05277e28cd1b9475dbb2531 /static
parent5e07547ffd25c85f5d4dd5dce49db0c63a64bc71 (diff)
use labels instead of spans in filter checkbox area
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28965 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'static')
-rw-r--r--static/style.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index d07030d220..649bc95911 100644
--- a/static/style.css
+++ b/static/style.css
@@ -137,6 +137,10 @@ form {
border-bottom: 1px solid #ddd;
}
+label {
+ cursor: pointer;
+}
+
input[type="text"] {
background: #fff;
border: 1px solid #ddd;
@@ -167,30 +171,28 @@ input[type="checkbox"] {
vertical-align: middle;
}
-span[rel="urgency"] {
+label[rel="urgency"] {
padding: 0.5em 0;
color: #fff;
/*background: #729fcf;*/
background: #ad7fa8;
}
-span[rel="scope"] {
+label[rel="scope"] {
padding: 0.5em 0;
color: #fff;
/*background: #3465a4;*/
background: #75507b;
}
-span[rel="extra"] {
+label[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 {
+label[rel="extra"]:last-child {
margin-right: 0.5em;
padding-right: 0.5em;
}

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