diff options
-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; } /* |