add hotkey navigationf or posts/pools

This commit is contained in:
albert
2013-02-25 10:13:01 -05:00
parent 10b6dcebd0
commit 436c9af9da
6 changed files with 74 additions and 19 deletions

View File

@@ -176,16 +176,16 @@ div#c-posts {
}
div#a-show {
.active {
font-weight: bold;
}
menu#post-sections {
margin: 0;
font-size: $h3_size;
li {
padding: 0 1em 0 0;
&.active {
font-weight: bold;
}
}
div.share a {
@@ -204,6 +204,19 @@ div#c-posts {
span.quick-mod {
float: right;
}
.pool-name {
margin: 0 1em;
}
#pool-nav {
margin: 1em 0;
li {
text-align: center;
height: 1.5em;
}
}
}
div#quick-edit-div {