diff options
author | Alex Legler <alex@a3li.li> | 2011-03-06 14:02:23 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-03-06 14:03:29 +0100 |
commit | bc41f0e061df1387e025376941f7920eeccc149f (patch) | |
tree | 760ee17c89f069e8820a78cfcec65e94a0391b7b /skins/contrib | |
parent | Add guided bug creation link/label (diff) | |
download | bugzilla-bc41f0e061df1387e025376941f7920eeccc149f.tar.gz bugzilla-bc41f0e061df1387e025376941f7920eeccc149f.tar.bz2 bugzilla-bc41f0e061df1387e025376941f7920eeccc149f.zip |
Hilight the "Gentoo Linux" category when filing a bug
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Gentoo/global.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/skins/contrib/Gentoo/global.css b/skins/contrib/Gentoo/global.css index 6448312a0..3767871a2 100644 --- a/skins/contrib/Gentoo/global.css +++ b/skins/contrib/Gentoo/global.css @@ -328,4 +328,27 @@ select.arch-selector { vertical-align: top; } +.important-message { + border: 2px solid #A40000; + background-color: white; + padding: .25em; + display: inline-block; + margin-bottom: 1em; + margin-top: 1em; +} + +tr.hilight { + background-color: white; +} + +tr.hilight th { + border-left: 5px solid #54487A; + padding-left: 5px; +} + +tr.hilight td, tr.hilight th { + padding-top: .5em; + padding-bottom: .5em; +} + /* vim: set expandtab ts=4: |