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
@@ -45,7 +45,7 @@ function MonthView(element, calendar) {
t.end = end;
t.visStart = visStart;
t.visEnd = visEnd;
renderBasic(rowCnt, nwe ? 5 : 7, true);
renderBasic(6, rowCnt, nwe ? 5 : 7, true);
}