From 0c219c78692561ce53108dc1800061f8b783898a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 28 Mar 2007 04:23:42 -0400
Subject: [PATCH] Draw box around login form; created common boxtitle CSS class

---
 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 afccc8f..b3c234f 100755
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -239,6 +239,18 @@
   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 ******/
 

--
Gitblit v1.9.1