flow.css 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. .w-350px {width: 350px;}
  2. .w-100px{width:75px !important;}
  3. a.disabled, a.disabled:focus, a.disabled:hover, a[disabled], a[disabled]:focus, a[disabled]:hover {color: #aaa !important; text-decoration: none; cursor: default;}
  4. #actionListTable td.actions{overflow:visible;}
  5. #actionListTable td.actions .btn{
  6. display: inline-block;
  7. width: 26px;
  8. padding: 2px;
  9. overflow: hidden;
  10. line-height: 20px;
  11. color: #16a8f8;
  12. background: 0 0;
  13. border:0px;
  14. border-color: transparent;
  15. }
  16. #actionListTable td.actions .moreActions.btn{width: 32px;}
  17. #actionListTable td.actions .dropdown{display:inline-block;}
  18. .preview-content .main-table table thead tr th:last-child{width:170px !important;}
  19. .preview-content .main-table table tbody tr td:last-child .dropdown{display:inline-block !important;}
  20. .preview-content .main-table table tr th:first-child{padding-left:10px}
  21. .preview-content .main-table .table-footer {padding-left:10px}
  22. .preview-content .main-table table tbody tr td:first-child{padding-left:10px}
  23. .preview-content .main-table table tbody tr td:first-child .checkbox-primary label{padding-left:0px}
  24. .preview-content .main-table table tbody tr td:first-child .example-text-holder{width:1px; border:0px;}
  25. .preview-content .addItem,.preview-content .delItem{padding:6px 8px;}
  26. .preview-content table.table-borderless {table-layout: fixed;}
  27. .preview-content table.table-borderless th.w-100px{width:100px !important;}
  28. .preview-content table.table-borderless td, .preview-content table.table-borderless th {overflow: hidden; white-space: nowrap;}