diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 129a1fd7e..35401dc20 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -788,6 +788,15 @@ input.search-vivo { font-family: Roboto; font-size: 1rem; 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 { @@ -2541,6 +2550,7 @@ button.collapsible.active { border-bottom: 1px solid #dde4e3 !important; background-image: none; } + /* -------------------------------------------------> */ /* FONTS --------------------------------> */ /* -------------------------------------------------> */ @@ -2866,6 +2876,10 @@ button.collapsible.active { ul#alpha-browse-individuals a { padding-left: 1px; } + #btn-get-standard-searchform { + font-size: 1.1rem; + padding-left: 24px; + } } @media screen and (max-width: 720px) { diff --git a/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css b/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css index 5b466c64b..1169d9547 100644 --- a/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css +++ b/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css @@ -47,8 +47,7 @@ icons: { /*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; text-decoration: none; } @@ -65,9 +64,7 @@ icons: { border: 0px; font-family: Roboto; /*box-shadow: 0px 4px 2px #aeaeae;*/ - } - .btn-group.pull-right.group-actions { box-shadow: 0px 4px 2px #aeaeae; /*margin-right: 10px;*/ @@ -76,22 +73,19 @@ icons: { .query-builder .btn-primary { color: #000000; background-color: #ffffff; - border-color: #000000; - border-style: dashed; - border-width: 1px; + border: 1px dashed #000000 !important; } .query-builder .btn-danger { color: #000000; background-color: #ffffff; border: 0px; - box-shadow: - /*border-color: #000000;*/ + box-shadow: 0px; } button.btn.btn-xs.btn-danger { /*box-shadow: 0px 0px 0px #000000;*/ - border-left: 1px solid #ead6a2; + border-left: 1px solid #ead6a2 !important; font-family: Roboto; } @@ -130,10 +124,12 @@ button.btn.btn-xs.btn-danger { .query-builder .btn-group>.btn { position: relative; float: left; + border-left: 1px solid #ead6a2; } .query-builder .btn-group>.btn:first-child { margin-left: 0px; + border-left: none; } .query-builder .btn-group>.btn:first-child:not(:last-child) {