浏览代码

Fix padding in footer. #1613

wcatron 10 年之前
父节点
当前提交
618805c3bb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/bootstrap-table.css

+ 2 - 1
src/bootstrap-table.css

@@ -17,7 +17,7 @@
 .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
 .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
 .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
 .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
 .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
 .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
-    padding: 8px !important;
+    padding: 8px;
 }
 }
 
 
 .bootstrap-table .table.table-no-bordered > thead > tr > th,
 .bootstrap-table .table.table-no-bordered > thead > tr > th,
@@ -274,6 +274,7 @@
 .bootstrap-table .fixed-table-footer .table {
 .bootstrap-table .fixed-table-footer .table {
     border-bottom: none;
     border-bottom: none;
     border-radius: 0;
     border-radius: 0;
+    padding: 0 !important;
 }
 }
 
 
 .pull-right .dropdown-menu {
 .pull-right .dropdown-menu {