From: urs_hunkler Date: Mon, 25 Sep 2006 09:44:31 +0000 (+0000) Subject: 'added CSS for statsruntimestarthour to place hour and minute beside each other' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c47564df27441da08888b4fa4dc63bbfdd681f1;p=moodle.git 'added CSS for statsruntimestarthour to place hour and minute beside each other' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 86c416c4d5..a95d4a313b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -488,6 +488,10 @@ fieldset.adminsettings .description { margin: 0 1em 0 160px; padding: 0.3em 0 1.5em 0; } +fieldset.adminsettings .admin-configtime .form-select { + display: inline; + float: none; +} .form-buttons { margin: 10px 0 0 160px; }