瀏覽代碼

Fix timepicker table

Denis K 8 年之前
父節點
當前提交
e73415e34f
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      jet/static/jet/css/jquery-ui/_jquery-ui.theme.scss

+ 9 - 1
jet/static/jet/css/jquery-ui/_jquery-ui.theme.scss

@@ -108,7 +108,7 @@
   pointer-events: none;
 }
 
-.ui-datepicker {
+.ui-datepicker, .ui-timepicker {
   table {
     margin: 0 0 .4em;
     background: transparent;
@@ -126,3 +126,11 @@
     border-bottom: inherit;
   }
 }
+
+.ui-datepicker table {
+  margin: 0 0 .4em;
+}
+
+.ui-timepicker-table table {
+  margin: .15em 0 0;
+}