Browse Source

Merge pull request #1684 from wcatron/fix-footer-widths

Fix padding in footer.
wenzhixin 10 years ago
parent
commit
2b479a0573
1 changed files with 2 additions and 1 deletions
  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) > tbody > 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,
@@ -274,6 +274,7 @@
 .bootstrap-table .fixed-table-footer .table {
     border-bottom: none;
     border-radius: 0;
+    padding: 0 !important;
 }
 
 .pull-right .dropdown-menu {