mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
7fb2185ec5
commit
343ba97a7a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user