From 4a82105d40ff65ae46aa165b72689125ab00053b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 12 Apr 2010 01:50:02 +0000 Subject: [PATCH] API CHANGE: Moved popupdatetimefields to pop up below the text field instead of next to the icon. (from r89914) (from r96725) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102347 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