diff options
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-x | skins/default/common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index afccc8f8c..b3c234f89 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -239,6 +239,18 @@ a.button-logout background-position: 1px center; } +.boxtitle +{ + height: 12px !important; + padding: 4px 20px 3px 20px; + border-bottom: 1px solid #999; + color: #333; + font-size: 11px; + font-weight: bold; + background-color: #EBEBEB; + background-image: url(images/listheader_aqua.gif); +} + /***** common table settings ******/ |