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:
Sergey Biryukov 2016-04-16 13:59:26 +00:00
parent 4109e8b9f8
commit 784a00d49c
5 changed files with 7 additions and 7 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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.