Fixed top and bootom margins in search rows.

This commit is contained in:
Svetlana Rastegina 2021-02-11 12:06:15 +01:00 committed by Georgy Litvinov
parent cc796ce5cc
commit 98bf4a8f85
2 changed files with 12 additions and 1 deletions

View file

@ -658,6 +658,7 @@ input.search-vivo {
margin-bottom: 0;
margin-left: 2%;
margin-right: 2%;*/
align-items: center;
}
@ -703,6 +704,7 @@ input.search-vivo {
background-color: #ffffff;
border: 1px solid #DD9F00;
font-size: 1.2rem;
height: 49px;
}
#btn-reset-button {

View file

@ -17,7 +17,8 @@
.rule-container {
box-shadow: 0px 4px 4px #aeaeae;
margin-bottom: 10px;
margin-top: 10px;
}
@ -36,10 +37,16 @@
border-top: 1px solid #8B4513;
border-bottom: 1px solid #8B4513;*/
background-color: #efe9d9;
outline: 1px dashed #000000;
outline-offset: 0px;
margin-bottom: 10px;
}
#builder_group_0 {
background-color: #F1F1F1;
border: 1px solid #F1F1F1;
margin-bottom: 0;
}
#builder_rule_1 {
@ -48,6 +55,8 @@
#builder_group_1 {
margin-top: 10px;
/*border: 1px dashed #000000;*/
}
.query-builder .rules-group-header {