mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 01:48:21 +01:00
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:
parent
e162bb8940
commit
36513e9d7d
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -1022,7 +1022,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2 {
|
||||
.themes-php .wrap h1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -1022,7 +1022,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2 {
|
||||
.themes-php .wrap h1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user