From f706d78ff7d44142c4f867c9f6fee7abe1d911b9 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Mon, 22 Sep 2014 22:27:02 +0000 Subject: 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 --- static/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'static') 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; } -- cgit v1.2.3