Added time picker CSS
authorMarcel Werk <burntime@woltlab.com>
Mon, 29 Apr 2013 20:27:07 +0000 (22:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 29 Apr 2013 20:27:07 +0000 (22:27 +0200)
wcfsetup/install/files/style/datePicker.less

index e66634d4a97dc5db2d485888667f2794e7460ab4..8d6e5b465b4ef42834d9ebd2175947c13fbbbf33 100644 (file)
@@ -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);
 
        .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;
+                               }
+                       }
+               }
+       }
 }