Fixed search block borders.
This commit is contained in:
parent
98bf4a8f85
commit
fac88d3c87
3 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ td {
|
|||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
color: #595b5b;
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue