From 7080e7ce02cd04b034f672063d01f7baf4f2f033 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Wed, 28 Jan 2009 16:20:19 +0000 Subject: [PATCH] added row break class to datepicker with multiple calendars. we can delete this later if needed; just want to make sure a fix is in place before the next release. --- tests/static/datepicker/datepicker.html | 168 +++++++++++++----------- themes/base/ui.datepicker.css | 1 + 2 files changed, 95 insertions(+), 74 deletions(-) diff --git a/tests/static/datepicker/datepicker.html b/tests/static/datepicker/datepicker.html index b7aa11445..c2dc7208d 100644 --- a/tests/static/datepicker/datepicker.html +++ b/tests/static/datepicker/datepicker.html @@ -42,8 +42,8 @@ - - 1 + + 1 2 3 4 @@ -82,10 +82,10 @@ 29 30 31 - - - - + + + + @@ -170,8 +170,8 @@ - - 1 + + 1 2 3 4 @@ -210,10 +210,10 @@ 29 30 31 - - - - + + + + @@ -277,8 +277,8 @@ - - 1 + + 1 2 3 4 @@ -317,10 +317,10 @@ 29 30 31 - - - - + + + + @@ -384,8 +384,8 @@ - - 1 + + 1 2 3 4 @@ -424,10 +424,10 @@ 29 30 31 - - - - + + + +
@@ -884,50 +884,59 @@ - - 1 - 2 + + + + + + + 1 + + + 2 3 4 5 - 6 + 6 + 7 + 8 - 7 - 8 - 9 + 9 10 11 12 - 13 + 13 + 14 + 15 - 14 - 15 - 16 + 16 17 18 - 19 - 20 + 19 + 20 + 21 + 22 - 21 - 22 - 23 + 23 24 25 - 26 - 27 + 26 + 27 + 28 + 29 - 28 - 29 - 30 + 30 31 - - - - + + + + + +
@@ -1068,6 +1077,8 @@ + +
@@ -1293,50 +1304,59 @@ - - 1 - 2 + + + + + + + 1 + + + 2 3 4 5 - 6 + 6 + 7 + 8 - 7 - 8 - 9 + 9 10 11 12 - 13 + 13 + 14 + 15 - 14 - 15 - 16 + 16 17 18 - 19 - 20 + 19 + 20 + 21 + 22 - 21 - 22 - 23 + 23 24 25 - 26 - 27 + 26 + 27 + 28 + 29 - 28 - 29 - 30 + 30 31 - - - - + + + + + +
diff --git a/themes/base/ui.datepicker.css b/themes/base/ui.datepicker.css index cf9fb8327..92986c9e8 100644 --- a/themes/base/ui.datepicker.css +++ b/themes/base/ui.datepicker.css @@ -33,6 +33,7 @@ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:left; width:100%; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } -- 2.39.5