This commit is contained in:
Laurent Destailleur
2020-03-12 12:01:40 +01:00
parent d6a35db754
commit c1e5178eeb
3 changed files with 39 additions and 23 deletions

View File

@@ -702,14 +702,24 @@ div.divsearchfield {
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
background: #fff;
padding: 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
border-bottom: solid 1px rgba(0,0,0,.2);
height: 24px;
}
.search_component_params_input, .search_component_params_input:focus {
.search_component_searchtext {
padding-top: 2px;
}
.search_component_params_text, .search_component_params_text:focus {
border-bottom: none;
width: auto;
margin: 0 !important;
padding: 3px;
}
<?php
// Add a nowrap on smartphone, so long list of field used for filter are overflowed with clip
if ($conf->browser->layout == 'phone') {