From a2ae74997156037efa9ca489b4d13ed04429f904 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 29 Apr 2013 22:27:07 +0200 Subject: [PATCH] Added time picker CSS --- wcfsetup/install/files/style/datePicker.less | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/wcfsetup/install/files/style/datePicker.less b/wcfsetup/install/files/style/datePicker.less index e66634d4a9..8d6e5b465b 100644 --- a/wcfsetup/install/files/style/datePicker.less +++ b/wcfsetup/install/files/style/datePicker.less @@ -3,6 +3,7 @@ border: 1px solid @wcfDropdownBorderColor; color: @wcfDropdownColor; margin-top: 7px; + z-index: 350 !important; .boxShadow(2px, 2px, rgba(0, 0, 0, .2), 10px); @@ -135,4 +136,29 @@ .ui-datepicker-calendar .ui-state-active { background-color: @wcfContainerHoverBackgroundColor; } + + /* time picker */ + .ui-timepicker-div { + border-top: 1px solid @wcfContainerBorderColor; + + > dl { + > dt { + margin-top: @wcfGapTiny !important; + width: 100px; + + &.ui_tpicker_time_label { + display: none; + } + } + + > dd { + margin-left: 120px; + margin-top: @wcfGapTiny !important; + + &.ui_tpicker_time { + display: none; + } + } + } + } } -- 2.20.1