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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 12 05:24:38 EDT 2006


Author: don
Date: Wed Apr 12 03:24:33 2006
New Revision: 5069

Log:
class added for Rss popup layer

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 Apr 12 03:24:33 2006
@@ -38,6 +38,20 @@
 	line-height: 12px;
 	color: #ABABAB;
 }
+#PopupLay{
+    font-family:Arial, Helvetica, sans-serif;
+    font-size:11px;
+    text-align:left;
+    width:500px;
+    border:3px solid #CCCCCC;
+    background-color:#FFFFFF;
+    padding:5px;
+    display:none;
+    position:absolute;
+    left:100px;
+    top:100px;
+}
+
 .hdrNameBg {
 
 	background:url(images/topBg.gif);
@@ -1753,3 +1767,4 @@
 .txtRed{
 	color:red;
 }	
+





More information about the vtigercrm-commits mailing list