Browse Source

Fix timepicker table

Denis K 8 năm trước cách đây
mục cha
commit
e73415e34f
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  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;
+}