Fixed custom search button (background and width on various resolutions).
This commit is contained in:
parent
430ee0356b
commit
0274bda0e2
2 changed files with 32 additions and 10 deletions
|
@ -112,13 +112,23 @@ select.form-control {
|
|||
padding: 5px;
|
||||
font-family: Roboto;
|
||||
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 {
|
||||
font-family: Roboto;
|
||||
font-size: 1rem;
|
||||
color: #000000;
|
||||
opacity: 0.5;
|
||||
color: #ababab;
|
||||
}
|
||||
|
||||
|
||||
|
@ -750,15 +760,19 @@ input.search-vivo {
|
|||
|
||||
#btn-get-standard-searchform {
|
||||
/*margin-bottom: 10px;*/
|
||||
background-color: #ead6a2;
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
padding-top: 5px;
|
||||
padding-top: 8px;
|
||||
padding-left: 15px;
|
||||
font-family: Roboto;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#backgroundForm {
|
||||
height: 30px;
|
||||
background-color: #ead6a2;
|
||||
clip-path:polygon(0% 0%, 0% 1000%, 80% 0%);
|
||||
width: 40%;
|
||||
height: 39px;
|
||||
background-image: url(../images/custom_search_button.png);
|
||||
background-repeat: no-repeat;
|
||||
/*clip-path:polygon(0% 0%, 0% 1000%, 80% 0%);*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -2329,6 +2343,14 @@ span.subclassExpandMinus {
|
|||
padding-right: 10px;
|
||||
}
|
||||
#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;
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@ icons: {
|
|||
}
|
||||
|
||||
.rule-value-container > select{
|
||||
max-width: 800px;
|
||||
max-width: 380px;
|
||||
}
|
||||
|
||||
.query-builder, .query-builder * {
|
||||
|
|
Loading…
Add table
Reference in a new issue