slicker default styling for buttons.

refactored css & html structure for all views (simpler & will work better with jqui themes).
jQuery UI 1.8.9
This commit is contained in:
Adam Shaw
2011-01-23 23:10:25 -08:00
parent 3079c2f1c3
commit bef6f92836
84 changed files with 1196 additions and 1012 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ function BasicWeekView(element, calendar) {
t.end = end;
t.visStart = visStart;
t.visEnd = visEnd;
renderBasic(1, weekends ? 7 : 5, false);
renderBasic(1, 1, weekends ? 7 : 5, false);
}