CSS fixes and improvements, also IE7 and some IE6 fixes

git-svn-id: http://svn.automattic.com/wordpress/trunk@9733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-17 18:01:00 +00:00
parent 9fcdfa2ace
commit a4da82e877
27 changed files with 177 additions and 130 deletions

View File

@ -189,7 +189,7 @@ if ( $page_links )
<div class="clear"></div> <div class="clear"></div>
<table class="widefat"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('category'); ?> <?php print_column_headers('category'); ?>

View File

@ -43,15 +43,15 @@ div.dashboard-widget,
border-color: #ccc; border-color: #ccc;
} }
#poststuff .inside .spam { #poststuff .inside label.spam {
color: red; color: red;
} }
#poststuff .inside .waiting { #poststuff .inside label.waiting {
color: orange; color: orange;
} }
#poststuff .inside .approved { #poststuff .inside label.approved {
color: green; color: green;
} }
@ -129,10 +129,6 @@ h3.info-box-title,
background-color: #dfdfdf; background-color: #dfdfdf;
} }
.metabox-holder {
color: #777;
}
.form-table tr, .form-table tr,
.form-wrap .form-field { .form-wrap .form-field {
background-color: #f9f9f9; background-color: #f9f9f9;
@ -330,13 +326,18 @@ a.button.disabled {
border-color: #535353; border-color: #535353;
} }
a:active,
a:focus {
color: #d54e21 !important;
}
a:hover,
.button:hover, .button:hover,
#wphead #viewsite a:hover, #wphead #viewsite a:hover,
#adminmenu a:hover, #adminmenu a:hover,
#adminmenu ul.wp-submenu a:hover, #adminmenu ul.wp-submenu a:hover,
#the-comment-list .comment a:hover, #the-comment-list .comment a:hover,
#rightnow a:hover, #rightnow a:hover,
a:hover,
.subsubsub a:hover, .subsubsub a:hover,
.subsubsub a.current:hover, .subsubsub a.current:hover,
#login form .submit input:hover, #login form .submit input:hover,
@ -432,8 +433,8 @@ ul#widget-list li.widget-list-item,
border-color: #dfdfdf; border-color: #dfdfdf;
} }
.widefat thead, .widefat thead tr,
.widefat tfoot, .widefat tfoot tr,
.thead, .thead,
.tfoot, .tfoot,
h3.dashboard-widget-title, h3.dashboard-widget-title,
@ -913,7 +914,7 @@ abbr.required,
color: #888; color: #888;
} }
.wp_themeSkin tr.mceFirst { .wp_themeSkin tr.mceFirst td.mceToolbar {
background-color: #dfdfdf; background-color: #dfdfdf;
border-color: #dfdfdf; border-color: #dfdfdf;
} }

View File

@ -16,6 +16,7 @@ form .input-text-wrap {
#dashboard-widgets form .input-text-wrap input { #dashboard-widgets form .input-text-wrap input {
border: 0 none; border: 0 none;
outline: none; outline: none;
margin: 0;
padding: 0; padding: 0;
width: 99%; width: 99%;
color: #333; color: #333;
@ -66,7 +67,7 @@ form .textarea-wrap {
} }
div.postbox div.inside { div.postbox div.inside {
margin: 0 10px 10px; margin: 10px;
position: relative; position: relative;
} }
@ -293,8 +294,7 @@ div.postbox div.inside {
} }
#dashboard-widgets #dashboard_quick_press form p.submit { #dashboard-widgets #dashboard_quick_press form p.submit {
padding: .8em .8em .8em 5.3em; margin-left: 4.6em;
margin: 0 -10px -10px;
} }
#dashboard-widgets #dashboard_quick_press form p.submit input { #dashboard-widgets #dashboard_quick_press form p.submit input {

View File

