Merge pull request #1579 from sprak3000/issue-1437-tag-sort-buttons-ui
Fix #1437 - Make tag cloud/list views buttons more obvious
This commit is contained in:
commit
df25b28dcd
2 changed files with 5 additions and 5 deletions
|
@ -1558,11 +1558,11 @@ form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
background: $almost-white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 15px;
|
padding: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $white;
|
color: $dark-grey;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-1 pure-alert pure-alert-success tag-sort">
|
<div class="pure-u-1 pure-alert pure-alert-success tag-sort">
|
||||||
{'Sort by:'|t}
|
{'Sort by:'|t}
|
||||||
<a href="{$base_path}/tags/cloud">{'Cloud'|t}</a> ·
|
<a href="{$base_path}/tags/cloud">{'Cloud'|t}</a>
|
||||||
<a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a> ·
|
<a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a>
|
||||||
<a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a>
|
<a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue