Ticket #19604: 19604.diff
File 19604.diff, 4.0 KB (added by , 14 years ago) |
---|
-
wp-admin/includes/meta-boxes.php
57 57 58 58 <div id="misc-publishing-actions"> 59 59 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> 61 61 <span id="post-status-display"> 62 62 <?php 63 63 switch ( $post->post_status ) { … … 107 107 <?php } ?> 108 108 </div><?php // /misc-pub-section ?> 109 109 110 <div class="misc-pub-section 110 <div class="misc-pub-section" id="visibility"> 111 111 <?php _e('Visibility:'); ?> <span id="post-visibility-display"><?php 112 112 113 113 if ( 'private' == $post->post_status ) { … … 176 176 } 177 177 178 178 if ( $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"> 180 180 <span id="timestamp"> 181 181 <?php printf($stamp, $date); ?></span> 182 182 <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a> … … 627 627 </div> 628 628 629 629 <div id="misc-publishing-actions"> 630 <div class="misc-pub-section misc-pub-section-last">630 <div class="misc-pub-section"> 631 631 <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> 632 632 </div> 633 633 </div> -
wp-admin/edit-form-comment.php
52 52 <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> 53 53 </div> 54 54 55 <div class="misc-pub-section curtime misc-pub-section-last">55 <div class="misc-pub-section curtime"> 56 56 <?php 57 57 // translators: Publish box date format, see http://php.net/date 58 58 $datef = __( 'M j, Y @ G:i' ); -
wp-admin/css/wp-admin.dev.css
900 900 #major-publishing-actions { 901 901 padding: 10px 10px 8px; 902 902 clear: both; 903 border-top: none; 903 border-top: 1px solid #f5f5f5; 904 margin-top: -2px; 904 905 } 905 906 907 #post-body #major-publishing-actions { 908 border-top: 0; 909 margin-top: 0; 910 } 911 906 912 #delete-action { 907 913 line-height: 25px; 908 914 vertical-align: middle; … … 925 931 } 926 932 927 933 #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; 930 936 border-top: 0; 931 937 border-bottom: 0; 932 938 min-height: 30px; … … 934 940 max-width: 32%; 935 941 } 936 942 943 #post-body .misc-pub-section:first-child { 944 border-left: 0; 945 } 946 937 947 #post-body .misc-pub-section-last { 938 948 border-right: 0; 939 949 } … … 951 961 .misc-pub-section:first-child { 952 962 border-top-width: 0; 953 963 } 964 954 965 .misc-pub-section-last { 955 966 border-bottom-width: 0; 956 967 } -
wp-admin/css/colors-classic.dev.css
1835 1835 } 1836 1836 1837 1837 #post-body .misc-pub-section { 1838 border- right-color: #eee;1838 border-left-color: #eee; 1839 1839 } 1840 1840 1841 1841 .post-com-count span { -
wp-admin/css/colors-fresh.dev.css
1469 1469 } 1470 1470 1471 1471 #post-body .misc-pub-section { 1472 border- right-color: #eee;1472 border-left-color: #eee; 1473 1473 } 1474 1474 1475 1475 .post-com-count span {