group smartblock search criteria fields to accurately reflect query
This commit is contained in:
parent
71315cf925
commit
3f43c9abb5
5 changed files with 62 additions and 24 deletions
|
@ -217,9 +217,10 @@ tr.lib-selected > td > div.library_actions_btn:hover {
|
|||
.search-criteria .criteria-element > div {
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
position: relative;
|
||||
}
|
||||
.search-criteria .criteria-element > div.search-row-and { margin-bottom: 36px; }
|
||||
.search-criteria .criteria-element > div.search-row-and { margin-bottom: 42px; }
|
||||
.search-criteria .criteria-element > div input[type="text"],
|
||||
.search-criteria .criteria-element > div select {
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
|
@ -634,7 +634,7 @@ li.spl_empty {
|
|||
}
|
||||
|
||||
#criteria_add {
|
||||
margin-bottom: 5px;
|
||||
margin: -10px 0 5px;
|
||||
}
|
||||
|
||||
.smart-block-form dt, .smart-block-form dd {
|
||||
|
|
|
@ -706,26 +706,39 @@ table.library-get-file-md.table-small{
|
|||
.modifier_add_link {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin: 0 0 10px 33%;
|
||||
margin: 0 0 10px 29%;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
top: calc(100% + 5px);
|
||||
}
|
||||
.db-logic-label {
|
||||
font-size:14px;
|
||||
font-size:12px;
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
top: calc(100% + 5px);
|
||||
margin: 7px;
|
||||
}
|
||||
.db-logic-label-and {
|
||||
top: 42px;
|
||||
.search-row-and .db-logic-label {
|
||||
display: table;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 1.5em 0 0;
|
||||
}
|
||||
.search-row-and .db-logic-label:before, .search-row-and .db-logic-label:after {
|
||||
border-top: 1px solid hsl(0, 0%, 29%);
|
||||
content: '';
|
||||
display: table-cell;
|
||||
position: relative;
|
||||
top: 0.5em;
|
||||
width: 45%;
|
||||
}
|
||||
.sp-invisible{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.sp_input_select{
|
||||
flex: 0 0 33%;
|
||||
.sp_input_select, .sp_input_text {
|
||||
flex: 0 0 29%;
|
||||
}
|
||||
|
||||
.sp_input_text_limit{
|
||||
|
@ -737,18 +750,13 @@ table.library-get-file-md.table-small{
|
|||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
input.input_text.sp_input_text{
|
||||
width: 139px !important;
|
||||
}
|
||||
|
||||
input.input_text.sp_extra_input_text{
|
||||
width: 139px !important;
|
||||
}
|
||||
|
||||
.sp_text_font{
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
color: #FFFFFF;
|
||||
line-height: 26px;
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.sp_text_font_bold{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue