mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Themes: Account for longer strings in Theme Details bar on Themes screen.
Fixes #27939. Built from https://develop.svn.wordpress.org/trunk@37219 git-svn-id: http://core.svn.wordpress.org/trunk@37185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4109e8b9f8
commit
784a00d49c
@ -168,8 +168,8 @@
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
left: 25%;
|
||||
right: 25%;
|
||||
left: 20%;
|
||||
right: 20%;
|
||||
background: #23282d;
|
||||
background: rgba(0,0,0,0.7);
|
||||
color: #fff;
|
||||
|
2
wp-admin/css/themes-rtl.min.css
vendored
2
wp-admin/css/themes-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -168,8 +168,8 @@
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
right: 25%;
|
||||
left: 25%;
|
||||
right: 20%;
|
||||
left: 20%;
|
||||
background: #23282d;
|
||||
background: rgba(0,0,0,0.7);
|
||||
color: #fff;
|
||||
|
2
wp-admin/css/themes.min.css
vendored
2
wp-admin/css/themes.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.6-alpha-37218';
|
||||
$wp_version = '4.6-alpha-37219';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user