summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-02-24 11:38:14 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-02-24 11:38:14 +0000
commitd2f5f7cf783381d6869bcebd544e3a5ab07586a8 (patch)
tree2295e18be79c869e9d439118a5b282a9b87d6370 /misc
parent3be4f176c7f4483b79a6b24aa103a35dbe8fcddf (diff)
downloadbrdo-d2f5f7cf783381d6869bcebd544e3a5ab07586a8.tar.gz
brdo-d2f5f7cf783381d6869bcebd544e3a5ab07586a8.tar.bz2
- #46797: Resizable textarea grippie mispositioned sometimes in Opera
Diffstat (limited to 'misc')
-rw-r--r--misc/textarea.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/textarea.js b/misc/textarea.js
index 2d496803c..4fcd8538a 100644
--- a/misc/textarea.js
+++ b/misc/textarea.js
@@ -47,7 +47,7 @@ function textArea(element) {
// Make the grippie line up in various browsers
if (window.opera) {
// Opera
- this.grippie.style.marginRight = this.widthOffset +'px';
+ this.grippie.style.marginRight = '4px';
}
if (document.all && !window.opera) {
// IE