CSS cleanup for the about page.
Also fixes for IE and support for RTL. see #25603. Built from https://develop.svn.wordpress.org/trunk@25844 git-svn-id: http://core.svn.wordpress.org/trunk@25756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c00bba9e8b
commit
3cb61fd4a5
|
@ -39,12 +39,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<h3><?php _e( 'Background Updates' ); ?></h3>
|
<h3><?php _e( 'Background Updates' ); ?></h3>
|
||||||
|
|
||||||
<div class="feature-section col three-col about-updates">
|
<div class="feature-section col three-col about-updates">
|
||||||
<div>
|
<div class="col-1">
|
||||||
<h4><?php _e( 'Updates While You Sleep' ); ?></h4>
|
<h4><?php _e( 'Updates While You Sleep' ); ?></h4>
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<div><img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" /></div>
|
<div class="col-2">
|
||||||
<div class="last-feature">
|
<img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" />
|
||||||
|
</div>
|
||||||
|
<div class="col-3 last-feature">
|
||||||
<h4><?php _e( 'More Reliable Than Ever' ); ?></h4>
|
<h4><?php _e( 'More Reliable Than Ever' ); ?></h4>
|
||||||
<p><?php _e( 'The update process has been made even more reliable and secure, with dozens of new checks and safeguards.' ); ?></p>
|
<p><?php _e( 'The update process has been made even more reliable and secure, with dozens of new checks and safeguards.' ); ?></p>
|
||||||
<p><?php _e( 'You’ll still need to click “Update Now” once WordPress 3.8 is released, but we’ve never had more confidence in that beautiful blue button.' ); ?></p>
|
<p><?php _e( 'You’ll still need to click “Update Now” once WordPress 3.8 is released, but we’ve never had more confidence in that beautiful blue button.' ); ?></p>
|
||||||
|
|
|
@ -486,20 +486,6 @@ table.ie-fixed {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap img.element-screenshot {
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section img,
|
|
||||||
.about-wrap .feature-section .image-mask {
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.three-col img {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.available-theme {
|
.available-theme {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@ -513,13 +499,17 @@ table.ie-fixed {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .three-col-images img {
|
.about-wrap .three-col.about-updates .col-2 {
|
||||||
margin: 0 0.6% 10px;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .three-col-images .last-feature,
|
.revisions-tickmarks,
|
||||||
.about-wrap .three-col-images .first-feature {
|
.revisions-tooltip {
|
||||||
float: none;
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.revisions.pinned .revisions-controls {
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IE6 leftovers */
|
/* IE6 leftovers */
|
||||||
|
@ -626,13 +616,3 @@ table.ie-fixed {
|
||||||
* html #adminmenu div.wp-menu-image {
|
* html #adminmenu div.wp-menu-image {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-tickmarks,
|
|
||||||
.revisions-tooltip {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.revisions.pinned .revisions-controls {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1706,38 +1706,21 @@ h2 .nav-tab {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-section.two-col div,
|
||||||
.about-wrap .feature-section.three-col div {
|
.about-wrap .feature-section.three-col div {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 4.999999999%;
|
margin-left: 4.999999999%;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .feature-section.three-col h4 {
|
.about-wrap .feature-section.col .last-feature {
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.three-col img {
|
|
||||||
margin-right: 5px;
|
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .feature-section.three-col .last-feature {
|
.about-wrap .feature-section div p img {
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section img {
|
|
||||||
margin: 0 0 10px 0.7%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-right img,
|
|
||||||
.about-wrap .feature-section.images-stagger-right .video {
|
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 2em 12px 5px;
|
margin-left: 0;
|
||||||
}
|
margin-right: 10px;
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-left img {
|
|
||||||
float: right;
|
|
||||||
margin: 0 5px 12px 2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap li.wp-person,
|
.about-wrap li.wp-person,
|
||||||
|
@ -1747,25 +1730,6 @@ h2 .nav-tab {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
|
||||||
.about-wrap .feature-section.images-stagger-right .video.image-66 {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.about-wrap .feature-section .image-66 {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-right .image-66 {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-left .image-66 {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
23.0 - Misc
|
23.0 - Misc
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2312,7 +2312,7 @@ html.wp-toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .welcome-panel .button.button-hero {
|
.wp-core-ui .welcome-panel .button.button-hero {
|
||||||
margin: 15px 0 3px;
|
margin: 15px 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel-content {
|
.welcome-panel-content {
|
||||||
|
@ -2378,7 +2378,7 @@ html.wp-toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-write-blog {
|
.welcome-panel .welcome-write-blog {
|
||||||
background-position: 0 -44px;
|
background-position: 0 -44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column ul {
|
.welcome-panel .welcome-panel-column ul {
|
||||||
|
@ -2386,8 +2386,8 @@ html.wp-toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column li {
|
.welcome-panel .welcome-panel-column li {
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 870px) {
|
@media screen and (max-width: 870px) {
|
||||||
|
@ -3162,7 +3162,7 @@ ul.category-tabs li,
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-js .category-tabs li.hide-if-no-js {
|
.no-js .category-tabs li.hide-if-no-js {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-tabs a,
|
.category-tabs a,
|
||||||
|
@ -5775,52 +5775,6 @@ h2 .nav-tab {
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .about-passwords {
|
|
||||||
margin: 20px 0;
|
|
||||||
padding: 1px 20px 10px;
|
|
||||||
background-color: #f9f9f9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .about-auto-update {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #f9f9ef;
|
|
||||||
clear: both;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .about-auto-update.cool {
|
|
||||||
background-color: #eff9ef;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .about-password-meter input {
|
|
||||||
font-size: 250%;
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .about-password-meter #pass-strength-result {
|
|
||||||
font-weight: normal !important;
|
|
||||||
display:block !important;
|
|
||||||
font-size: 150%;
|
|
||||||
width: 100%;
|
|
||||||
padding: 17px 0;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section img {
|
|
||||||
border: 0;
|
|
||||||
background: transparent;
|
|
||||||
box-shadow: none;
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
max-width: 20%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section div p img {
|
|
||||||
float: right;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Typography */
|
/* Typography */
|
||||||
|
|
||||||
|
@ -5855,8 +5809,8 @@ h2 .nav-tab {
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h3 {
|
.about-wrap h3 {
|
||||||
font-size: 24px;
|
font-size: 1.5em;
|
||||||
margin-bottom: 1em;
|
line-height: 1.5em;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5864,8 +5818,6 @@ h2 .nav-tab {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .feature-section
|
|
||||||
|
|
||||||
.about-wrap .feature-section h4 {
|
.about-wrap .feature-section h4 {
|
||||||
margin-bottom: 0.6em;
|
margin-bottom: 0.6em;
|
||||||
}
|
}
|
||||||
|
@ -5931,79 +5883,18 @@ h2 .nav-tab {
|
||||||
|
|
||||||
/* Changelog / Update screen */
|
/* Changelog / Update screen */
|
||||||
|
|
||||||
.about-wrap .feature-section img,
|
|
||||||
.about-wrap .feature-section .video {
|
|
||||||
border: none;
|
|
||||||
margin: 0 1.94% 10px 0;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .video video {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.three-col img {
|
.about-wrap .feature-section.three-col img {
|
||||||
margin: 0.5em 0 0.5em 5px;
|
margin: 0.5em 0 0.5em 5px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 .about-wrap .feature-section.three-col img {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-right img,
|
|
||||||
.about-wrap .feature-section.images-stagger-right .video {
|
|
||||||
float: right;
|
|
||||||
margin: 0 5px 12px 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-left img {
|
|
||||||
float: left;
|
|
||||||
margin: 0 2em 12px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .image-100 {
|
|
||||||
margin: 0 0 2em 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .image-66 {
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .image-66.video {
|
|
||||||
max-width: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .image-50 {
|
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section img.image-30 {
|
|
||||||
max-width: 31.2381%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ie8 .about-wrap .feature-section img {
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .images-stagger-right img.image-30:nth-child(2) {
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.col {
|
.about-wrap .feature-section.col {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .feature-section.col h4 {
|
.about-wrap .feature-section.col h4 {
|
||||||
margin: 0 0 0.6em 0;
|
margin: 0 0 0.6em 0;
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.col .last-feature {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .feature-section.two-col div {
|
.about-wrap .feature-section.two-col div {
|
||||||
|
@ -6018,79 +5909,74 @@ h2 .nav-tab {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .three-col.about-updates div:nth-of-type(1),
|
.about-wrap .three-col.about-updates .col-1,
|
||||||
.about-wrap .three-col.about-updates div:nth-of-type(3) {
|
.about-wrap .three-col.about-updates .col-3 {
|
||||||
width: 37%;
|
width: 37%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .three-col.about-updates div:nth-of-type(2) {
|
.about-wrap .three-col.about-updates .col-2 {
|
||||||
width: 16%;
|
width: 16%;
|
||||||
margin: 0 5%;
|
margin: 0 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-section.col .last-feature {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.about-wrap .three-col.about-updates img {
|
.about-wrap .three-col.about-updates img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .three-col-images {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .three-col-images img {
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .three-col-images .last-feature {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .three-col-images .first-feature {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .changelog .feature-section {
|
.about-wrap .changelog .feature-section {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-passwords {
|
||||||
|
margin: 20px 0;
|
||||||
|
padding: 1px 20px 10px;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-auto-update {
|
||||||
|
text-align: center;
|
||||||
|
background-color: #f9f9ef;
|
||||||
|
clear: both;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-auto-update.cool {
|
||||||
|
background-color: #eff9ef;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-password-meter input {
|
||||||
|
font-size: 250%;
|
||||||
|
line-height: 1;
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-password-meter #pass-strength-result {
|
||||||
|
display: block !important;
|
||||||
|
font-size: 150%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 17px 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-section div p img {
|
||||||
|
float: right;
|
||||||
|
margin-left: 10px;
|
||||||
|
max-width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
.about-wrap .changelog li {
|
.about-wrap .changelog li {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
|
||||||
.about-wrap .feature-section.images-stagger-left img,
|
|
||||||
.about-wrap .feature-section.images-stagger-right img,
|
|
||||||
.about-wrap .feature-section.images-stagger-right .video {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section .video.image-66 {
|
|
||||||
float: none;
|
|
||||||
width: 98%;
|
|
||||||
max-width: 98%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-right .video.image-66 {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.about-wrap .feature-section .image-66 {
|
|
||||||
float: none;
|
|
||||||
width: 98%;
|
|
||||||
max-width: 98%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-right .image-66 {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap .feature-section.images-stagger-left .image-66 {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Return to Dashboard Home link */
|
/* Return to Dashboard Home link */
|
||||||
|
|
||||||
|
@ -9368,20 +9254,20 @@ a.widget-control-edit {
|
||||||
(min-resolution: 120dpi) {
|
(min-resolution: 120dpi) {
|
||||||
|
|
||||||
.press-this .tagchecklist span a {
|
.press-this .tagchecklist span a {
|
||||||
background-image: url('../images/xit-2x.gif');
|
background-image: url('../images/xit-2x.gif');
|
||||||
background-size: 20px auto;
|
background-size: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.js .postbox:hover .handlediv,
|
.js .postbox:hover .handlediv,
|
||||||
.js .stuffbox:hover .handlediv,
|
.js .stuffbox:hover .handlediv,
|
||||||
.widget-top a.widget-action {
|
.widget-top a.widget-action {
|
||||||
background-image: url('../images/arrows-2x.png');
|
background-image: url('../images/arrows-2x.png');
|
||||||
background-size: 15px 123px;
|
background-size: 15px 123px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-top a.widget-action:hover {
|
.widget-top a.widget-action:hover {
|
||||||
background-image: url('../images/arrows-dark-2x.png');
|
background-image: url('../images/arrows-dark-2x.png');
|
||||||
background-size: 15px 123px;
|
background-size: 15px 123px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-com-count {
|
.post-com-count {
|
||||||
|
@ -9440,8 +9326,8 @@ a.widget-control-edit {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-full-overlay .collapse-sidebar-arrow {
|
.wp-full-overlay .collapse-sidebar-arrow {
|
||||||
background-image: url('../images/arrows-2x.png');
|
background-image: url('../images/arrows-2x.png');
|
||||||
background-size: 15px 123px;
|
background-size: 15px 123px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pressthis a span {
|
.pressthis a span {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue