summaryrefslogtreecommitdiffstats
path: root/skins/standard/summarize-time.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-28 20:55:54 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-28 20:55:54 +0100
commit5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (patch)
tree814ecaa9e2d4eeea93e416bb4f265ba2e24224ba /skins/standard/summarize-time.css
parent3b55436dd3711772ff632eaa805b6c19e588b791 (diff)
downloadbugzilla-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.gz
bugzilla-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.xz
Bug 952795: Remove all style="..." attributes from HTML elements
r/a=justdave
Diffstat (limited to 'skins/standard/summarize-time.css')
-rw-r--r--skins/standard/summarize-time.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/standard/summarize-time.css b/skins/standard/summarize-time.css
index bb42da6fe..c7ed96827 100644
--- a/skins/standard/summarize-time.css
+++ b/skins/standard/summarize-time.css
@@ -35,3 +35,9 @@ td.subtotal {
/* the details headers */
.number .owner_header, .owner .bug_header { background: #ffffff }
.number .owner_header2, .owner .bug_header2 { background: #EFEFEF }
+
+.warning_swapped_data {
+ border: 1px solid red;
+ margin: 1em;
+ padding: 0.5em;
+}