Main region block title indent buggy in IE6

hswong3i - May 28, 2008 - 03:24
Project:Internet Services (with 2nd Edition)
Version:6.x-2.x-dev
Component:User interface
Category:task
Priority:normal
Assigned:hswong3i
Status:closed
Description

Main region block title indent is not correct, some text may cut off in LHS. My current solution is remove those special margin/padding in case of IE6:

Index: fix-ie.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/internet_services/fix-ie.css,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 fix-ie.css
--- fix-ie.css  6 May 2008 15:16:47 -0000       1.1.2.1
+++ fix-ie.css  28 May 2008 03:20:55 -0000
@@ -1 +1,38 @@
/* $Id: fix-ie.css,v 1.1.2.1 2008/05/06 15:16:47 hswong3i Exp $ */
+
+/**
+ * Layout
+ */
+/* Now we add the backgrounds for the main content shading */
+body.no-sidebars #center #squeeze,
+body.sidebar-left #center #squeeze {
+  padding-right: 0;
+}
+body.no-sidebars #center .block h2,
+body.sidebar-left #center .block h2 {
+  margin-right: 0;
+}
+body.no-sidebars #center #squeeze,
+body.sidebar-right #center #squeeze {
+  padding-left: 0;
+}
+body.no-sidebars #center .block h2,
+body.sidebar-right #center .block h2 {
+  margin-left: 0;
+}

#1

hswong3i - May 28, 2008 - 03:29
Title:Main region block title indent indent buggy in IE6» Main region block title indent buggy in IE6

#2

hswong3i - June 17, 2008 - 02:40
Category:bug report» task

Actually this task should already be done, unless user response as not function or suitable.

#3

hswong3i - August 7, 2008 - 17:41
Status:needs review» fixed

Assume as fixed since no negative feedback for existing implementation.

#4

Anonymous (not verified) - August 21, 2008 - 17:45
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.