[freeside-commits] freeside/rt/share/html/NoAuth/css calendar.css, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Wed May 19 16:37:22 PDT 2010
Update of /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css
In directory wavetail.420.am:/tmp/cvs-serv4487/rt/share/html/NoAuth/css
Modified Files:
calendar.css
Log Message:
calenaring (RT#6467): a little UI cleanup goes a long way
Index: calendar.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css/calendar.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- calendar.css 19 May 2010 02:32:00 -0000 1.1
+++ calendar.css 19 May 2010 23:37:20 -0000 1.2
@@ -15,26 +15,61 @@
.date {
text-align: right;
+ background-color: #f8f8ff;
+ width:100%;
+}
+
+.offmonthdate {
+ text-align: right;
+ background-color: #f8f8f8;
+ width:100%;
+}
+
+.todaysdate {
+ text-align: right;
+ background-color: #fc6; /*#fad163*/
+ width:100%;
}
table.rtxcalendar {
width:100%;
border-collapse: collapse;
- border: 1px dotted #d0d0d0;
+ border: 1px solid #d0d0d0;
margin-bottom: 6px;
}
table.rtxcalendar td {
border: 1px solid #d7d7d7;
+ background: #fff;
vertical-align: top;
+ width: 14%;
}
table.rtxcalendar th {
border: 1px solid #d7d7d7;
- background: #eee;
+ background: #eef;
}
table.rtxcalendar tbody th {
border: 1px solid #d7d7d7;
background: #eee;
font-weight: normal;
}
+
+table.rtxcalendar td.offmonth {
+ background: #f8f8f8;
+ color: #aaa;
+}
+
+table.rtxcalendar td.today {
+ background: #ffe; /*#fed;*/
+ border: 1px solid #fc6;
+}
+
+table.rtxcalendar td.yesterday {
+ border-right: none;
+}
+
+table.rtxcalendar td.aweekago {
+ border-bottom: none;
+}
+
More information about the freeside-commits
mailing list