Ticket #24519: 24519.patch
| File 24519.patch, 4.0 KB (added by , 13 years ago) |
|---|
-
wp-admin/includes/meta-boxes.php
315 315 $post_formats[0][] = $post_format; 316 316 ?> 317 317 <div id="post-formats-select"> 318 <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> /> <label for="post-format-0">< ?php _e('Standard'); ?></label>318 <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> /> <label for="post-format-0"><span class="post-state-format format-standard" title="<?php _e( 'Standard' ); ?>"> </span> <?php _e('Standard'); ?></label> 319 319 <?php foreach ( $post_formats[0] as $format ) : ?> 320 <br /><input type="radio" name="post_format" class="post-format" id="post-format-<?php echo esc_attr( $format ); ?>" value="<?php echo esc_attr( $format ); ?>" <?php checked( $post_format, $format ); ?> /> <label for="post-format-<?php echo esc_attr( $format ); ?>">< ?php echo esc_html( get_post_format_string( $format ) ); ?></label>320 <br /><input type="radio" name="post_format" class="post-format" id="post-format-<?php echo esc_attr( $format ); ?>" value="<?php echo esc_attr( $format ); ?>" <?php checked( $post_format, $format ); ?> /> <label for="post-format-<?php echo esc_attr( $format ); ?>"><span class="post-state-format format-<?php echo esc_attr( $format ); ?>" title="<?php echo esc_attr( get_post_format_string( $format ) ); ?>"> </span> <?php echo esc_html( get_post_format_string( $format ) ); ?></label> 321 321 <?php endforeach; ?><br /> 322 322 </div> 323 323 <?php endif; endif; -
wp-admin/css/colors-fresh.css
1357 1357 /* Post format icons */ 1358 1358 1359 1359 /* 16px */ 1360 a.post-state-format,1360 .post-state-format, 1361 1361 .post-format-change span.icon { 1362 1362 background: url(../images/post-formats.png) no-repeat; 1363 1363 } … … 2331 2331 2332 2332 /* 16px post formats */ 2333 2333 .post-format-change span.icon, 2334 a.post-state-format {2334 .post-state-format { 2335 2335 background-image: url(../images/post-formats32.png); 2336 2336 background-size: 320px 32px; 2337 2337 } -
wp-admin/css/wp-admin.css
2691 2691 padding: 0 0 .2em 1px; 2692 2692 } 2693 2693 2694 a.post-state-format {2694 .post-state-format { 2695 2695 overflow: hidden; 2696 2696 display: inline-block; 2697 2697 vertical-align: middle; … … 2702 2702 text-indent: -999em; 2703 2703 } 2704 2704 2705 a.post-state-format.format-image { 2705 .post-state-format.format-standard { 2706 background-position: -7px -8px; 2707 } 2708 2709 .post-state-format.format-image { 2706 2710 background-position: -40px -8px; 2707 2711 } 2708 2712 2709 a.post-state-format.format-gallery {2713 .post-state-format.format-gallery { 2710 2714 background-position: -72px -8px; 2711 2715 } 2712 2716 2713 a.post-state-format.format-audio {2717 .post-state-format.format-audio { 2714 2718 background-position: -104px -8px; 2715 2719 } 2716 2720 2717 a.post-state-format.format-video {2721 .post-state-format.format-video { 2718 2722 background-position: -135px -8px; 2719 2723 } 2720 2724 2721 a.post-state-format.format-chat {2725 .post-state-format.format-chat { 2722 2726 background-position: -168px -8px; 2723 2727 } 2724 2728 2725 a.post-state-format.format-status {2729 .post-state-format.format-status { 2726 2730 background-position: -200px -8px; 2727 2731 } 2728 2732 2729 a.post-state-format.format-aside {2733 .post-state-format.format-aside { 2730 2734 background-position: -232px -8px; 2731 2735 } 2732 2736 2733 a.post-state-format.format-quote {2737 .post-state-format.format-quote { 2734 2738 background-position: -264px -8px; 2735 2739 } 2736 2740 2737 a.post-state-format.format-link {2741 .post-state-format.format-link { 2738 2742 background-position: -296px -8px; 2739 2743 } 2740 2744 … … 6686 6690 6687 6691 #post-visibility-select, 6688 6692 #post-formats-select { 6689 line-height: 1.5em;6693 line-height: 2em; 6690 6694 margin-top: 3px; 6691 6695 } 6692 6696 6697 #post-formats-select input[type="radio"] { 6698 margin: 2px 5px 0 0; 6699 } 6700 6693 6701 #poststuff #submitdiv .inside { 6694 6702 margin: 0; 6695 6703 padding: 0;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)