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