vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.10.1 vs vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.11.0
- old
+ new
@@ -1,8 +1,8 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.10.1
+ * version: 1.11.0
* https://github.com/wenzhixin/bootstrap-table/
*/
.bootstrap-table .table {
margin-bottom: 0 !important;
@@ -23,10 +23,14 @@
.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
border-right: 2px solid transparent;
}
+.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
+ border-right: none;
+}
+
.fixed-table-container {
position: relative;
clear: both;
border: 1px solid #dddddd;
border-radius: 4px;
@@ -190,10 +194,13 @@
clear: both;
font-weight: normal;
line-height: 1.428571429;
}
-.fixed-table-toolbar .bars,
+.fixed-table-toolbar .pull-right{
+ float: right !important;
+}
+.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
position: relative;
margin-top: 10px;
margin-bottom: 10px;