From f8cf4999c102bc18bff82e129c62eba96ffdce70 Mon Sep 17 00:00:00 2001 From: wwccss Date: Mon, 21 Apr 2014 13:43:38 +0800 Subject: [PATCH] * adjust the margin of poweredBy object. --- module/user/css/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/css/login.css b/module/user/css/login.css index dceeb87556..9a8eb5d24c 100644 --- a/module/user/css/login.css +++ b/module/user/css/login.css @@ -12,7 +12,7 @@ html,body{background-color: #036} #login-panel .panel-content .button-s{width: 80px} #login-panel .panel-content .button-c{width: 88px;margin-right: 0} #login-panel .panel-foot{text-align: center;padding: 15px;line-height: 2em;background-color: #e5e5e5;border-top: 1px solid #dfdfdf} -#poweredby{float: none; color: #eee;text-align: center;margin: 30px auto} +#poweredby{float: none; color: #eee;text-align: center;margin: 10px auto} #poweredby a{color: #fff} #keeplogin label {font-weight: normal} .popover {max-width: 500px}