Changeset 24926
- Timestamp:
- 07/31/2013 05:56:24 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
about.php (modified) (3 diffs)
-
css/wp-admin-rtl.css (modified) (2 diffs)
-
css/wp-admin.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r24900 r24926 38 38 39 39 <div class="feature-section images-stagger-right"> 40 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-twenty-twelve.png' ) ); ?>" class="image-66" />40 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/theme.png" class="image-66" /> 41 41 <h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4> 42 42 <p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p> … … 49 49 50 50 <div class="feature-section images-stagger-right"> 51 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-retina.png' ) ); ?>" class="image-66" />51 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/revisions.png" class="image-66" /> 52 52 <h4><?php _e( 'Explore Revisions' ); ?></h4> 53 53 <p></p> … … 76 76 77 77 <div class="feature-section images-stagger-right"> 78 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30" /> 78 <div class="video image-66"><?php echo wp_video_shortcode( 79 array( 80 'm4v' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.m4v', 81 'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.ogv', 82 'width' => 625, 83 'height' => 360, 84 ) 85 ); ?></div> 79 86 <h4><?php _e( 'New Media Player' ); ?></h4> 80 87 <p><?php _e( 'Share your audio and video with the new built-in HTML5 media player. Upload files using the media manager and embed them in your posts.' ); ?></p> -
trunk/wp-admin/css/wp-admin-rtl.css
r24808 r24926 1730 1730 } 1731 1731 1732 .about-wrap .feature-section.images-stagger-right img { 1732 .about-wrap .feature-section.images-stagger-right img, 1733 .about-wrap .feature-section.images-stagger-right .video { 1733 1734 float: left; 1734 1735 margin: 0 2em 12px 5px; … … 1747 1748 } 1748 1749 1750 @media only screen and (max-width: 900px) { 1751 .about-wrap .feature-section.images-stagger-right .video.image-66 { 1752 margin-right: 3px; 1753 } 1754 } 1755 1749 1756 @media only screen and (max-width: 768px) { 1750 .about-wrap .feature-section img.image-66 {1757 .about-wrap .feature-section .image-66 { 1751 1758 float: none; 1752 1759 } 1753 1760 1754 .about-wrap .feature-section.images-stagger-right img.image-66 {1761 .about-wrap .feature-section.images-stagger-right .image-66 { 1755 1762 margin-right: 3px; 1756 1763 } 1757 1764 1758 .about-wrap .feature-section.images-stagger-left img.image-66 {1765 .about-wrap .feature-section.images-stagger-left .image-66 { 1759 1766 margin-left: 3px; 1760 1767 } -
trunk/wp-admin/css/wp-admin.css
r24913 r24926 5872 5872 /* Changelog / Update screen */ 5873 5873 5874 .about-wrap .feature-section img { 5874 .about-wrap .feature-section img, 5875 .about-wrap .feature-section .video { 5875 5876 border: none; 5876 5877 margin: 0 1.94% 10px 0; … … 5889 5890 } 5890 5891 5891 .about-wrap .feature-section.images-stagger-right img { 5892 .about-wrap .feature-section.images-stagger-right img, 5893 .about-wrap .feature-section.images-stagger-right .video { 5892 5894 float: right; 5893 5895 margin: 0 5px 12px 2em; … … 5899 5901 } 5900 5902 5901 .about-wrap .feature-section img.image-100 {5903 .about-wrap .feature-section .image-100 { 5902 5904 margin: 0 0 2em 0; 5903 5905 width: 100%; 5904 5906 } 5905 5907 5906 .about-wrap .feature-section img.image-66 {5908 .about-wrap .feature-section .image-66 { 5907 5909 width: 65%; 5908 5910 } 5909 5911 5910 .about-wrap .feature-section img.image-50 { 5912 .about-wrap .feature-section .image-66.video { 5913 max-width: 600px; 5914 } 5915 5916 .about-wrap .feature-section .image-50 { 5911 5917 max-width: 50%; 5912 5918 } … … 5976 5982 @media only screen and (max-width: 900px) { 5977 5983 .about-wrap .feature-section.images-stagger-left img, 5978 .about-wrap .feature-section.images-stagger-right img { 5984 .about-wrap .feature-section.images-stagger-right img, 5985 .about-wrap .feature-section.images-stagger-right .video { 5979 5986 clear: both; 5980 5987 } 5981 } 5982 5983 @media only screen and (max-width: 768px) { 5984 .about-wrap .feature-section img.image-66 { 5988 5989 .about-wrap .feature-section .video.image-66 { 5985 5990 float: none; 5986 5991 width: 98%; … … 5988 5993 } 5989 5994 5990 .about-wrap .feature-section.images-stagger-right img.image-66 {5995 .about-wrap .feature-section.images-stagger-right .video.image-66 { 5991 5996 margin-left: 3px; 5992 5997 } 5993 5994 .about-wrap .feature-section.images-stagger-left img.image-66 { 5998 } 5999 6000 @media only screen and (max-width: 768px) { 6001 .about-wrap .feature-section .image-66 { 6002 float: none; 6003 width: 98%; 6004 max-width: 98%; 6005 } 6006 6007 .about-wrap .feature-section.images-stagger-right .image-66 { 6008 margin-left: 3px; 6009 } 6010 6011 .about-wrap .feature-section.images-stagger-left .image-66 { 5995 6012 margin-right: 3px; 5996 6013 }
Note: See TracChangeset
for help on using the changeset viewer.