改进管理菜单操作

This commit is contained in:
fen
2013-12-07 16:32:41 +08:00
parent 376c8869b7
commit 0fa9e89b61
7 changed files with 221 additions and 164 deletions

View File

@@ -295,9 +295,9 @@ button {
*/
.typecho-pager {
list-style: none;
margin: 30px 0 0;
float: right;
margin: 0;
padding: 0;
font-size: 1.14286em;
line-height: 1;
text-align: center;
zoom: 1; }
@@ -305,12 +305,12 @@ button {
.typecho-pager li {
display: inline-block;
margin: 0 3px;
height: 32px;
line-height: 32px; }
height: 28px;
line-height: 28px; }
.typecho-pager a {
display: block;
padding: 0 15px; }
padding: 0 10px; }
.typecho-pager a:hover {
text-decoration: none;