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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 11:01:19 EDT 2006


Author: saraj
Date: Wed May 17 09:01:16 2006
New Revision: 6128

Log:
css added for calendar yearview

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 May 17 09:01:16 2006
@@ -2125,6 +2125,53 @@
 									
 /* End of Calendar */
 
+/* Cal Year View */
+.month_table{
+	border:2px solid #CCCCCC;
+	width:100%;
+	background-color:white;
+}
+
+.month_table tr th{
+	background-color:#E9E9E9;
+	color:#000000;
+	text-align:center;
+	border:1px dotted #CCCCCC;
+	height:20px;
+	width:14%;
+	font-weight:normal;
+}
+
+.month_table tr td{
+	border:1px dotted #CCCCCC;
+	color:#000000;
+	text-align:center;
+	height:20px;
+}
+
+.cal_Hdr{
+	background-image:url(images/cal_Hdr.gif);
+	background-repeat:repeat-x;
+	background-position:left top;
+	font-weight:bold;
+	color:#000000;
+	text-align:left;
+	border:0px solid #000000;
+}
+
+.eventDay{
+	background-color:#FF9966;
+	font-weight:bold;
+}
+
+.currDay{
+	background-color:#006600;
+	font-weight:bold;
+	text-decoration:underline;
+}
+
+/* End of Cal Year View */
+
 /* Level 2 Menu Selected*/
 
 level2Sel{





More information about the vtigercrm-commits mailing list