summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/common.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-03-28 08:23:42 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-03-28 08:23:42 +0000
commite5f97c694e79adbb883f3c339e642b01605fdd84 (patch)
tree4fe88160f6544b58e182763e3d936cea3deaefc7 /roundcubemail/skins/default/common.css
parent2bb5905d9d29823c3cf184034423149609ba345c (diff)
Draw box around login form; created common boxtitle CSS class
git-svn-id: https://svn.roundcube.net/trunk@524 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
-rwxr-xr-xroundcubemail/skins/default/common.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index afccc8f8c..b3c234f89 100755
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/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 ******/