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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 10:15:47 EDT 2006


Author: richie
Date: Tue May 23 08:15:42 2006
New Revision: 6326

Log:
fixes the calculator rendering issue

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 23 08:15:42 2006
@@ -1178,7 +1178,7 @@
 	height: 20px;
 	font-size: 11px;
 	color: #FFF;
-	text-align:left;
+	text-align:center;
 }
 .calcBackBtn {
 	background: url(images/calc_back_btn.gif) no-repeat;
@@ -1190,9 +1190,11 @@
 }
 .calcGreyBtn {
 	background: url(images/calc_grey_btn.gif) no-repeat;
+	width:25px;
 }
 .calcCancBtn {
 	background: url(images/calc_canc_btn.gif) no-repeat;
+	width:25px;
 	
 }
 .calcMemBtn {
@@ -1970,7 +1972,6 @@
 /* All Menu */
 #allMenu{
 	width:500px;
-        z-index:10000002;
 	border-top:2px solid #CCCCCC;
 	border-left:2px solid #CCCCCC;
 	border-bottom:2px solid #666666;





More information about the vtigercrm-commits mailing list