vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.11.1.1 vs vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.12.1
- old
+ new
@@ -1,8 +1,8 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.11.1
+ * version: 1.12.1
* https://github.com/wenzhixin/bootstrap-table/
*/
.bootstrap-table .table {
margin-bottom: 0 !important;
@@ -70,11 +70,11 @@
.fixed-table-container thead th:focus {
outline: 0 solid transparent;
}
-.fixed-table-container thead th:first-child {
+.fixed-table-container thead th:first-child:not([data-not-first-th]) {
border-left: none;
border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
@@ -131,14 +131,10 @@
.fixed-table-container .bs-checkbox {
text-align: center;
}
-.fixed-table-container .bs-checkbox .th-inner {
- padding: 8px 0;
-}
-
.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
margin: 0 auto !important;
}
@@ -308,6 +304,15 @@
/* for get correct heights */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
content: "";
display: block;
clear: both;
+}
+
+.fullscreen {
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 1050;
+ width: 100%!important;
+ background: #FFF;
}