API CHANGE: Moved popupdatetimefields to pop up below the text field instead of next to the icon. (from r89914)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@96725 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-01-12 22:59:51 +00:00
parent 84d819f350
commit 658439b804

View File

@ -9,10 +9,13 @@
}
.popupdatetime ul li .calendarpopup {
top: -0.7em;
top: 2em;
left: -1px;
padding-top: 30px;
}
.popupdatetime ul li .dropdownpopup {
top: -0.5em;
top: 2em;
left: -1px;
}