mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
UI: Restrict textarea resizing to vertical to prevent ugliness.
props tyxla, MatheusFD. fixes #33400. Built from https://develop.svn.wordpress.org/trunk@33890 git-svn-id: http://core.svn.wordpress.org/trunk@33859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ba056692a6
commit
89de754f0e
@ -195,6 +195,7 @@ textarea {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin input[type="file"] {
|
.wp-admin input[type="file"] {
|
||||||
|
@ -195,6 +195,7 @@ textarea {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin input[type="file"] {
|
.wp-admin input[type="file"] {
|
||||||
|
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
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
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33889';
|
$wp_version = '4.4-alpha-33890';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user