[Vtigercrm-commits] [vtiger-commits] r6169 - /vtigercrm/trunk/themes/blue/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 17:50:04 EDT 2006


Author: allanbush
Date: Thu May 18 15:49:58 2006
New Revision: 6169

Log:
Added z-index to clock and calendar so they display above the "top list" boxes under the home tab.  Closes #198 and #765.

Modified:
    vtigercrm/trunk/themes/blue/style.css

Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Thu May 18 15:49:58 2006
@@ -469,7 +469,7 @@
 
 .calAddEvent {
 	position:absolute;
-	z-index:10000;
+	z-index:10;
 	width:500px;
 
 	left:200px;
@@ -1133,6 +1133,7 @@
 	display:block;
 	background-color:#CCCCCC;
 	width:175px;
+	z-index: 11;
 }
 
 .leftFormBorder1 {
@@ -1201,6 +1202,10 @@
 	background: url(images/calc_mem_btn.gif) no-repeat;
 	width:25px;
 	/*background-color: #CCC;*/
+}
+
+#calc {
+	z-index: 11;
 }
 
 /* RSS STYLES */
@@ -1954,7 +1959,7 @@
 /* All Menu */
 #allMenu{
 	width:500px;
-        z-index:10000002;
+        z-index:12;
 	border-top:2px solid #CCCCCC;
 	border-left:2px solid #CCCCCC;
 	border-bottom:2px solid #666666;
@@ -1963,7 +1968,7 @@
 	top:100px;
 	background-color:#CCCCCC;
 	position:absolute;
-	z-index:1000001;
+	z-index:11;
 	display:none;
 }
 





More information about the vtigercrm-commits mailing list