Posted by hswong3i on May 28, 2008 at 3:24am
Jump to:
| Project: | Internet Services |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | hswong3i |
| Status: | closed (fixed) |
Issue Summary
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;
+}
Comments
#1
#2
Actually this task should already be done, unless user response as not function or suitable.
#3
Assume as fixed since no negative feedback for existing implementation.
#4
Automatically closed -- issue fixed for two weeks with no activity.