Changeset 25844
- Timestamp:
- 10/18/2013 05:35:39 PM (12 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r25842 r25844 40 40 41 41 <div class="feature-section col three-col about-updates"> 42 <div >42 <div class="col-1"> 43 43 <h4><?php _e( 'Updates While You Sleep' ); ?></h4> 44 44 <p><?php _e( 'With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p> 45 45 </div> 46 <div><img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" /></div> 47 <div class="last-feature"> 46 <div class="col-2"> 47 <img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" /> 48 </div> 49 <div class="col-3 last-feature"> 48 50 <h4><?php _e( 'More Reliable Than Ever' ); ?></h4> 49 51 <p><?php _e( 'The update process has been made even more reliable and secure, with dozens of new checks and safeguards.' ); ?></p> -
trunk/src/wp-admin/css/ie.css
r25029 r25844 487 487 } 488 488 489 .about-wrap img.element-screenshot {490 padding: 2px;491 }492 493 .about-wrap .feature-section img,494 .about-wrap .feature-section .image-mask {495 border-width: 1px;496 border-style: solid;497 }498 499 .about-wrap .feature-section.three-col img {500 margin-left: 0;501 }502 503 489 .available-theme { 504 490 display: inline; … … 514 500 } 515 501 516 .about-wrap .three-col-images img { 517 margin: 0 0.6% 10px; 518 } 519 520 .about-wrap .three-col-images .last-feature, 521 .about-wrap .three-col-images .first-feature { 522 float: none; 502 .about-wrap .three-col.about-updates .col-2 { 503 width: 15%; 504 } 505 506 .revisions-tickmarks, 507 .revisions-tooltip { 508 display: none !important; 509 } 510 511 .revisions.pinned .revisions-controls { 512 position: relative; 523 513 } 524 514 … … 627 617 height: 29px; 628 618 } 629 630 .revisions-tickmarks,631 .revisions-tooltip {632 display: none !important;633 }634 635 .revisions.pinned .revisions-controls {636 position: relative;637 }638 -
trunk/src/wp-admin/css/wp-admin-rtl.css
r25029 r25844 1707 1707 } 1708 1708 1709 .about-wrap .feature-section.two-col div, 1709 1710 .about-wrap .feature-section.three-col div { 1710 1711 margin-right: 0; … … 1713 1714 } 1714 1715 1715 .about-wrap .feature-section.three-col h4 { 1716 text-align: right; 1717 } 1718 1719 .about-wrap .feature-section.three-col img { 1720 margin-right: 5px; 1721 margin-left: 0; 1722 } 1723 1724 .about-wrap .feature-section.three-col .last-feature { 1725 margin-left: 0; 1726 } 1727 1728 .about-wrap .feature-section img { 1729 margin: 0 0 10px 0.7%; 1730 } 1731 1732 .about-wrap .feature-section.images-stagger-right img, 1733 .about-wrap .feature-section.images-stagger-right .video { 1734 float: left; 1735 margin: 0 2em 12px 5px; 1736 } 1737 1738 .about-wrap .feature-section.images-stagger-left img { 1739 float: right; 1740 margin: 0 5px 12px 2em; 1716 .about-wrap .feature-section.col .last-feature { 1717 margin-left: 0; 1718 } 1719 1720 .about-wrap .feature-section div p img { 1721 float: left; 1722 margin-left: 0; 1723 margin-right: 10px; 1741 1724 } 1742 1725 … … 1748 1731 } 1749 1732 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 1756 @media only screen and (max-width: 768px) {1757 .about-wrap .feature-section .image-66 {1758 float: none;1759 }1760 1761 .about-wrap .feature-section.images-stagger-right .image-66 {1762 margin-right: 3px;1763 }1764 1765 .about-wrap .feature-section.images-stagger-left .image-66 {1766 margin-left: 3px;1767 }1768 }1769 1733 1770 1734 /*------------------------------------------------------------------------------ -
trunk/src/wp-admin/css/wp-admin.css
r25840 r25844 2313 2313 2314 2314 .wp-core-ui .welcome-panel .button.button-hero { 2315 2315 margin: 15px 0 3px; 2316 2316 } 2317 2317 … … 2379 2379 2380 2380 .welcome-panel .welcome-write-blog { 2381 2381 background-position: 0 -44px; 2382 2382 } 2383 2383 … … 2387 2387 2388 2388 .welcome-panel .welcome-panel-column li { 2389 2390 2389 line-height: 16px; 2390 list-style-type: none; 2391 2391 } 2392 2392 … … 3163 3163 3164 3164 .no-js .category-tabs li.hide-if-no-js { 3165 3165 display: none; 3166 3166 } 3167 3167 … … 5776 5776 } 5777 5777 5778 .about-wrap .about-passwords {5779 margin: 20px 0;5780 padding: 1px 20px 10px;5781 background-color: #f9f9f9;5782 }5783 5784 .about-wrap .about-auto-update {5785 text-align: center;5786 background-color: #f9f9ef;5787 clear: both;5788 padding: 10px;5789 }5790 5791 .about-wrap .about-auto-update.cool {5792 background-color: #eff9ef;5793 }5794 5795 .about-wrap .about-password-meter input {5796 font-size: 250%;5797 width: 100%;5798 display: block;5799 width: 100%;5800 padding: 5px;5801 }5802 5803 .about-wrap .about-password-meter #pass-strength-result {5804 font-weight: normal !important;5805 display:block !important;5806 font-size: 150%;5807 width: 100%;5808 padding: 17px 0;5809 margin-bottom: 15px;5810 }5811 5812 .about-wrap .feature-section img {5813 border: 0;5814 background: transparent;5815 box-shadow: none;5816 -webkit-box-shadow: none;5817 max-width: 20%;5818 }5819 5820 .about-wrap .feature-section div p img {5821 float: right;5822 margin-left: 10px;5823 }5824 5778 5825 5779 /* Typography */ … … 5856 5810 5857 5811 .about-wrap h3 { 5858 font-size: 24px;5859 margin-bottom: 1em;5812 font-size: 1.5em; 5813 line-height: 1.5em; 5860 5814 padding-top: 20px; 5861 5815 } … … 5864 5818 padding-bottom: 20px; 5865 5819 } 5866 5867 .about-wrap .feature-section5868 5820 5869 5821 .about-wrap .feature-section h4 { … … 5932 5884 /* Changelog / Update screen */ 5933 5885 5934 .about-wrap .feature-section img,5935 .about-wrap .feature-section .video {5936 border: none;5937 margin: 0 1.94% 10px 0;5938 -webkit-border-radius: 3px;5939 border-radius: 3px;5940 }5941 5942 .about-wrap .feature-section .video video {5943 max-width: 100%;5944 }5945 5946 5886 .about-wrap .feature-section.three-col img { 5947 5887 margin: 0.5em 0 0.5em 5px; … … 5950 5890 } 5951 5891 5952 .ie8 .about-wrap .feature-section.three-col img {5953 margin-left: 0;5954 }5955 5956 .about-wrap .feature-section.images-stagger-right img,5957 .about-wrap .feature-section.images-stagger-right .video {5958 float: right;5959 margin: 0 5px 12px 2em;5960 }5961 5962 .about-wrap .feature-section.images-stagger-left img {5963 float: left;5964 margin: 0 2em 12px 5px;5965 }5966 5967 .about-wrap .feature-section .image-100 {5968 margin: 0 0 2em 0;5969 width: 100%;5970 }5971 5972 .about-wrap .feature-section .image-66 {5973 width: 65%;5974 }5975 5976 .about-wrap .feature-section .image-66.video {5977 max-width: 600px;5978 }5979 5980 .about-wrap .feature-section .image-50 {5981 max-width: 50%;5982 }5983 5984 .about-wrap .feature-section img.image-30 {5985 max-width: 31.2381%;5986 }5987 5988 .ie8 .about-wrap .feature-section img {5989 border-width: 1px;5990 border-style: solid;5991 }5992 5993 .about-wrap .images-stagger-right img.image-30:nth-child(2) {5994 margin-left: 1em;5995 }5996 5997 5892 .about-wrap .feature-section.col { 5998 5893 margin-bottom: 0; … … 6000 5895 6001 5896 .about-wrap .feature-section.col h4 { 6002 margin: 0 0 0.6em 0; 6003 } 6004 6005 .about-wrap .feature-section.col .last-feature { 6006 margin-right: 0; 5897 margin: 0 0 0.6em 0; 6007 5898 } 6008 5899 … … 6019 5910 } 6020 5911 6021 .about-wrap .three-col.about-updates div:nth-of-type(1),6022 .about-wrap .three-col.about-updates div:nth-of-type(3){5912 .about-wrap .three-col.about-updates .col-1, 5913 .about-wrap .three-col.about-updates .col-3 { 6023 5914 width: 37%; 6024 5915 margin: 0; 6025 5916 } 6026 5917 6027 .about-wrap .three-col.about-updates div:nth-of-type(2){5918 .about-wrap .three-col.about-updates .col-2 { 6028 5919 width: 16%; 6029 5920 margin: 0 5%; 6030 5921 } 6031 5922 5923 .about-wrap .feature-section.col .last-feature { 5924 margin-right: 0; 5925 } 5926 6032 5927 .about-wrap .three-col.about-updates img { 6033 5928 margin: 0; 6034 5929 } 6035 5930 6036 .about-wrap .three-col-images {6037 text-align: center;6038 }6039 6040 .about-wrap .three-col-images img {6041 margin: 0 0 10px;6042 }6043 6044 .about-wrap .three-col-images .last-feature {6045 float: right;6046 }6047 6048 .about-wrap .three-col-images .first-feature {6049 float: left;6050 }6051 6052 5931 .about-wrap .changelog .feature-section { 6053 5932 overflow: hidden; 5933 } 5934 5935 .about-wrap .about-passwords { 5936 margin: 20px 0; 5937 padding: 1px 20px 10px; 5938 background-color: #f9f9f9; 5939 } 5940 5941 .about-wrap .about-auto-update { 5942 text-align: center; 5943 background-color: #f9f9ef; 5944 clear: both; 5945 padding: 10px; 5946 } 5947 5948 .about-wrap .about-auto-update.cool { 5949 background-color: #eff9ef; 5950 } 5951 5952 .about-wrap .about-password-meter input { 5953 font-size: 250%; 5954 line-height: 1; 5955 width: 100%; 5956 display: block; 5957 width: 100%; 5958 padding: 5px; 5959 } 5960 5961 .about-wrap .about-password-meter #pass-strength-result { 5962 display: block !important; 5963 font-size: 150%; 5964 width: 100%; 5965 padding: 17px 0; 5966 margin-bottom: 15px; 5967 } 5968 5969 .about-wrap .feature-section div p img { 5970 float: right; 5971 margin-left: 10px; 5972 max-width: 20%; 6054 5973 } 6055 5974 … … 6059 5978 } 6060 5979 6061 @media only screen and (max-width: 900px) {6062 .about-wrap .feature-section.images-stagger-left img,6063 .about-wrap .feature-section.images-stagger-right img,6064 .about-wrap .feature-section.images-stagger-right .video {6065 clear: both;6066 }6067 6068 .about-wrap .feature-section .video.image-66 {6069 float: none;6070 width: 98%;6071 max-width: 98%;6072 }6073 6074 .about-wrap .feature-section.images-stagger-right .video.image-66 {6075 margin-left: 3px;6076 }6077 }6078 6079 @media only screen and (max-width: 768px) {6080 .about-wrap .feature-section .image-66 {6081 float: none;6082 width: 98%;6083 max-width: 98%;6084 }6085 6086 .about-wrap .feature-section.images-stagger-right .image-66 {6087 margin-left: 3px;6088 }6089 6090 .about-wrap .feature-section.images-stagger-left .image-66 {6091 margin-right: 3px;6092 }6093 }6094 5980 6095 5981 /* Return to Dashboard Home link */ … … 9369 9255 9370 9256 .press-this .tagchecklist span a { 9371 9372 9257 background-image: url('../images/xit-2x.gif'); 9258 background-size: 20px auto; 9373 9259 } 9374 9260 … … 9376 9262 .js .stuffbox:hover .handlediv, 9377 9263 .widget-top a.widget-action { 9378 9379 9264 background-image: url('../images/arrows-2x.png'); 9265 background-size: 15px 123px; 9380 9266 } 9381 9267 9382 9268 .widget-top a.widget-action:hover { 9383 9384 9269 background-image: url('../images/arrows-dark-2x.png'); 9270 background-size: 15px 123px; 9385 9271 } 9386 9272 … … 9441 9327 9442 9328 .wp-full-overlay .collapse-sidebar-arrow { 9443 9444 9329 background-image: url('../images/arrows-2x.png'); 9330 background-size: 15px 123px; 9445 9331 } 9446 9332
Note: See TracChangeset
for help on using the changeset viewer.