Fixed custom search button (background and width on various resolutions).

This commit is contained in:
Svetlana Rastegina 2021-02-11 21:33:40 +01:00
parent a0f232c149
commit b4637a865a
2 changed files with 32 additions and 10 deletions

View file

@ -112,13 +112,23 @@ select.form-control {
padding: 5px; padding: 5px;
font-family: Roboto; font-family: Roboto;
font-style: normal; font-style: normal;
-webkit-appearance: none;
background-image: url(../images/select_button.png);
background-repeat: no-repeat;
background-position: right center;
cursor:pointer;
}
select.form-control >option {
padding-right: 25px;
} }
input.form-control { input.form-control {
font-family: Roboto; font-family: Roboto;
font-size: 1rem; font-size: 1rem;
color: #000000; color: #ababab;
opacity: 0.5;
} }
@ -750,15 +760,19 @@ input.search-vivo {
#btn-get-standard-searchform { #btn-get-standard-searchform {
/*margin-bottom: 10px;*/ /*margin-bottom: 10px;*/
background-color: #ead6a2; background: transparent;
border: 0px; border: 0px;
padding-top: 5px; padding-top: 8px;
padding-left: 15px;
font-family: Roboto;
font-size: 1.2rem;
} }
#backgroundForm { #backgroundForm {
height: 30px; height: 39px;
background-color: #ead6a2; background-image: url(../images/custom_search_button.png);
clip-path:polygon(0% 0%, 0% 1000%, 80% 0%); background-repeat: no-repeat;
width: 40%; /*clip-path:polygon(0% 0%, 0% 1000%, 80% 0%);*/
} }
@ -2329,6 +2343,14 @@ span.subclassExpandMinus {
padding-right: 10px; padding-right: 10px;
} }
#SearchTitle { #SearchTitle {
font-size: 1rem; font-size: 1.1rem;
}
#backgroundForm {
height: 30px;
}
#btn-get-standard-searchform {
font-size: 1.1rem;
padding-top: 4px;
padding-left: 25px;
} }
} }

View file

@ -5,7 +5,7 @@ icons: {
} }
.rule-value-container > select{ .rule-value-container > select{
max-width: 800px; max-width: 380px;
} }
.query-builder, .query-builder * { .query-builder, .query-builder * {