From: tjhunt Date: Tue, 17 Mar 2009 07:15:51 +0000 (+0000) Subject: formslib dates: MDL-16592 Forgot to commit these stylesheet changes. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b4a33c4ba6270212c9d25a59ad41c62ec153378e;p=moodle.git formslib dates: MDL-16592 Forgot to commit these stylesheet changes. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 08589f6550..713f0cb049 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -658,7 +658,6 @@ fieldset.fdate_selector label { #date_selector_calendar_panel .bd { padding: 0; } - #date_selector_calendar_panel .yui-calcontainer { border: none; float: none; @@ -667,6 +666,12 @@ fieldset.fdate_selector label { #date_selector_calendar_panel.yui-overlay-hidden table { *display:none; } +#date_selector_calendar_panel th.calhead { + padding-right: 2em; +} +#date_selector_calendar_panel a.container-close { + top: 10px; +} .mform div.felement, .mform fieldset.felement{ display: block;