Fixed expand search buttons.
This commit is contained in:
parent
7a90475bd1
commit
a572304e67
2 changed files with 20 additions and 10 deletions
|
@ -788,6 +788,15 @@ input.search-vivo {
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
cursor:pointer;
|
||||||
|
background-image: url(../images/select_button.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 90% 50%;
|
||||||
|
background-size: 18px 7px;
|
||||||
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-get-standard-searchform {
|
#btn-get-standard-searchform {
|
||||||
|
@ -2541,6 +2550,7 @@ button.collapsible.active {
|
||||||
border-bottom: 1px solid #dde4e3 !important;
|
border-bottom: 1px solid #dde4e3 !important;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* FONTS --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
@ -2866,6 +2876,10 @@ button.collapsible.active {
|
||||||
ul#alpha-browse-individuals a {
|
ul#alpha-browse-individuals a {
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
|
#btn-get-standard-searchform {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
padding-left: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 720px) {
|
@media screen and (max-width: 720px) {
|
||||||
|
|
|
@ -47,8 +47,7 @@ icons: {
|
||||||
/*border-radius: 4px;*/
|
/*border-radius: 4px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .btn.focus, .query-builder .btn:focus, .query-builder .btn:hover
|
.query-builder .btn.focus, .query-builder .btn:focus, .query-builder .btn:hover {
|
||||||
{
|
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -65,9 +64,7 @@ icons: {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
/*box-shadow: 0px 4px 2px #aeaeae;*/
|
/*box-shadow: 0px 4px 2px #aeaeae;*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group.pull-right.group-actions {
|
.btn-group.pull-right.group-actions {
|
||||||
box-shadow: 0px 4px 2px #aeaeae;
|
box-shadow: 0px 4px 2px #aeaeae;
|
||||||
/*margin-right: 10px;*/
|
/*margin-right: 10px;*/
|
||||||
|
@ -76,22 +73,19 @@ icons: {
|
||||||
.query-builder .btn-primary {
|
.query-builder .btn-primary {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-color: #000000;
|
border: 1px dashed #000000 !important;
|
||||||
border-style: dashed;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .btn-danger {
|
.query-builder .btn-danger {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
box-shadow:
|
box-shadow: 0px;
|
||||||
/*border-color: #000000;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn.btn-xs.btn-danger {
|
button.btn.btn-xs.btn-danger {
|
||||||
/*box-shadow: 0px 0px 0px #000000;*/
|
/*box-shadow: 0px 0px 0px #000000;*/
|
||||||
border-left: 1px solid #ead6a2;
|
border-left: 1px solid #ead6a2 !important;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -130,10 +124,12 @@ button.btn.btn-xs.btn-danger {
|
||||||
.query-builder .btn-group>.btn {
|
.query-builder .btn-group>.btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
border-left: 1px solid #ead6a2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .btn-group>.btn:first-child {
|
.query-builder .btn-group>.btn:first-child {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .btn-group>.btn:first-child:not(:last-child) {
|
.query-builder .btn-group>.btn:first-child:not(:last-child) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue