Better css for sorting button text

This commit is contained in:
Mark McDowall 2014-01-01 23:11:29 -08:00
parent 8dcfbe7b9d
commit 5c1f2b2dd7
2 changed files with 4 additions and 8 deletions

View File

@ -52,13 +52,9 @@
} }
.sorting-buttons { .sorting-buttons {
li { .sorting-title {
a { display: inline-block;
span { width: 110px;
display: inline-block;
width: 110px;
}
}
} }
} }
} }

View File

@ -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>