Fix line-height inside postbox and stuffbox, see #18314

git-svn-id: http://svn.automattic.com/wordpress/trunk@18772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-24 20:48:41 +00:00
parent 53f5e8344e
commit 728c4379d7
2 changed files with 29 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -2017,6 +2017,7 @@ body.admin-bar #adminmenu {
.postbox .inside, .postbox .inside,
.stuffbox .inside { .stuffbox .inside {
padding: 0 10px; padding: 0 10px;
line-height: 1.4em;
} }
.postbox.closed h3 { .postbox.closed h3 {
@ -2111,15 +2112,18 @@ body.admin-bar #adminmenu {
table.fixed { table.fixed {
table-layout: fixed; table-layout: fixed;
} }
.fixed .column-rating, .fixed .column-rating,
.fixed .column-visible { .fixed .column-visible {
width: 8%; width: 8%;
} }
.fixed .column-date, .fixed .column-date,
.fixed .column-parent, .fixed .column-parent,
.fixed .column-links { .fixed .column-links {
width: 10%; width: 10%;
} }
.fixed .column-response, .fixed .column-response,
.fixed .column-author, .fixed .column-author,
.fixed .column-categories, .fixed .column-categories,
@ -2128,55 +2132,67 @@ table.fixed {
.fixed .column-role { .fixed .column-role {
width: 15%; width: 15%;
} }
.fixed .column-comments { .fixed .column-comments {
width: 4em; width: 4em;
padding: 8px 0; padding: 8px 0;
text-align: left; text-align: left;
} }
.fixed .column-comments .vers { .fixed .column-comments .vers {
padding-left: 3px; padding-left: 3px;
} }
.fixed .column-comments a { .fixed .column-comments a {
float: left; float: left;
} }
.fixed .column-slug { .fixed .column-slug {
width: 25%; width: 25%;
} }
.fixed .column-posts { .fixed .column-posts {
width: 10%; width: 10%;
} }
.fixed .column-icon { .fixed .column-icon {
width: 80px; width: 80px;
} }
#commentsdiv .fixed .column-author, #commentsdiv .fixed .column-author,
#comments-form .fixed .column-author { #comments-form .fixed .column-author {
width: 20%; width: 20%;
} }
#commentsdiv.postbox .inside { #commentsdiv.postbox .inside {
line-height: 1.4em;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#commentsdiv.postbox .inside .row-actions { #commentsdiv.postbox .inside .row-actions {
line-height:18px; line-height:18px;
} }
#commentsdiv.postbox .inside td { #commentsdiv.postbox .inside td {
padding:1em 10px; padding:1em 10px;
} }
#commentsdiv.postbox .inside .column-comment p {
}
#commentsdiv.postbox .inside .column-author { #commentsdiv.postbox .inside .column-author {
width:33%; width:33%;
} }
#commentsdiv.postbox .inside p { #commentsdiv.postbox .inside p {
margin:6px 10px 8px; margin:6px 10px 8px;
} }
#commentsdiv.postbox .column-comment p { #commentsdiv.postbox .column-comment p {
margin:0.6em 0; margin:0.6em 0;
} }
#commentsdiv.postbox #replyrow td { #commentsdiv.postbox #replyrow td {
padding:0; padding:0;
} }
.sorting-indicator { .sorting-indicator {
display: none; display: none;
width: 7px; width: 7px;
@ -2186,33 +2202,40 @@ table.fixed {
background-image: url(../images/sort.gif); background-image: url(../images/sort.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.fixed .column-comments .sorting-indicator { .fixed .column-comments .sorting-indicator {
margin-top: 3px; margin-top: 3px;
} }
.widefat th.sortable, .widefat th.sortable,
.widefat th.sorted { .widefat th.sorted {
padding: 0; padding: 0;
} }
th.sortable a, th.sortable a,
th.sorted a { th.sorted a {
display: block; display: block;
overflow: hidden; overflow: hidden;
padding: 7px 7px 8px; padding: 7px 7px 8px;
} }
.fixed .column-comments.sortable a, .fixed .column-comments.sortable a,
.fixed .column-comments.sorted a { .fixed .column-comments.sorted a {
padding: 8px 0; padding: 8px 0;
} }
th.sortable a span, th.sortable a span,
th.sorted a span { th.sorted a span {
float: left; float: left;
cursor: pointer; cursor: pointer;
} }
th.sorted.asc .sorting-indicator, th.sorted.asc .sorting-indicator,
th.desc:hover span.sorting-indicator { th.desc:hover span.sorting-indicator {
display: block; display: block;
background-position: 0 0; background-position: 0 0;
} }
th.sorted.desc .sorting-indicator, th.sorted.desc .sorting-indicator,
th.asc:hover span.sorting-indicator { th.asc:hover span.sorting-indicator {
display: block; display: block;
@ -6058,7 +6081,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
} }
.item-controls .item-order a { .item-controls .item-order a {
font-weight:bold; font-weight: bold;
} }
.nav-menus-php .item-edit { .nav-menus-php .item-edit {
@ -6066,7 +6089,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
right: -20px; right: -20px;
top: 0; top: 0;
display: block; display: block;
width:30px; width: 30px;
height: 36px; height: 36px;
overflow: hidden; overflow: hidden;
text-indent:-999em; text-indent:-999em;