From 658439b804e7a627a6aaa556ea0433858d64340a Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 12 Jan 2010 22:59:51 +0000 Subject: [PATCH] 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 --- css/PopupDateTimeField.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/PopupDateTimeField.css b/css/PopupDateTimeField.css index effe68341..0865194c9 100644 --- a/css/PopupDateTimeField.css +++ b/css/PopupDateTimeField.css @@ -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; } \ No newline at end of file