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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 15:10:30 EDT 2006


Author: don
Date: Wed May 17 13:10:25 2006
New Revision: 6130

Log:
added css for role popup

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 Wed May 17 13:10:25 2006
@@ -2311,5 +2311,19 @@
 }
 .qcTransport{
 	    background-color:#ededed;
-}
+
+}
+
+#role_popup{
+        position:relative;
+        left:0px;
+        top:0px;
+        width:95%;
+        height:300px;
+        overflow:auto;
+        border:1px solid #999999;
+        text-align:left;
+        background-color:#FFFFFF;
+    }
+
 								    





More information about the vtigercrm-commits mailing list