From 7c47564df27441da08888b4fa4dc63bbfdd681f1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 25 Sep 2006 09:44:31 +0000 Subject: [PATCH] 'added CSS for statsruntimestarthour to place hour and minute beside each other' --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 86c416c4d5b..a95d4a313b8 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; }