From 343ba97a7a5e74659ef21c76e5eb846162c71589 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 4 Feb 2010 03:59:21 +0000 Subject: [PATCH] MINOR: Always position calendars below the entry field - this gives it consistency with PopupDateTimeFields, as well as ensure the popup button isnt hidden. (from r96916) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98143 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/CalendarDateField.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/CalendarDateField.css b/css/CalendarDateField.css index 7e0a075f6..d29a563c0 100755 --- a/css/CalendarDateField.css +++ b/css/CalendarDateField.css @@ -21,10 +21,8 @@ .calendarpopup { position: absolute; - left: 9em; - _left: 1.3em; - top: -0.15em; - _top: 4em; + left: 0em; + top: 2em; display: none; z-index: 2; }