@ -66,7 +66,7 @@ table {
#wpcontent { #wpcontent {
height: 100%; height: 100%;
margin-bottom: 50px; padding-bottom: 50px;
} }
#wpbody-content { #wpbody-content {
@ -291,12 +291,12 @@ h6 {
border-radius: 4px; border-radius: 4px;
} }
.widefat a { .widefat * {
text-decoration: none; word-wrap: break-word;
} }
.widefat abbr { .widefat a {
white-space: nowrap; text-decoration: none;
} }
.widefat td, .widefat td,
@ -309,12 +309,12 @@ h6 {
} }
.widefat td { .widefat td {
padding: 7px 15px 9px 10px; padding: 5px 7px;
vertical-align: top; vertical-align: top;
} }
.widefat th { .widefat th {
padding: 7px 15px 8px 10px; padding: 7px 7px 8px;
text-align: left; text-align: left;
line-height: 1.3em; line-height: 1.3em;
} }
@ -326,18 +326,20 @@ h6 {
} }
.widefat .check-column { .widefat .check-column {
text-align: right; width: 2.2em;
width: 1.5em;
padding: 0; padding: 0;
} }
.widefat tbody th.check-column { .widefat tbody th.check-column {
padding: 10px 0 22px; padding: 7px 0 22px;
} }
.widefat .num, .widefat .num,
.widefat .column-comments { .column-comments,
.column-links,
.column-posts,
.column-parent {
text-align: center; text-align: center;
} }

View File

@ -38,6 +38,18 @@ input.button-highlighted {
padding-right: 0; padding-right: 0;
} }
#wpbody-content .postbox {
border: 1px solid #dfdfdf;
}
#wpbody-content .postbox h3 {
margin-bottom: -1px;
}
#wpbody-content .postbox .inside {
}
#wphead-info { #wphead-info {
float: right; float: right;
} }
@ -63,9 +75,11 @@ input.button-highlighted {
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%"); _width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
} }
*/ */
ul#adminmenu {
z-index: 99;
}
* html #adminmenu { * html #adminmenu {
z-index: 1;
width: 145px; width: 145px;
margin: 12px; margin: 12px;
padding: 0; padding: 0;
@ -182,6 +196,21 @@ input.button-highlighted {
} }
/* end Inline Editor */ /* end Inline Editor */
#titlediv #title {
width: 98%;
}
a.button {
line-height: 1.4em;
margin: 1px;
}
.widefat thead tr th,
.widefat tfoot tr th {
background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top;
color: #333333;
}
* html div.widget-liquid-left-holder, * html div.widget-liquid-left-holder,
* html div.widget-liquid-right { * html div.widget-liquid-right {
display: block; display: block;
@ -196,6 +225,7 @@ input.button-highlighted {
z-index: 12; z-index: 12;
} }
#post-status-info,
#wpwrap, #wpwrap,
#wpcontent, #wpcontent,
#post, #post,
@ -302,15 +332,6 @@ div#dashboard-widgets {
margin-top: 2px; margin-top: 2px;
} }
.tablenav-pages .page-numbers {
display: inline-block;
}
.tablenav-pages {
display: block;
margin-top: -3px;
}
table.ie-fixed { table.ie-fixed {
table-layout: fixed; table-layout: fixed;
} }

View File

@ -8,7 +8,7 @@
if ( ! defined('ABSPATH') ) die(); if ( ! defined('ABSPATH') ) die();
?> ?>
<table class="widefat"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('media'); ?> <?php print_column_headers('media'); ?>

View File

