After [32974], tweak some CSS for focus, etc.

See #31650.

Built from https://develop.svn.wordpress.org/trunk@32977


git-svn-id: http://core.svn.wordpress.org/trunk@32948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-06-27 23:13:24 +00:00
parent e162bb8940
commit 36513e9d7d
11 changed files with 17 additions and 11 deletions

View File

@ -96,6 +96,7 @@
.about-wrap h1 {
margin: 0.2em 0 0 200px;
padding: 0;
color: #32373c;
line-height: 1.2em;
font-size: 2.8em;

View File

@ -96,6 +96,7 @@
.about-wrap h1 {
margin: 0.2em 200px 0 0;
padding: 0;
color: #32373c;
line-height: 1.2em;
font-size: 2.8em;

View File

@ -1926,6 +1926,7 @@ html.wp-toolbar {
color: #000;
}
h1.nav-tab-wrapper,
h2.nav-tab-wrapper,
h3.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
@ -1933,6 +1934,7 @@ h3.nav-tab-wrapper {
padding-right: 10px;
}
h1 .nav-tab,
h2 .nav-tab {
padding: 6px 10px;
font-weight: bold;

View File

@ -1926,6 +1926,7 @@ html.wp-toolbar {
color: #000;
}
h1.nav-tab-wrapper,
h2.nav-tab-wrapper,
h3.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
@ -1933,6 +1934,7 @@ h3.nav-tab-wrapper {
padding-left: 10px;
}
h1 .nav-tab,
h2 .nav-tab {
padding: 6px 10px;
font-weight: bold;

View File

@ -1213,7 +1213,7 @@ table.links-table {
display: inline-block;
}
.focus-on .wrap > h2,
.focus-on .wrap > h1,
.focus-on #wpfooter,
.focus-on .postbox-container > *,
.focus-on div.updated,
@ -1235,7 +1235,7 @@ table.links-table {
opacity: 0.3;
}
.focus-off .wrap > h2,
.focus-off .wrap > h1,
.focus-off #wpfooter,
.focus-off .postbox-container > *,
.focus-off div.updated,

View File

@ -1213,7 +1213,7 @@ table.links-table {
display: inline-block;
}
.focus-on .wrap > h2,
.focus-on .wrap > h1,
.focus-on #wpfooter,
.focus-on .postbox-container > *,
.focus-on div.updated,
@ -1235,7 +1235,7 @@ table.links-table {
opacity: 0.3;
}
.focus-off .wrap > h2,
.focus-off .wrap > h1,
.focus-off #wpfooter,
.focus-off .postbox-container > *,
.focus-off div.updated,

View File

@ -1022,7 +1022,7 @@ body.folded .theme-overlay .theme-wrap {
font-size: 13px;
}
.themes-php .wrap h2 {
.themes-php .wrap h1 {
width: 100%;
}

View File

@ -1022,7 +1022,7 @@ body.folded .theme-overlay .theme-wrap {
font-size: 13px;
}
.themes-php .wrap h2 {
.themes-php .wrap h1 {
width: 100%;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32976';
$wp_version = '4.3-alpha-32977';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.