vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.9.0 vs vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.9.1
- old
+ new
@@ -9,16 +9,16 @@
border-bottom: 1px solid #dddddd;
border-collapse: collapse !important;
border-radius: 1px;
}
-.bootstrap-table .table,
-.bootstrap-table .table > tbody > tr > th,
-.bootstrap-table .table > tfoot > tr > th,
-.bootstrap-table .table > thead > tr > td,
-.bootstrap-table .table > tbody > tr > td,
-.bootstrap-table .table > tfoot > tr > td {
+.bootstrap-table .table:not(.table-condensed),
+.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
+.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
+.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;
}
.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
@@ -292,6 +292,6 @@
left: 0;
visibility: hidden;
width: 200px;
height: 150px;
overflow: hidden;
-}
\ No newline at end of file
+}