Quick Edit: Make date fields a bit wider.

props Ravindra Pal Singh, janhenckens.
fixes #27912.
Built from https://develop.svn.wordpress.org/trunk@31507


git-svn-id: http://core.svn.wordpress.org/trunk@31488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-02-22 19:24:25 +00:00
parent 4b21c67738
commit 93e5bb3702
5 changed files with 5 additions and 5 deletions

View File

@ -941,7 +941,7 @@ tr.inline-edit-row td,
.inline-edit-row fieldset input[name=hh],
.inline-edit-row fieldset input[name=mn] {
font-size: 12px;
width: 2.1em;
width: 2.3em;
}
.inline-edit-row fieldset input[name=aa] {

View File

@ -941,7 +941,7 @@ tr.inline-edit-row td,
.inline-edit-row fieldset input[name=hh],
.inline-edit-row fieldset input[name=mn] {
font-size: 12px;
width: 2.1em;
width: 2.3em;
}
.inline-edit-row fieldset input[name=aa] {

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.2-alpha-31506';
$wp_version = '4.2-alpha-31507';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.