Make WordPress Core

Ticket #19604: 19604.diff

File 19604.diff, 4.0 KB (added by nacin, 14 years ago)
  • wp-admin/includes/meta-boxes.php

     
    5757
    5858<div id="misc-publishing-actions">
    5959
    60 <div class="misc-pub-section<?php if ( !$can_publish ) { echo ' misc-pub-section-last'; } ?>"><label for="post_status"><?php _e('Status:') ?></label>
     60<div class="misc-pub-section"><label for="post_status"><?php _e('Status:') ?></label>
    6161<span id="post-status-display">
    6262<?php
    6363switch ( $post->post_status ) {
     
    107107<?php } ?>
    108108</div><?php // /misc-pub-section ?>
    109109
    110 <div class="misc-pub-section " id="visibility">
     110<div class="misc-pub-section" id="visibility">
    111111<?php _e('Visibility:'); ?> <span id="post-visibility-display"><?php
    112112
    113113if ( 'private' == $post->post_status ) {
     
    176176}
    177177
    178178if ( $can_publish ) : // Contributors don't get to choose the date of publish ?>
    179 <div class="misc-pub-section curtime misc-pub-section-last">
     179<div class="misc-pub-section curtime">
    180180        <span id="timestamp">
    181181        <?php printf($stamp, $date); ?></span>
    182182        <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
     
    627627</div>
    628628
    629629<div id="misc-publishing-actions">
    630 <div class="misc-pub-section misc-pub-section-last">
     630<div class="misc-pub-section">
    631631        <label for="link_private" class="selectit"><input id="link_private" name="link_visible" type="checkbox" value="N" <?php checked($link->link_visible, 'N'); ?> /> <?php _e('Keep this link private') ?></label>
    632632</div>
    633633</div>
  • wp-admin/edit-form-comment.php

     
    5252<label class="spam"><input type="radio"<?php checked( $comment->comment_approved, 'spam' ); ?> name="comment_status" value="spam" /><?php /* translators: comment type radio button */ _ex('Spam', 'adjective'); ?></label>
    5353</div>
    5454
    55 <div class="misc-pub-section curtime misc-pub-section-last">
     55<div class="misc-pub-section curtime">
    5656<?php
    5757// translators: Publish box date format, see http://php.net/date
    5858$datef = __( 'M j, Y @ G:i' );
  • wp-admin/css/wp-admin.dev.css

     
    900900#major-publishing-actions {
    901901        padding: 10px 10px 8px;
    902902        clear: both;
    903         border-top: none;
     903        border-top: 1px solid #f5f5f5;
     904        margin-top: -2px;
    904905}
    905906
     907#post-body #major-publishing-actions {
     908        border-top: 0;
     909        margin-top: 0;
     910}
     911
    906912#delete-action {
    907913        line-height: 25px;
    908914        vertical-align: middle;
     
    925931}
    926932
    927933#post-body .misc-pub-section {
    928         border-right-width: 1px;
    929         border-right-style: solid;
     934        border-left-width: 1px;
     935        border-left-style: solid;
    930936        border-top: 0;
    931937        border-bottom: 0;
    932938        min-height: 30px;
     
    934940        max-width: 32%;
    935941}
    936942
     943#post-body .misc-pub-section:first-child {
     944        border-left: 0;
     945}
     946
    937947#post-body .misc-pub-section-last {
    938948        border-right: 0;
    939949}
     
    951961.misc-pub-section:first-child {
    952962        border-top-width: 0;
    953963}
     964
    954965.misc-pub-section-last {
    955966        border-bottom-width: 0;
    956967}
  • wp-admin/css/colors-classic.dev.css

     
    18351835}
    18361836
    18371837#post-body .misc-pub-section {
    1838         border-right-color: #eee;
     1838        border-left-color: #eee;
    18391839}
    18401840
    18411841.post-com-count span {
  • wp-admin/css/colors-fresh.dev.css

     
    14691469}
    14701470
    14711471#post-body .misc-pub-section {
    1472         border-right-color: #eee;
     1472        border-left-color: #eee;
    14731473}
    14741474
    14751475.post-com-count span {