From c00cf48b1e99624e1d55bec9da97abdef6565377 Mon Sep 17 00:00:00 2001 From: Dobie Wollert Date: Wed, 5 Dec 2012 03:59:06 -0800 Subject: [PATCH] Fixed calendar bug, Moved calendar up to 7am --- bootstrap/less/custom.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap/less/custom.less b/bootstrap/less/custom.less index 6944c82..5d70190 100644 --- a/bootstrap/less/custom.less +++ b/bootstrap/less/custom.less @@ -400,6 +400,8 @@ body { } .day-cell-today { + position: absolute; + top: 0; padding-top: 2px; font-weight: bold; text-align: center; @@ -440,11 +442,11 @@ body { .gwt-cal .gwt-appointment-panel { position: relative; height: 1200px; - margin-top: -340px; + margin-top: -410px; } .gwt-cal .time-strip { - margin-top: -340px; + margin-top: -410px; } .gwt-cal .gwt-appointment-cell {