From 098a14789098369b649eaaf2b3fd9eb2428af26f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 22 Sep 2014 22:46:45 +0000 Subject: 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 --- static/style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'static') 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 { -- cgit v1.2.3