summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-09-22 22:46:45 +0000
committerHolger Levsen <holger@debian.org>2014-09-22 22:46:45 +0000
commit098a14789098369b649eaaf2b3fd9eb2428af26f (patch)
tree8d94b9162b72e86829e4426671626a9699696061 /static
parentf706d78ff7d44142c4f867c9f6fee7abe1d911b9 (diff)
use blue and inline-block as suggested by Ulrike
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28966 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'static')
-rw-r--r--static/style.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index 649bc95911..c3850a0ab3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -139,6 +139,7 @@ form {
label {
cursor: pointer;
+ display: inline-block;
}
input[type="text"] {
@@ -174,22 +175,25 @@ input[type="checkbox"] {
label[rel="urgency"] {
padding: 0.5em 0;
color: #fff;
- /*background: #729fcf;*/
- background: #ad7fa8;
+ background: #729fcf;
+ /*background: #ad7fa8;*/
+ /*background: #f74a73;*/
}
label[rel="scope"] {
padding: 0.5em 0;
color: #fff;
- /*background: #3465a4;*/
- background: #75507b;
+ background: #3465a4;
+ /*background: #75507b;*/
+ /*background: #e72a53;*/
}
label[rel="extra"] {
padding: 0.5em 0;
color: #fff;
- /*background: #204a87;*/
- background: #5c3566;
+ background: #204a87;
+ /*background: #5c3566;*/
+ /*background: #d70a53;*/
}
label[rel="extra"]:last-child {

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