r62592 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62591‎ | r62592 | r62593 >
Date:19:59, 16 February 2010
Author:pdhanda
Status:ok
Tags:
Comment:
More style fixes from Trevor
Modified paths:
  • /trunk/tools/bugzilla-3.4.4/skins/custom/buglist.css (modified) (history)

Diff [purge]

Index: trunk/tools/bugzilla-3.4.4/skins/custom/buglist.css
@@ -25,15 +25,25 @@
2626 tr.bz_bugitem:hover {
2727 background-color: #f0f0f0;
2828 }
 29+/* Must go first because of issue with BugZilla wrongly assuming case sensitivity in CSS classes */
 30+.bz_normal {
 31+ color:#BB7700;
 32+}
 33+/* Otherwise, in order of severity */
2934 .bz_enhancement {
3035 color:#106581;
3136 }
 37+.bz_trivial {
 38+ color:#009966;
 39+}
3240 .bz_minor {
33 - color:#d35200;
 41+ color:#669900;
3442 }
3543 .bz_major {
36 - color:#d30000;
 44+ color:#D30000;
3745 }
38 -.bz_trivial {
39 - color:#00AA33;
 46+.bz_critical {
 47+ color:#CC0000;
 48+ font-weight:bold;
4049 }
 50+

Status & tagging log