Scheduler: dynamic height for mini-calendar

Fixes #1788.
This commit is contained in:
Francis Lachapelle 2012-09-19 11:20:30 -04:00
parent 491089e194
commit 49fafb4988

View file

@ -151,7 +151,6 @@ DIV#dateSelectorView
#dateSelector
{ margin: 0px auto;
height: 13.5em;
background-color: #fff;
border-top: 1px solid #909090 !important;
border-left: 1px solid #FFFFFF !important;
@ -193,9 +192,6 @@ DIV#dateSelectorView
#dateSelector .dayOfWeek
{ color: #00f; }
TABLE#dateSelectorTable
{ padding: 2px; }
#dateSelector TABLE,
#dateSelector TABLE TABLE
{ border-collapse: collapse;
@ -203,6 +199,9 @@ TABLE#dateSelectorTable
margin: 0px auto;
width: 100%; }
TABLE#dateSelectorTable
{ margin-bottom: 5px; }
TABLE#dateSelectorTable TD TABLE TD
{ width: 5px; /* temp hack */ }