From 5484aaf01ae19ba38a8adaed9154e1d35497c890 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 16 Feb 2010 23:10:24 +0000 Subject: [PATCH] MINOR Moved cms specific styling in CalendarDateField.css to cms/css/cms_right.css git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99362 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/cms_right.css b/css/cms_right.css index 8e2b0853..6b0a1d09 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -123,6 +123,7 @@ height: 21px; } + .right form textarea, .right form input.text, .right form textarea.htmleditor { @@ -214,6 +215,17 @@ width: auto; } +#right form .calendardate, .calendardate { + position: relative; +} +#right form .calendardate input, .calendardate input { + width: 8em; +} + +#SiteTreeFilterDate { + width: 68px; +} + /** * Tabs */