Fixed top and bootom margins in search rows.

This commit is contained in:
Svetlana Rastegina 2021-02-11 12:06:15 +01:00
parent 505a0a6a06
commit 2025fd2a5a
2 changed files with 12 additions and 1 deletions

View file

@ -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 {

View file

@ -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 {