Better css for sorting button text

pull/3113/head
Mark McDowall 11 years ago
parent 8dcfbe7b9d
commit 5c1f2b2dd7

@ -52,16 +52,12 @@
} }
.sorting-buttons { .sorting-buttons {
li { .sorting-title {
a {
span {
display: inline-block; display: inline-block;
width: 110px; width: 110px;
} }
} }
} }
}
}
.page-container { .page-container {
min-height : 500px; min-height : 500px;

@ -1,4 +1,4 @@
<a href="#"> <a href="#">
<span>{{title}}</span> <span class="sorting-title">{{title}}</span>
<i class=""></i> <i class=""></i>
</a> </a>
Loading…
Cancel
Save