changed to default will override with custom.css
This commit is contained in:
parent
a7320cc1ee
commit
31a6e62cf5
1 changed files with 5 additions and 7 deletions
|
@ -350,10 +350,9 @@ width:166px;
|
||||||
}
|
}
|
||||||
.brand img{
|
.brand img{
|
||||||
float:left;
|
float:left;
|
||||||
height: 100%;
|
height:20px;
|
||||||
margin-bottom: -18px;
|
width:20px;
|
||||||
margin-top: -15px;
|
margin-right:5px;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.brand span{
|
.brand span{
|
||||||
float:left;
|
float:left;
|
||||||
|
@ -412,7 +411,6 @@ min-height:80px;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
#for-is-ajax{
|
#for-is-ajax{
|
||||||
display: none;
|
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
@ -454,7 +452,7 @@ background: #DEDEDE;
|
||||||
}
|
}
|
||||||
.login-header{
|
.login-header{
|
||||||
padding-top:30px;
|
padding-top:30px;
|
||||||
height:190px;
|
height:120px;
|
||||||
}
|
}
|
||||||
.pull-left{
|
.pull-left{
|
||||||
float:left !important;
|
float:left !important;
|
||||||
|
|
Loading…
Reference in a new issue