improved display of advanced search
This commit is contained in:
@@ -1214,7 +1214,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
}
|
||||
#edit-search{
|
||||
margin: 1em 0 0.5em;
|
||||
margin: 0.5em 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1226,7 +1226,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
|
||||
.advanced-search-form-table{
|
||||
display:table;
|
||||
border-collapse:separate;
|
||||
// border-collapse:separate;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0 0.2em;
|
||||
|
||||
// min-width: 500px;
|
||||
@@ -1253,16 +1254,30 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
margin:0.3em 0;
|
||||
padding-top:0.3em;
|
||||
display: table-row;
|
||||
vertical-align: middle;
|
||||
|
||||
&:not(:first-child){
|
||||
border-top: 1px solid #ccc;
|
||||
>*{
|
||||
padding:0.5em 0;
|
||||
}
|
||||
}
|
||||
&:first-child{
|
||||
>*{padding: 0.3em 0 0.5em;}
|
||||
}
|
||||
|
||||
>*{
|
||||
display:table-cell;
|
||||
text-align: left;
|
||||
// padding:0;
|
||||
&:not(:last-child){
|
||||
padding:0 1em 0 0;
|
||||
padding-right:0.5em;
|
||||
}
|
||||
&:not(:first-child):not(:last-child):before{
|
||||
content:">";
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
padding-right:0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1282,16 +1297,24 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
|
||||
.filter-markup{
|
||||
// border-left: 1px solid #ccc;
|
||||
position: relative;
|
||||
span{
|
||||
padding:0.4em 1em;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
width:78%;
|
||||
font-size: 11px;
|
||||
background-color: #eee;
|
||||
color:#777;
|
||||
// background-color: #eee;
|
||||
color:#ccc;
|
||||
text-align: center;
|
||||
border-radius: 7px;
|
||||
}
|
||||
}
|
||||
.rm-btn{
|
||||
// vertical-align: text-bottom;
|
||||
// line-height: 3;
|
||||
// height: 100%;
|
||||
// input{margin-top:2em;}
|
||||
}
|
||||
}
|
||||
|
||||
// .rm-btn{
|
||||
|
Reference in New Issue
Block a user