From fac88d3c877f26d217107edef95d88b29c6f9bf8 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Thu, 11 Feb 2021 12:35:06 +0100 Subject: [PATCH] Fixed search block borders. --- webapp/src/main/webapp/themes/iph/css/iph.css | 10 +++++++--- .../src/main/webapp/themes/iph/css/query-builder.css | 5 ++++- webapp/src/main/webapp/themes/iph/css/reset.css | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 42d9b2da..da6c5569 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -684,14 +684,18 @@ input.search-vivo { width: 70%; margin-left: 2%; background-color: #F1F1F1; - padding: 10px 10px 15px 10px; + padding: 15px 10px 15px 10px; /*border-left: 1px solid #8B4513; border-right: 1px solid #8B4513; border-bottom: 1px solid #8B4513;*/ } +#SearchTitle { + background-color: #F1F1F1; +} + #SelectResults { - font-size: 14px; + font-size: 1rem; border: 1px dashed #000000; color: #000000; padding-left: 5px; @@ -710,7 +714,7 @@ input.search-vivo { #btn-reset-button { background-color: #ffffff; border: 1px dashed #000000; - font-size: 14px; + font-size: 1rem; flex-grow: 1; } 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 14329aa3..97b03b6e 100644 --- a/webapp/src/main/webapp/themes/iph/css/query-builder.css +++ b/webapp/src/main/webapp/themes/iph/css/query-builder.css @@ -44,8 +44,11 @@ #builder_group_0 { background-color: #F1F1F1; - border: 1px solid #F1F1F1; margin-bottom: 0; + outline: 1px solid #F1F1F1; + outline-offset: -1px; + border-left: 1px solid #8B4513; + border-right: 1px solid #8B4513; } diff --git a/webapp/src/main/webapp/themes/iph/css/reset.css b/webapp/src/main/webapp/themes/iph/css/reset.css index 08780ef5..2115fce7 100644 --- a/webapp/src/main/webapp/themes/iph/css/reset.css +++ b/webapp/src/main/webapp/themes/iph/css/reset.css @@ -56,7 +56,7 @@ td { font-size: 100%; font-family: inherit; vertical-align: baseline; - color: #595b5b; + color: #000000; font-weight: normal; } body {