#163361 by dvessel: fix hidden textareas in Opera and remove gap between textarea and grippie in Firefox/Safari

6.x
Gábor Hojtsy 2007-09-06 13:06:13 +00:00
parent f2448fe718
commit b3d3e39c47
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Drupal.behaviors.textarea = function(context) {
.parent().append($('<div class="grippie"></div>').mousedown(startDrag));
// Inherit visibility
if ($(this).is(':hidden')) {
if ($(this).is('[@disabled]')) {
$(this).parent().hide();
$(this).show();
}

View File

@ -381,6 +381,7 @@ html.js fieldset.collapsible .fieldset-wrapper {
html.js .resizable-textarea textarea {
margin-bottom: 0;
width: 100%;
display: block;
}
/*