Retina/span spinner cleanup. Restores CSS classes no longer used by core. props lessbloat. fixes #21456.
git-svn-id: http://core.svn.wordpress.org/trunk@22167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e3d18dc0fc
commit
4d1bc9bb6d
|
@ -402,11 +402,6 @@ table.ie-fixed {
|
|||
background: #298CBA;
|
||||
}
|
||||
|
||||
#wpcontent #ajax-loading,
|
||||
#wpcontent .ajax-loading {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved tr,
|
||||
#the-comment-list .unapproved td {
|
||||
background-color: #ffffe0;
|
||||
|
|
|
@ -160,11 +160,6 @@ ul#add-to-blog-users {
|
|||
float: right;
|
||||
}
|
||||
|
||||
#minor-publishing .ajax-loading {
|
||||
padding: 3px 4px 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.preview {
|
||||
float: left;
|
||||
}
|
||||
|
|
|
@ -998,11 +998,6 @@ ul#add-to-blog-users {
|
|||
float: left;
|
||||
}
|
||||
|
||||
#minor-publishing .ajax-loading {
|
||||
padding: 3px 0 0 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.preview {
|
||||
float: right;
|
||||
}
|
||||
|
@ -1094,8 +1089,12 @@ form.upgrade .hint {
|
|||
margin: -0.5em 0 2em 0;
|
||||
}
|
||||
|
||||
.ajax-feedback {
|
||||
vertical-align: bottom;
|
||||
#ajax-loading,
|
||||
.ajax-loading,
|
||||
.ajax-feedback,
|
||||
.imgedit-wait-spin,
|
||||
.list-ajax-loading { /* deprecated */
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#ajax-response.alignleft {
|
||||
|
@ -2948,11 +2947,6 @@ input#link_url {
|
|||
float: left;
|
||||
}
|
||||
|
||||
#submitpost #ajax-loading,
|
||||
#submitpost .ajax-loading {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.submitbox .submit {
|
||||
text-align: left;
|
||||
padding: 12px 10px 10px;
|
||||
|
@ -4471,6 +4465,10 @@ span.imgedit-scale-warn {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.theme-install-php .spinner {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
h3.available-themes {
|
||||
margin: 0 0 1em;
|
||||
float: left;
|
||||
|
@ -5878,10 +5876,6 @@ td.media-icon img {
|
|||
max-height: 60px;
|
||||
}
|
||||
|
||||
.tablenav .list-ajax-loading {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
#howto {
|
||||
font-size: 11px;
|
||||
margin: 0 5px;
|
||||
|
@ -8052,10 +8046,6 @@ a.widget-action {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.widget-control-actions .ajax-feedback {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.widget-control-actions div.alignleft {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<div class="tablenav themes <?php echo $which; ?>">
|
||||
<?php $this->pagination( $which ); ?>
|
||||
<span class="ajax-loading list-ajax-loading spinner"></span>
|
||||
<span class="spinner"></span>
|
||||
<br class="clear" />
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue