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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 06:52:14 EDT 2006


Author: saraj
Date: Wed Apr  5 04:52:09 2006
New Revision: 4907

Log:
Added quick create css  - Ahmed

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  5 04:52:09 2006
@@ -1555,3 +1555,39 @@
 	background-color:#000066;
 	opacity:.7;
 }
+
+/*quickcreate css*/
+
+.qcWindow {
+	    background-color:white;
+	        border:2px solid #999999;
+}
+
+.qcHeader{
+ 
+	    background:url(images/qcBg.gif) repeat-x;
+            background-color:gray;
+	    color:black;
+            font-family: Arial, Helvetica, sans-serif;
+	    font-size: 12px;
+            line-height: 19px;
+	    padding-left:10px;
+					       
+}
+.qcTextBox{
+	        border:1px solid #999999;
+	        width:90%;
+						       
+}
+.qcTextArea{
+	        border:1px solid #999999;
+                width:90%;
+	        height:70px;
+	        font-family: Arial, Helvetica, sans-serif;
+	        font-size: 11px;
+
+}
+.qcTransport{
+                background-color:#ededed;
+
+}





More information about the vtigercrm-commits mailing list