[Vtigercrm-commits] [vtiger-commits] r6069 - /vtigercrm/trunk/themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 11:21:36 EDT 2006
Author: saraj
Date: Tue May 16 09:21:31 2006
New Revision: 6069
Log:
Quick Create style added - 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 Tue May 16 09:21:31 2006
@@ -2235,3 +2235,34 @@
display:none;
}
+/* Css for quick Create */
+
+.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