changed to default will override with custom.css
This commit is contained in:
parent
340b5496ab
commit
1d155268d2
1 changed files with 5 additions and 7 deletions
|
@ -349,11 +349,10 @@ text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
|
||||||
width:166px;
|
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