diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index ea68292e5..42d9b2dab 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -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 { diff --git a/webapp/src/main/webapp/themes/iph/css/query-builder.css b/webapp/src/main/webapp/themes/iph/css/query-builder.css index 181f7fcc2..14329aa39 100644 --- a/webapp/src/main/webapp/themes/iph/css/query-builder.css +++ b/webapp/src/main/webapp/themes/iph/css/query-builder.css @@ -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 {