move tag search to index (#636)

This commit is contained in:
Toks
2013-04-23 14:58:42 -04:00
parent 48019d684e
commit 730ee0c264
7 changed files with 64 additions and 39 deletions

View File

@@ -39,3 +39,19 @@ table.striped {
background-color: #FAFAFA;
}
}
table.search {
tr {
height: 2em;
}
th {
text-align: right;
padding-right: 1em;
vertical-align: top;
}
td {
vertical-align: top;
}
}

View File

@@ -1,5 +1,5 @@
div#c-tags {
div#a-index {
div#a-index table.striped {
td:nth-child(1), th:nth-child(1) {
width: 5em;
text-align: right;