sync
[roojs1] / css-bootstrap4 / roojs-bootstrap-debug.css
index 0e93bb5..b147231 100644 (file)
@@ -1876,6 +1876,10 @@ div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
   height: 100%;
   overflow: hidden; }
 
+.modal-body.roo-layout-container {
+  padding: 0;
+  /* modal padding messes up calcs on layout */ }
+
 .roo-layout-inactive-content {
   position: absolute;
   left: -10000px;
@@ -3568,6 +3572,9 @@ html.bootstrap-sticky body {
 
 .table .sortable {
   cursor: pointer; }
+  .table .sortable i.fa-arrow-up,
+  .table .sortable i.fa-arrow-down {
+    margin-right: 6px; }
 
 .table-body-fixed tbody {
   overflow-y: scroll;
@@ -3584,7 +3591,11 @@ html.bootstrap-sticky body {
 .table-body-fixed tbody td,
 .table-body-fixed thead > tr > th {
   float: left;
-  border-bottom-width: 0; }
+  border-bottom-width: 0;
+  /* long headers? and body ?*/
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis; }
 
 /* fake infinate widt.. */
 .table-body-fixed thead > tr,
@@ -4769,4 +4780,9 @@ html.bootstrap-sticky body {
   margin-left: -10px;
   margin-right: 10px; }
 
+img.background-contain {
+  background-repeat: no-repeat;
+  background-position: center;
+  background-size: contain; }
+
 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */
\ No newline at end of file