From 58bee727bbf035b8a06345eee993f9c00aa70bc9 Mon Sep 17 00:00:00 2001 From: wlh Date: Thu, 14 Aug 2014 14:44:02 +0800 Subject: [PATCH] modify height --- 5cm/webapp/css/main.css | 8 ++++---- 5cm/webapp/less/main.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/5cm/webapp/css/main.css b/5cm/webapp/css/main.css index 3e23d98..d14062e 100644 --- a/5cm/webapp/css/main.css +++ b/5cm/webapp/css/main.css @@ -56,15 +56,15 @@ img { } /*--------footer--------*/ .toolbar_img { - height: 50px; - width: 50px; - margin: -2.5px auto; + height: 30px; + width: 30px; + margin: 7.5px auto; } /*---------login---------*/ .login { position: absolute; top: 45px; - bottom: 50px; + bottom: 30px; right: 0; left: 0; /*opacity: 0.8;*/ diff --git a/5cm/webapp/less/main.css b/5cm/webapp/less/main.css index c4cd0ce..1043996 100644 --- a/5cm/webapp/less/main.css +++ b/5cm/webapp/less/main.css @@ -70,7 +70,7 @@ img{ } /*--------footer--------*/ -@toolbar_img_height:50px; +@toolbar_img_height:30px; .toolbar_img{ height: @toolbar_img_height; width: @toolbar_img_height;