Fix (temporarily?) the spacing between the uploader buttons on the dashboard, props SergeyBiryukov and andrewryno, see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@18553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -280,7 +280,7 @@ div.postbox div.inside {
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
padding-top: 5px;
|
||||
padding-top: 4px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -301,10 +301,6 @@ div.postbox div.inside {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#dashboard_quick_press #media-buttons a {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit {
|
||||
margin-left: 4.6em;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -744,7 +744,6 @@ th.sorted a span {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
|
||||
#edButtonPreview,
|
||||
#edButtonHTML {
|
||||
margin: 5px 0 0 5px;
|
||||
@@ -756,7 +755,7 @@ th.sorted a span {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#media-buttons a {
|
||||
.wp-media-buttons a {
|
||||
padding: 0 10px 5px 0;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2194,7 +2194,20 @@ input#link_url {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.wp-media-buttons img,
|
||||
.wp-media-buttons {
|
||||
cursor: default;
|
||||
padding: 8px 8px 0;
|
||||
}
|
||||
|
||||
.wp-media-buttons a {
|
||||
cursor: pointer;
|
||||
padding: 0 0 5px 10px;
|
||||
}
|
||||
|
||||
.wp-media-buttons img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#submitpost #ajax-loading,
|
||||
#submitpost .ajax-loading {
|
||||
vertical-align: middle;
|
||||
|
||||
@@ -531,7 +531,7 @@ function wp_dashboard_quick_press() {
|
||||
</div>
|
||||
|
||||
<?php if ( current_user_can( 'upload_files' ) ) : ?>
|
||||
<div id="media-buttons" class="hide-if-no-js">
|
||||
<div id="media-buttons" class="hide-if-no-js wp-media-buttons">
|
||||
<?php do_action( 'media_buttons' ); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user