Fixed top and bootom margins in search rows.
This commit is contained in:
parent
4a445600c0
commit
fb39595b45
2 changed files with 12 additions and 1 deletions
|
@ -658,6 +658,7 @@ input.search-vivo {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
margin-right: 2%;*/
|
margin-right: 2%;*/
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -703,6 +704,7 @@ input.search-vivo {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #DD9F00;
|
border: 1px solid #DD9F00;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
height: 49px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-reset-button {
|
#btn-reset-button {
|
||||||
|
|
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
.rule-container {
|
.rule-container {
|
||||||
box-shadow: 0px 4px 4px #aeaeae;
|
box-shadow: 0px 4px 4px #aeaeae;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,10 +37,16 @@
|
||||||
border-top: 1px solid #8B4513;
|
border-top: 1px solid #8B4513;
|
||||||
border-bottom: 1px solid #8B4513;*/
|
border-bottom: 1px solid #8B4513;*/
|
||||||
background-color: #efe9d9;
|
background-color: #efe9d9;
|
||||||
|
outline: 1px dashed #000000;
|
||||||
|
outline-offset: 0px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#builder_group_0 {
|
#builder_group_0 {
|
||||||
background-color: #F1F1F1;
|
background-color: #F1F1F1;
|
||||||
|
border: 1px solid #F1F1F1;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#builder_rule_1 {
|
#builder_rule_1 {
|
||||||
|
@ -48,6 +55,8 @@
|
||||||
|
|
||||||
#builder_group_1 {
|
#builder_group_1 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
|
/*border: 1px dashed #000000;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .rules-group-header {
|
.query-builder .rules-group-header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue