modify height

This commit is contained in:
wlh
2014-08-14 14:44:02 +08:00
parent 4a9e9a2fd9
commit 58bee727bb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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;*/
+1 -1
View File
@@ -70,7 +70,7 @@ img{
}
/*--------footer--------*/
@toolbar_img_height:50px;
@toolbar_img_height:30px;
.toolbar_img{
height: @toolbar_img_height;
width: @toolbar_img_height;