browsedb.flow.html.hook.php 352 B

1234567891011121314
  1. <style>
  2. .col-md-5 .main-table thead th:last-child{width:100px !important;}
  3. .col-md-5 .main-table td{overflow:hidden; white-space: nowrap;}
  4. .col-md-5 .main-table td.actions .btn{
  5. display: inline-block;
  6. width: 26px;
  7. padding: 2px;
  8. overflow: hidden;
  9. line-height: 20px;
  10. color: #16a8f8;
  11. background: 0 0;
  12. border-color: transparent;
  13. }
  14. </style>