Author: sevein
Date: Thu Sep 29 13:33:24 2011
New Revision: 9876

Log:
header z-index greater than imageflow or dialogs, remove some code comments 
from drupal css files

Modified:
   trunk/plugins/qtTrilliumPlugin/css/less/_header.less
   trunk/plugins/qtTrilliumPlugin/css/main.less

Modified: trunk/plugins/qtTrilliumPlugin/css/less/_header.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_header.less        Thu Sep 29 
12:56:22 2011        (r9875)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_header.less        Thu Sep 29 
13:33:24 2011        (r9876)
@@ -4,7 +4,6 @@
   top: 0;
   left: 0;
   right: 0;
-  z-index: 2;
   overflow: visible;
 
   > div {

Modified: trunk/plugins/qtTrilliumPlugin/css/main.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/main.less        Thu Sep 29 12:56:22 
2011        (r9875)
+++ trunk/plugins/qtTrilliumPlugin/css/main.less        Thu Sep 29 13:33:24 
2011        (r9876)
@@ -24,46 +24,38 @@
 @import "less/_misc";
 
 /*
- *
+ * z-index tree
+ * --------------------------------------------------
+ * imageflow       10000, 10001, 10002... 2, 3, 4, 5...
+ * yui dialog      1
+ */
+
+#header {
+
+  z-index: 11000;
+
+}
+
+/*
+ * ...
  */
 
 .nowrap {
   white-space: nowrap;
 }
 
-/**
- * For anything you want to hide on page load when JS is enabled, so
- * that you can use the JS to control visibility and avoid flicker.
- */
 html.js .js-hide {
 
   display: none;
 
 }
 
-/**
- * Hide elements from all users.
- *
- * Used for elements which should not be immediately displayed to any user. An
- * example would be a collapsible fieldset that will be expanded with a click
- * from a user. The effect of this class can be toggled with the jQuery show()
- * and hide() functions.
- */
 .element-hidden {
 
   display: none;
 
 }
 
-/**
- * Hide elements visually, but keep them available for screen-readers.
- *
- * Used for information required for screen-reader users to understand and use
- * the site where visual display is undesirable. Information provided in this
- * manner should be kept concise, to avoid unnecessary burden on the user. Must
- * not be used for focusable elements (such as links and form elements) as this
- * causes issues for keyboard only or voice recognition users.
- */
 .element-invisible {
 
   height: 0;
@@ -72,10 +64,6 @@
 
 }
 
-/**
- * Reset element-invisible class
- */
-
 .element-visible {
 
   height: auto;

-- 
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.com/group/qubit-commits?hl=en.

Reply via email to