Move ajax spinner to be adjacent to the Quick Edit Update button. also, the dashboard recent comments Submit Reply button. fixes #12345
git-svn-id: http://svn.automattic.com/wordpress/trunk@13832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7957161819
commit
39b3db4e20
File diff suppressed because one or more lines are too long
|
@ -427,6 +427,10 @@ td.action-links, th.action-links {
|
|||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#replysubmit img.waiting,
|
||||
.inline-edit-save img.waiting {
|
||||
float: left;
|
||||
}
|
||||
/* 2500 - 2700
|
||||
=================================== */
|
||||
#bulk-titles div a {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2404,8 +2404,9 @@ fieldset {
|
|||
|
||||
#replysubmit img.waiting,
|
||||
.inline-edit-save img.waiting {
|
||||
padding: 2px 10px 0;
|
||||
padding: 4px 10px 0;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#replysubmit .button {
|
||||
|
|
|
@ -447,7 +447,7 @@ function wp_default_styles( &$styles ) {
|
|||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20100326b';
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100326b' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100326c' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue