diff options
author | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
commit | 0c219c78692561ce53108dc1800061f8b783898a (patch) | |
tree | 15a0a7fbfc45f36063e89406a4ff1474f878e101 /skins/default/common.css | |
parent | aad6e2a9c4857715c8bd56693d21b87dd0c16263 (diff) |
Draw box around login form; created common boxtitle CSS class
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 ******/ |