diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-05 21:03:34 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-05 21:03:34 +0000 |
commit | 8825e579e9c204b9ea1b4938e6b7059ce3d5f112 (patch) | |
tree | 9b0509eac022355e09a01b8f5f22444ca5e08281 | |
parent | 1ea9f060935a9bd47a036514b79e2f62e97ab313 (diff) | |
download | brdo-8825e579e9c204b9ea1b4938e6b7059ce3d5f112.tar.gz brdo-8825e579e9c204b9ea1b4938e6b7059ce3d5f112.tar.bz2 |
- #82178: Make grippie image horizontal.
- #100668: Remove gap between textarea and grippie, in Safari.
-rw-r--r-- | misc/grippie.png | bin | 162 -> 162 bytes | |||
-rw-r--r-- | modules/system/system.css | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/grippie.png b/misc/grippie.png Binary files differindex d863dc75d..6524d4167 100644 --- a/misc/grippie.png +++ b/misc/grippie.png diff --git a/modules/system/system.css b/modules/system/system.css index 43794a4c8..7492a32e0 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -333,8 +333,9 @@ html.js fieldset.collapsible legend a { width: 95%; } .resizable-textarea .grippie { - height: 14px; - background: #eee url(../../misc/grippie.png) no-repeat 100% 100%; + height: 9px; + overflow: hidden; + background: #eee url(../../misc/grippie.png) no-repeat center center; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; @@ -342,6 +343,7 @@ html.js fieldset.collapsible legend a { html.js .resizable-textarea textarea { margin-bottom: 0; width: 100%; + display: block; } /* |