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;
|
||||
}
|
||||
.brand img{
|
||||
float: left;
|
||||
height: 100%;
|
||||
margin-bottom: -18px;
|
||||
margin-top: -15px;
|
||||
width: 100%;
|
||||
float:left;
|
||||
height:20px;
|
||||
width:20px;
|
||||
margin-right:5px;
|
||||
}
|
||||
.brand span{
|
||||
float:left;
|
||||
|
@ -412,7 +411,6 @@ min-height:80px;
|
|||
list-style:none;
|
||||
}
|
||||
#for-is-ajax{
|
||||
display: none;
|
||||
padding-left: 12px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
@ -454,7 +452,7 @@ background: #DEDEDE;
|
|||
}
|
||||
.login-header{
|
||||
padding-top:30px;
|
||||
height:190px;
|
||||
height:120px;
|
||||
}
|
||||
.pull-left{
|
||||
float:left !important;
|
||||
|
|
Loading…
Reference in a new issue