[Vtigercrm-commits] [vtiger-commits] r9291 - /vtigercrm/trunk/themes/woodspice/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Sep 5 12:57:15 EDT 2006


Author: saraj
Date: Tue Sep  5 10:57:12 2006
New Revision: 9291

Log:
CSS added for disabling window during recalculate -- ahmed

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

Modified: vtigercrm/trunk/themes/woodspice/style.css
==============================================================================
--- vtigercrm/trunk/themes/woodspice/style.css (original)
+++ vtigercrm/trunk/themes/woodspice/style.css Tue Sep  5 10:57:12 2006
@@ -3135,7 +3135,7 @@
 
 .discountUI{
 	border:3px solid #CCCCCC;
-	width:250px;
+	width:200px;
 	padding:5px;
 	position:absolute;
 	background-color:#FFFFFF;
@@ -3347,3 +3347,67 @@
 .bgwhite{
 	background-color:white;
 }
+
+/* Recalculate Disabling Window */
+
+.veil{
+   background: url(images/searchUIBg.gif) ;
+    height: 100%;
+    width: 100%;
+    top: 0px;
+    left: 0px;
+    overflow: hidden;
+    z-index: 10000;
+    Filter: Alpha(opacity = 70);
+    -moz-opacity: 0.7;
+    text-align: center;
+    vertical-align: middle;
+    position: absolute;
+}
+
+.veil_new{
+   background: url(images/searchUIBg.gif) ;
+    height: 100%;
+    width: 100%;
+    top: 0px;
+    left: 0px;
+    overflow: hidden;
+    z-index: 50000;
+    Filter: Alpha(opacity = 70);
+    -moz-opacity: 0.7;
+    text-align: center;
+    vertical-align: middle;
+    position: absolute;
+}
+
+.optioncontainer{
+    vertical-align: middle;   
+    height: 100%;
+    width: 100%;   
+    position: absolute;
+    z-index: 90000;   
+}
+
+
+.options{
+    	vertical-align: middle;   
+	margin-left: 25%;
+	margin-top: 16%;
+	color: #FFFFFF;
+	width:650px;
+	background-color: Black;
+	border: 2px solid #222;	
+    	position: relative;
+	text-align: left;
+    	z-index: 80000;   
+}
+
+.options h2{
+	color: White;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	border-bottom: 1px solid #373D4C;
+	margin: 0;
+	font-weight: normal;
+}
+
+/* Recalculate Disable Ends */





More information about the vtigercrm-commits mailing list