From 1823f3596e0242a221250a0b12740ecdc8bb0f63 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 Dec 2006 16:13:06 +0000 Subject: - Patch #82178 by ChrisKennedy: fixed grippie on IE6. --- modules/system/system.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.css b/modules/system/system.css index a91479088..7676e5948 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -343,7 +343,7 @@ html.js fieldset.collapsible .fieldset-wrapper { .resizable-textarea .grippie { height: 9px; overflow: hidden; - background: #eee url(../../misc/grippie.png) no-repeat center center; + background: #eee url(../../misc/grippie.png) no-repeat center 2px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; -- cgit v1.2.3