summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-03-28 08:23:42 +0000
committerthomascube <thomas@roundcube.net>2007-03-28 08:23:42 +0000
commit0c219c78692561ce53108dc1800061f8b783898a (patch)
tree15a0a7fbfc45f36063e89406a4ff1474f878e101 /skins/default/common.css
parentaad6e2a9c4857715c8bd56693d21b87dd0c16263 (diff)
Draw box around login form; created common boxtitle CSS class
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-xskins/default/common.css12
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 ******/