Browse Source

fix popover padding on bootstrap theme

Adam Shaw 8 năm trước cách đây
mục cha
commit
db4a61d0f6
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/common/common.bootstrap3.css

+ 8 - 0
src/common/common.bootstrap3.css

@@ -12,6 +12,14 @@
 }
 
 
+/* Popover
+--------------------------------------------------------------------------------------------------*/
+
+.fc-bootstrap3 .fc-popover .panel-body {
+	padding: 0; /* undo built-in padding */
+}
+
+
 /* TimeGrid Slats (lines that run horizontally)
 --------------------------------------------------------------------------------------------------*/