[Secure-testing-commits] r28966 - static
Holger Levsen
holger at moszumanska.debian.org
Mon Sep 22 22:46:45 UTC 2014
Author: holger
Date: 2014-09-22 22:46:45 +0000 (Mon, 22 Sep 2014)
New Revision: 28966
Modified:
static/style.css
Log:
use blue and inline-block as suggested by Ulrike
Modified: static/style.css
===================================================================
--- static/style.css 2014-09-22 22:27:02 UTC (rev 28965)
+++ static/style.css 2014-09-22 22:46:45 UTC (rev 28966)
@@ -139,6 +139,7 @@
label {
cursor: pointer;
+ display: inline-block;
}
input[type="text"] {
@@ -174,22 +175,25 @@
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 {
More information about the Secure-testing-commits
mailing list