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:
parent
4b21c67738
commit
93e5bb3702
|
@ -941,7 +941,7 @@ tr.inline-edit-row td,
|
||||||
.inline-edit-row fieldset input[name=hh],
|
.inline-edit-row fieldset input[name=hh],
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
.inline-edit-row fieldset input[name=mn] {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 2.1em;
|
width: 2.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
.inline-edit-row fieldset input[name=aa] {
|
||||||
|
|
|
@ -941,7 +941,7 @@ tr.inline-edit-row td,
|
||||||
.inline-edit-row fieldset input[name=hh],
|
.inline-edit-row fieldset input[name=hh],
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
.inline-edit-row fieldset input[name=mn] {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 2.1em;
|
width: 2.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
.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
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue