From 820587da4b9efaada7f28c23ae2d71c681c88ba7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 15:20:35 +0000 Subject: [PATCH] elofgren: BUGFIX: Fix ticket: "Make CalendarDatePopup? in Edited Since criteria not be half hidden behind right frame." by simply applying a negative margin to it and for IE7 make the calendar table with:75% instead of 100%. http://support.silverstripe.com/gsoc/ticket/79 (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42088 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/cms_left.css b/css/cms_left.css index 1c10ad10..74b7b1d7 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -378,4 +378,11 @@ ul.tree span.a.MailType span.c, ul.tree span.a.last.MailType span.c, ul.tree spa #left form.actionparams .SearchCriteria { width: 45%; float: left; +} +#left form.actionparams #InputSiteTreeFilterDate .calendar { + margin-left: -100px; +} +/* IE7 fix: */ +#left form.actionparams #InputSiteTreeFilterDate table { + width: 70%; } \ No newline at end of file