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
This commit is contained in:
Sam Minnee 2010-02-04 03:59:21 +00:00
parent 7fb2185ec5
commit 343ba97a7a

View File

@ -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;
}