public_html/skins

Aleksander Machniak machniak at kolabsys.com
Sun Jun 17 09:17:49 CEST 2012


 public_html/skins/default/style.css |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 612b2df3f032afb0d591f82e57c8998ba7d6e595
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Sun Jun 17 09:17:25 2012 +0200

    Small style improvement on login form

diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css
index c386776..e5ef4f8 100644
--- a/public_html/skins/default/style.css
+++ b/public_html/skins/default/style.css
@@ -755,6 +755,7 @@ fieldset.tabbed
   display: block;
   line-height: 24px;
   width: 330px;
+  text-align: left;
 }
 
 #login_form label {
@@ -762,12 +763,13 @@ fieldset.tabbed
   width: 80px;
   text-align: right;
   float: left;
-  margin-right: -20px;
+  margin-right: 10px;
 }
 
+#login_form select,
 #login_form input[type="text"],
 #login_form input[type="password"] {
-  width: 200px;
+  width: 210px;
 }
 
 #login_submit {





More information about the commits mailing list