From: Marcel Werk Date: Mon, 29 Apr 2013 20:27:07 +0000 (+0200) Subject: Added time picker CSS X-Git-Tag: 2.0.0_Beta_1~276 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2ae74997156037efa9ca489b4d13ed04429f904;p=GitHub%2FWoltLab%2FWCF.git Added time picker CSS --- 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; + } + } + } + } }