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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 19 17:20:30 EDT 2006


Author: saraj
Date: Fri May 19 15:20:26 2006
New Revision: 6205

Log:
* Added class classBtnSmall for the tax button display in ProductDetails

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 Fri May 19 15:20:26 2006
@@ -1708,6 +1708,20 @@
 	padding-bottom:3px;
 }
 
+.classBtnSmall{
+	font-family:Verdana, Arial, Helvetica, sans-serif;
+	text-decoration:none;
+	font-weight:normal;
+	font-size:9px;
+	background-color:#DBDBDB;
+	border-bottom:2px solid #999999;
+	border-right:2px solid #999999;
+	border-top:2px solid #F5F5F5;
+	border-left:2px solid #F5F5F5;
+	color:#000000;
+	text-align:center;
+}
+
 .classBtnDisable{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	text-decoration:none;





More information about the vtigercrm-commits mailing list