Implementing new design for Edit Posts, Comments, etc. lists, props mdawaffe, see #8083

git-svn-id: http://svn.automattic.com/wordpress/trunk@9556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-11-06 21:56:29 +00:00
parent 0e20f26fe7
commit 4a5e7ba2e4
14 changed files with 123 additions and 78 deletions

View File

@@ -338,22 +338,18 @@ div.dashboard-widget-submit input:hover,
}
.tablenav .dots {
background-color: #e4f2fd;
border-color: #e4f2fd;
border-color: transparent;
}
.tablenav .next,
.tablenav .prev {
background-color: #e4f2fd;
border-bottom-color: #2583ad;
border-color: #e4f2fd;
border-color: transparent;
color: #2583ad;
}
.tablenav .next:hover,
.tablenav .prev:hover {
border-bottom-color: #d54e21;
border-color: #e4f2fd;
border-color: transparent;
color: #d54e21;
}

View File

@@ -256,11 +256,16 @@ h6 {
}
.subsubsub a {
line-height: 200%;
padding: 3px;
line-height: 2;
padding: .2em;
text-decoration: none;
}
.subsubsub a .count, .subsubsub a.current .count {
color: #999;
font-weight: normal;
}
.subsubsub a.current {
font-weight: bold;
background: none;