Stylesheet changes for sort function
This commit is contained in:
@@ -108,7 +108,7 @@ $view .= '
|
|||||||
<button type="submit">'.$button_apply.'</button>
|
<button type="submit">'.$button_apply.'</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="filters">
|
<div class="sort">
|
||||||
<a href="#">'.$general_sort.'</a>
|
<a href="#">'.$general_sort.'</a>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<select name="sort">
|
<select name="sort">
|
||||||
|
|||||||
@@ -449,6 +449,70 @@ main .content-header .filters .list button:hover {
|
|||||||
background: #4672a9;
|
background: #4672a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
main .content-header .sort {
|
||||||
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort a {
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #4a5361;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort a:hover {
|
||||||
|
color: #343a44;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list {
|
||||||
|
display: none;
|
||||||
|
top: calc(100% + 5px);
|
||||||
|
width: 180px;
|
||||||
|
flex-flow: column;
|
||||||
|
position: absolute;
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 10px;
|
||||||
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list label {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list input {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list select {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 3px;
|
||||||
|
border: 1px solid #dedfe1;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list button {
|
||||||
|
background: #4a79b4;
|
||||||
|
border: 0;
|
||||||
|
color: #FFFFFF;
|
||||||
|
padding: 5px 0;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-top: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .content-header .sort .list button:hover {
|
||||||
|
background: #4672a9;
|
||||||
|
}
|
||||||
|
|
||||||
main .content-block {
|
main .content-block {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
|||||||
Reference in New Issue
Block a user