From 0c219c78692561ce53108dc1800061f8b783898a Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 28 Mar 2007 08:23:42 +0000 Subject: Draw box around login form; created common boxtitle CSS class --- skins/default/templates/login.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'skins/default/templates/login.html') diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 3739171fe..6f7999d77 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -9,7 +9,19 @@ margin-left: auto; margin-right: auto; margin-top: 50px; - width: 350px; + width: 380px; + border: 1px solid #999; +} + +#login-form table td.title +{ + color: #666; + text-align: right; + padding-right: 10px; +} + +.boxcontent { + padding: 20px 20px 10px 20px; } @@ -21,13 +33,17 @@
+
+
+
-

+

+
-- cgit v1.2.3