flow.css 1.3 KB

123456789101112131415161718192021222324252627
  1. #menuActions{float:right !important;}
  2. #featurebar .breadcrumb{padding: 5px 0; margin: 0}
  3. #featurebar .breadcrumb>li+li:before {content: '>'}
  4. .input-group-required > .required::after, .required-wrapper.required::after {top:12px !important;}
  5. .modal-body .table {margin-bottom:0px !important;}
  6. a.disabled, a.disabled:focus, a.disabled:hover, a[disabled], a[disabled]:focus, a[disabled]:hover {color: #aaa !important; text-decoration: none; cursor: default;}
  7. .preview-content .main-table table thead tr th:last-child{width:170px !important;}
  8. .preview-content .main-table table tbody tr td:last-child .dropdown{display:inline-block !important;}
  9. .preview-content .main-table table tr th:first-child{padding-left:10px}
  10. .preview-content .main-table .table-footer {padding-left:10px}
  11. .preview-content .main-table table tbody tr td:first-child{padding-left:10px}
  12. .preview-content .main-table table tbody tr td:first-child .checkbox-primary label{padding-left:0px}
  13. .preview-content .main-table table tbody tr td:first-child .example-text-holder{width:1px; border:0px;}
  14. #labelList td.actions .btn{
  15. display: inline-block;
  16. width: 26px;
  17. padding: 2px;
  18. overflow: hidden;
  19. line-height: 20px;
  20. color: #16a8f8;
  21. background: 0 0;
  22. border-color: transparent;
  23. }
  24. .btn.addItem,.btn.delItem{padding: 3px 8px;}