@ -248,7 +248,7 @@ if ( 'spam' == $comment_status ) {
<div class="clear"></div> <div class="clear"></div>
<?php if ( $comments ) { ?> <?php if ( $comments ) { ?>
<table class="widefat"> <table class="widefat comments fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('comment'); ?> <?php print_column_headers('comment'); ?>

View File

@ -428,12 +428,12 @@ function post_comment_status_meta_box($post) {
wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
?> ?>
<table class="widefat comments-box" style="display:none;"> <table class="widefat comments-box fixed" cellspacing="0" style="display:none;">
<thead> <thead>
<tr> <tr>
<th scope="col"><?php _e('Comments') ?></th> <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Author') ?></th> <th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Submitted') ?></th> <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr> </tr>
</thead> </thead>
<tbody id="the-comment-list" class="list:comment"> <tbody id="the-comment-list" class="list:comment">

View File

@ -117,7 +117,7 @@ if ( $page_links )
<div class="clear"></div> <div class="clear"></div>
<table class="widefat"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('link-category'); ?> <?php print_column_headers('link-category'); ?>

View File

@ -213,7 +213,7 @@ if ( $page_links ) : ?>
if ($posts) { if ($posts) {
?> ?>
<table class="widefat page"> <table class="widefat page fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('page'); ?> <?php print_column_headers('page'); ?>
@ -279,18 +279,18 @@ if ( 1 == count($posts) && is_singular() ) :
<br class="clear" /> <br class="clear" />
<table class="widefat" style="margin-top: .5em"> <table class="widefat" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col"><?php _e('Comment') ?></th> <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Date') ?></th> <th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Actions') ?></th> <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr> </tr>
</thead> </thead>
<tbody id="the-comment-list" class="list:comment"> <tbody id="the-comment-list" class="list:comment">
<?php <?php
foreach ($comments as $comment) foreach ($comments as $comment)
_wp_comment_row( $comment->comment_ID, 'detail', false, false ); _wp_comment_row( $comment->comment_ID, 'single', false, false );
?> ?>
</tbody> </tbody>
</table> </table>

View File

@ -8,7 +8,7 @@
if ( ! defined('ABSPATH') ) die(); if ( ! defined('ABSPATH') ) die();
?> ?>
<table class="widefat post"> <table class="widefat post fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('post'); ?> <?php print_column_headers('post'); ?>

View File

@ -185,7 +185,7 @@ if ( $page_links )
<div class="clear"></div> <div class="clear"></div>
<table class="widefat tag"> <table class="widefat tag fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('tag'); ?> <?php print_column_headers('tag'); ?>

View File

@ -284,20 +284,20 @@ if ( 1 == count($posts) && is_singular() ) :
<br class="clear" /> <br class="clear" />
<table class="widefat" style="margin-top: .5em"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col"><?php _e('Comment') ?></th> <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Author') ?></th> <th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Submitted') ?></th> <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr> </tr>
</thead> </thead>
<tfoot> <tfoot>
<tr> <tr>
<th scope="col"><?php _e('Comment') ?></th> <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Author') ?></th> <th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Submitted') ?></th> <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr> </tr>
</tfoot> </tfoot>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 210 B

View File

@ -39,7 +39,7 @@ if (empty ($importers)) {
echo '<p>'.__('No importers are available.').'</p>'; // TODO: make more helpful echo '<p>'.__('No importers are available.').'</p>'; // TODO: make more helpful
} else { } else {
?> ?>
<table class="widefat"> <table class="widefat" cellspacing="0">
<?php <?php
$style = ''; $style = '';

View File

@ -1452,7 +1452,7 @@ jQuery(function($){
<form enctype="multipart/form-data" method="post" action="<?php echo attribute_escape($form_action_url); ?>" class="media-upload-form validate" id="gallery-form"> <form enctype="multipart/form-data" method="post" action="<?php echo attribute_escape($form_action_url); ?>" class="media-upload-form validate" id="gallery-form">
<?php wp_nonce_field('media-form'); ?> <?php wp_nonce_field('media-form'); ?>
<?php //media_upload_form( $errors ); ?> <?php //media_upload_form( $errors ); ?>
<table class="widefat"> <table class="widefat" cellspacing="0">
<thead><tr> <thead><tr>
<th><?php _e('Media'); ?></th> <th><?php _e('Media'); ?></th>
<th class="order-head"><?php _e('Order'); ?></th> <th class="order-head"><?php _e('Order'); ?></th>

View File

@ -279,7 +279,7 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){
?> ?>
<br class="clear" /> <br class="clear" />
</div> </div>
<table class="widefat" id="install-plugins"> <table class="widefat" id="install-plugins" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col" class="name"><?php _e('Name'); ?></th> <th scope="col" class="name"><?php _e('Name'); ?></th>

View File

@ -708,8 +708,8 @@ function wp_manage_media_columns() {
$posts_columns['author'] = __('Author'); $posts_columns['author'] = __('Author');
$posts_columns['tags'] = _c('Tags|media column header'); $posts_columns['tags'] = _c('Tags|media column header');
$posts_columns['parent'] = _c('Attached to|media column header'); $posts_columns['parent'] = _c('Attached to|media column header');
//$posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>'; $posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>';
$posts_columns['comments'] = __('Comments'); //$posts_columns['comments'] = __('Comments');
$posts_columns['date'] = _c('Date|media column header'); $posts_columns['date'] = _c('Date|media column header');
$posts_columns = apply_filters('manage_media_columns', $posts_columns); $posts_columns = apply_filters('manage_media_columns', $posts_columns);
@ -831,10 +831,10 @@ function print_column_headers( $type, $id = true ) {
$columns = get_column_headers( $type ); $columns = get_column_headers( $type );
$hidden = (array) get_user_option( "manage-$type-columns-hidden" ); $hidden = (array) get_user_option( "manage-$type-columns-hidden" );
$styles = array(); $styles = array();
$styles['tag']['posts'] = 'width: 90px;'; // $styles['tag']['posts'] = 'width: 90px;';
$styles['link-category']['links'] = 'width: 90px;'; // $styles['link-category']['links'] = 'width: 90px;';
$styles['category']['posts'] = 'width: 90px;'; // $styles['category']['posts'] = 'width: 90px;';
$styles['link']['visible'] = 'text-align: center;'; // $styles['link']['visible'] = 'text-align: center;';
foreach ( $columns as $column_key => $column_display_name ) { foreach ( $columns as $column_key => $column_display_name ) {
$class = ' class="manage-column'; $class = ' class="manage-column';
@ -1977,7 +1977,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
case 'author': case 'author':
echo "<td $attributes><strong>"; comment_author(); echo '</strong><br />'; echo "<td $attributes><strong>"; comment_author(); echo '</strong><br />';
if ( !empty($author_url) ) if ( !empty($author_url) )
echo "<a href='$author_url'>$author_url_display</a><br />"; echo "<a title='$author_url' href='$author_url'>$author_url_display</a><br />";
if ( current_user_can( 'edit_post', $post->ID ) ) { if ( current_user_can( 'edit_post', $post->ID ) ) {
if ( !empty($comment->comment_author_email) ) { if ( !empty($comment->comment_author_email) ) {
comment_author_email_link(); comment_author_email_link();
@ -2038,8 +2038,6 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',
<div id="replyhead" style="display:none;"><?php _e('Reply to Comment'); ?></div> <div id="replyhead" style="display:none;"><?php _e('Reply to Comment'); ?></div>
<div id="edithead" style="display:none;"> <div id="edithead" style="display:none;">
<div id="edittitle"><?php _e('Edit Comment'); ?></div>
<div class="inside"> <div class="inside">
<label for="author"><?php _e('Name') ?></label> <label for="author"><?php _e('Name') ?></label>
<input type="text" name="newcomment_author" size="50" value="" tabindex="101" id="author" /> <input type="text" name="newcomment_author" size="50" value="" tabindex="101" id="author" />

View File

@ -87,7 +87,7 @@ inlineEditPost = {
$('tbody th.check-column input[type="checkbox"]').each(function(i){ $('tbody th.check-column input[type="checkbox"]').each(function(i){
if ( $(this).attr('checked') ) { if ( $(this).attr('checked') ) {
var id = $(this).val(); var id = $(this).val();
te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton">X</a>'+$('#inline_'+id+' .post_title').text()+'</div>'; te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton">X</a>'+$('tr#post_'+id+' .post_title strong').text()+'</div>';
} }
}); });

View File

@ -144,7 +144,7 @@ if ( $links ) {
?> ?>
<?php wp_nonce_field('bulk-bookmarks') ?> <?php wp_nonce_field('bulk-bookmarks') ?>
<table class="widefat"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr> <tr>
<?php print_column_headers('link'); ?> <?php print_column_headers('link'); ?>

View File

@ -246,7 +246,7 @@ foreach ( (array)$all_plugins as $plugin_file => $plugin_data) {
*/ */
function print_plugins_table($plugins, $context = '') { function print_plugins_table($plugins, $context = '') {
?> ?>
<table class="widefat" id="<?php echo $context ?>-plugins-table"> <table class="widefat" cellspacing="0" id="<?php echo $context ?>-plugins-table">
<thead> <thead>
<tr> <tr>
<th scope="col" class="check-column"><input type="checkbox" /></th> <th scope="col" class="check-column"><input type="checkbox" /></th>

View File

@ -427,10 +427,6 @@ td.action-links, th.action-links {
} }
/* 2300 - 2500 /* 2300 - 2500
=================================== */ =================================== */
#edithead #edittitle {
float: right;
margin: 0 0 0 4px;
}
#edithead .inside { #edithead .inside {
float: right; float: right;
margin: 0 0 2px 4px; margin: 0 0 2px 4px;

View File

@ -297,7 +297,7 @@ foreach ($arc_result as $arc_row) {
<div class="clear"></div> <div class="clear"></div>
<?php if ( isset($orphans) ) { ?> <?php if ( isset($orphans) ) { ?>
<table class="widefat"> <table class="widefat" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col" class="check-column"><input type="checkbox" /></th> <th scope="col" class="check-column"><input type="checkbox" /></th>
@ -423,18 +423,18 @@ if ( 1 == count($posts) && is_singular() ) :
<br class="clear" /> <br class="clear" />
<table class="widefat" style="margin-top: .5em"> <table class="widefat" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col"><?php _e('Comment') ?></th> <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Date') ?></th> <th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Actions') ?></th> <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr> </tr>
</thead> </thead>
<tbody id="the-comment-list" class="list:comment"> <tbody id="the-comment-list" class="list:comment">
<?php <?php
foreach ($comments as $comment) foreach ($comments as $comment)
_wp_comment_row( $comment->comment_ID, 'detail', false, false ); _wp_comment_row( $comment->comment_ID, 'single', false, false );
?> ?>
</tbody> </tbody>
</table> </table>

View File

@ -328,7 +328,7 @@ unset($role_links);
<p><a href="users.php"><?php _e('&laquo; Back to All Users'); ?></a></p> <p><a href="users.php"><?php _e('&laquo; Back to All Users'); ?></a></p>
<?php endif; ?> <?php endif; ?>
<table class="widefat"> <table class="widefat fixed" cellspacing="0">
<thead> <thead>
<tr class="thead"> <tr class="thead">
<?php print_column_headers('user') ?> <?php print_column_headers('user') ?>

View File

@ -502,7 +502,6 @@ textarea.all-options, input.all-options {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
min-width: 26px; min-width: 26px;
min-height: 1.9em;
padding: 2px 4px; padding: 2px 4px;
font-size: 13px; font-size: 13px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
@ -526,12 +525,6 @@ textarea.all-options, input.all-options {
font-style: italic; font-style: italic;
} }
#quicktags #ed_code,
#ed_reply_toolbar #ed_reply_code {
font-family: "Courier New", Courier, monospace;
vertical-align: top;
}
#attachmentlinks textarea { #attachmentlinks textarea {
width: 100%; width: 100%;
height: 2.5em; height: 2.5em;
@ -714,7 +707,7 @@ div.nav {
padding: 2px 4px; padding: 2px 4px;
} }
.page-numbers { a.page-numbers {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 2px; border-bottom-width: 2px;
font-weight: bold; font-weight: bold;
@ -758,8 +751,8 @@ p.pagenav {
.tablenav { .tablenav {
clear: both; clear: both;
height: 40px; height: 30px;
margin: 6px 0; margin: 6px 6px 4px;
vertical-align: middle; vertical-align: middle;
} }
@ -767,8 +760,8 @@ p.pagenav {
float: right; float: right;
display: block; display: block;
cursor: default; cursor: default;
height: 40px; height: 30px;
line-height: 40px; line-height: 30px;
font-size: 11px; font-size: 11px;
margin: 0 8px 0 0; margin: 0 8px 0 0;
color: #555; color: #555;
@ -783,7 +776,7 @@ p.pagenav {
} }
.tablenav .actions { .tablenav .actions {
padding: 7px 8px 0; padding: 2px 8px 0 0;
} }
td.media-icon { td.media-icon {
@ -1246,7 +1239,7 @@ html, body {
#footer { #footer {
word-spacing: .3em; word-spacing: .3em;
font-size: 11px; font-size: 11px;
margin-top: -45px; margin-top: -47px;
} }
#footer #footer-thankyou, #footer #footer-upgrade { #footer #footer-thankyou, #footer #footer-upgrade {
@ -1286,7 +1279,7 @@ html, body {
.form-table td, .form-table td,
#wpbody-content .describe td { #wpbody-content .describe td {
margin-bottom: 9px; margin-bottom: 9px;
padding: 10px; padding: 4px 10px;
line-height: 20px; line-height: 20px;
border-bottom-width: 8px; border-bottom-width: 8px;
border-bottom-style: solid; border-bottom-style: solid;
@ -1466,7 +1459,7 @@ table.form-table td .updated {
#normal-sortables .postbox #replyrow .submit { #normal-sortables .postbox #replyrow .submit {
float: none; float: none;
margin: 0; margin: 0;
padding: 7px; padding: 3px 7px;
} }
#side-sortables { #side-sortables {
@ -1672,7 +1665,7 @@ table.form-table td .updated {
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
padding: 7px 9px; padding: 7px 9px;
margin: 0 0 10px; margin: 0;
line-height: 1; line-height: 1;
text-shadow: #fff 0 1px 0; text-shadow: #fff 0 1px 0;
} }
@ -1713,13 +1706,18 @@ table.form-table td .updated {
#poststuff .inside, #poststuff .inside,
#poststuff .inside p { #poststuff .inside p {
font-size: 11px; font-size: 11px;
margin: 2px 6px 6px; margin: 6px;
} }
#poststuff .inside .submitbox p { #poststuff .inside .submitbox p {
margin: 1em 0; margin: 1em 0;
} }
#post-visibility-select {
line-height: 1.5em;
margin-top: 3px;
}
#poststuff #submitdiv .inside { #poststuff #submitdiv .inside {
margin: 0; margin: 0;
} }
@ -1803,7 +1801,7 @@ input#link_url {
height: 30px; height: 30px;
} }
.wp_themeSkin tr.mceFirst { .wp_themeSkin tr.mceFirst td.mceToolbar {
background-image: url("images/ed-bg.gif"); background-image: url("images/ed-bg.gif");
background-position: left top; background-position: left top;
background-repeat: repeat-x; background-repeat: repeat-x;
@ -1834,10 +1832,6 @@ input#link_url {
margin-right: 15px; margin-right: 15px;
} }
#poststuff #editor-toolbar .active {
/*font-weight: bold;*/
}
#media-buttons { #media-buttons {
cursor: default; cursor: default;
padding: 8px 8px 0; padding: 8px 8px 0;
@ -1904,6 +1898,7 @@ input#link_url {
#post-status-select { #post-status-select {
line-height: 2.5em; line-height: 2.5em;
margin-top: 3px;
} }
/* Categories */ /* Categories */
@ -2089,7 +2084,7 @@ body.wp-admin {
.view-switch { .view-switch {
float: right; float: right;
margin: 9px 8px 0; margin: 5px 8px 0;
} }
.view-switch img { .view-switch img {
@ -2286,7 +2281,7 @@ fieldset {
} }
#timestampdiv { #timestampdiv {
padding-top: 3px; padding-top: 5px;
line-height: 23px; line-height: 23px;
} }
@ -2444,9 +2439,7 @@ fieldset {
#replysubmit { #replysubmit {
margin: 0; margin: 0;
padding: 7px; padding: 3px 7px;
border-top-width: 1px;
border-top-style: solid;
} }
#replysubmit img.waiting, #replysubmit img.waiting,
@ -2470,32 +2463,21 @@ fieldset {
padding: 2px 10px 4px; padding: 2px 10px 4px;
} }
#edithead #edittitle {
float: left;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 19px;
margin: 0 4px 0 0;
padding: 4px 10px;
}
#edithead .inside { #edithead .inside {
float: left; float: left;
margin: 0 4px 2px 0; padding: 3px 0 2px 5px;
padding: 3px 0 2px; margin: 0;
text-align: center; text-align: center;
width: 260px;
font-size: 11px; font-size: 11px;
} }
#edithead .inside input { #edithead .inside input {
width: 200px; width: 180px;
font-size: 11px; font-size: 11px;
} }
#edithead label { #edithead label {
padding: 2px; padding: 2px 0;
} }
#replycontainer { #replycontainer {
@ -3163,5 +3145,52 @@ br.clear {
vertical-align: middle; vertical-align: middle;
} }
/* table.fixed column width */
table.fixed {
table-layout: fixed;
}
.fixed .column-date,
.fixed .column-parent,
.fixed .column-visible,
.fixed .column-links {
width: 10%;
}
.fixed .column-response,
.fixed .column-author,
.fixed .column-categories,
.fixed .column-tags,
.fixed .column-rel,
.fixed .column-role {
width: 15%;
}
.fixed .column-comments {
width: 4em;
}
.fixed .column-slug {
width: 25%;
}
.fixed .column-posts {
width: 10%;
}
.fixed .column-icon {
width: 80px;
}
.fixed .comments .column-author,
#commentstatusdiv .fixed .column-date,
#commentstatusdiv .fixed .column-author {
width: 20%;
}
.widefat th,
.widefat td {
overflow: hidden;
}

View File

@ -1136,7 +1136,7 @@ function wp_list_post_revisions( $post_id = 0, $args = null ) {
<br class="clear" /> <br class="clear" />
<table class="widefat post-revisions"> <table class="widefat post-revisions" cellspacing="0">
<col /> <col />
<col style="width: 33%" /> <col style="width: 33%" />
<col style="width: 33%" /> <col style="width: 33%" />