...
This commit is contained in:
parent
99def0d023
commit
b1122fdd0a
|
@ -270,6 +270,8 @@ body.loading #container{
|
|||
margin: 0px;
|
||||
margin-top: 6px;
|
||||
display:inline-block;
|
||||
margin-bottom:1px solid grey;
|
||||
width:100%;
|
||||
}
|
||||
.openingitem > div{
|
||||
display: table;
|
||||
|
@ -368,6 +370,7 @@ body.loading #container{
|
|||
.start-search-box .box .searchform .btn.btn-default{
|
||||
background-color:#fea501;
|
||||
border-color:#fea501;
|
||||
width:5%;
|
||||
}
|
||||
.start-search-box .box .searchform .btn.btn-default .glyphicon{
|
||||
line-height:1.42857;
|
||||
|
@ -376,7 +379,7 @@ body.loading #container{
|
|||
.start-search-box .box .searchform .btn.btn-primary{
|
||||
background-color:red;
|
||||
border-color:red;
|
||||
width:80%;
|
||||
width:85%;
|
||||
}
|
||||
/*
|
||||
* Messages
|
||||
|
|
Loading…
Reference in New Issue