From 6b4ef3af1319efd8e2069f4c67332378b8a1c64e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Sep 2012 17:39:26 +0200 Subject: removed unneeded css, new login style --- module/web/static/css/default/style.css | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'module/web/static/css/default/style.css') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index ec1a22312..9c56d2d6d 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -181,30 +181,13 @@ header .logo { */ .login { vertical-align: middle; - text-align: center; border: 2px solid #000000; - padding: 15px; + padding: 15px 50px; font-size: 17px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } - -.login input, .login div{ - padding: 3px; -} -.login_submit input { - padding: 5px 15px; -} -.login_user , .login_password { - text-align: right; - width: 320px; - margin-left: auto; - margin-right: auto; -} -.login_user span, .login_password span{ - margin-right: 5px; -} /* Footer */ @@ -303,7 +286,7 @@ footer h2 { } #dash-nav { - border-bottom: 1px dashed #d3d3d3; + border-bottom: 1px dashed #E5E5E5; padding-bottom: 2px; margin-bottom: 5px; } -- cgit v1.2.3