Author: jablko
Date: Tue Sep 29 15:43:40 2009
New Revision: 3600

Log:
overflow: auto and position: relative don't play nice together, keep overflow: 
auto because Drupal system.css line 347 claims it's necessary to "Avoid jumping 
around due to margins collapsing into collapsible fieldset border", override 
YUI with position: static -- force

Modified:
   trunk/web/css/main.css

Modified: trunk/web/css/main.css
==============================================================================
--- trunk/web/css/main.css      Tue Sep 29 15:37:21 2009        (r3599)
+++ trunk/web/css/main.css      Tue Sep 29 15:43:40 2009        (r3600)
@@ -94,16 +94,6 @@
   padding: 0;
 }
 
-/* Drupal system.css sets position: relative, which causes parts of YUI menus
- * which overflow the fieldset to disappear */
-/* TODO: Is this a bug in YUI menus?  Perhaps if position is relative, menu
- * parts should not overflow the fieldset? */
-
-html.js fieldset.collapsible
-{
-  position: static;
-}
-
 /* Translation interface customizations */
 
 #l10n-client
@@ -166,7 +156,7 @@
 
 /* Fix YUI autocomplete */
 
-.yui-skin-sam .yui-ac-input
+.yui-skin-sam .yui-ac, .yui-skin-sam .yui-ac-input
 {
   position: static;
 }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to