summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system-behavior.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css
index 0ff2f875b..1dcb4221f 100644
--- a/modules/system/system-behavior.css
+++ b/modules/system/system-behavior.css
@@ -79,8 +79,13 @@ html.js fieldset.collapsible .fieldset-wrapper {
/**
* Resizable textareas
*/
-.resizable-textarea {
- width: 95%;
+.form-textarea-wrapper textarea {
+ margin: 0;
+ width: 100%;
+ display: block;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
}
.resizable-textarea .grippie {
height: 9px;
@@ -90,11 +95,6 @@ html.js fieldset.collapsible .fieldset-wrapper {
border-top-width: 0;
cursor: s-resize;
}
-html.js .resizable-textarea textarea {
- margin-bottom: 0;
- width: 100%;
- display: block;
-}
/**
* Table drag and drop