Resize vertical on textarea web/data server modules css

This commit is contained in:
Luis 2021-05-26 13:39:25 +00:00 committed by Daniel Rodriguez
parent 22a9043378
commit 8c100e8809
2 changed files with 7 additions and 1 deletions

View File

@ -108,7 +108,8 @@ if ((bool) $adopt === false) {
65, 65,
$plugin_parameter, $plugin_parameter,
$disabledTextBecauseInPolicy, $disabledTextBecauseInPolicy,
true true,
'resizev'
); );
} else { } else {
$data[1] = html_print_textarea( $data[1] = html_print_textarea(

View File

@ -2163,6 +2163,11 @@ div.loading {
div.loading img { div.loading img {
float: right; float: right;
} }
textarea.resizev {
resize: vertical;
}
/* Tablesorter jQuery pager */ /* Tablesorter jQuery pager */
div.pager { div.pager {
margin-left: 10px; margin-left: 10px;