x.view.css 1.1 KB

123456789101112131415
  1. #mainMenu, .actions, .pager-size-menu, .tab-btn-container ul li span {display: none;}
  2. #main {min-width: unset; overflow-y: overlay; position: unset !important;}
  3. .main-content {padding: 0;}
  4. .main-table {margin-bottom: 40px;}
  5. .main-content, .main-table > .table, .main-table > .table-footer, .main-table > .table-header, .main-table > .table-responsive {box-shadow: none!important;}
  6. .table-footer {position: fixed; width: 100%; bottom: 0;}
  7. .tab-btn-container {width: 100%; background-color: #f2f2f2;}
  8. .tab-btn-container ul {padding-left: 200px;;}
  9. .tab-btn-container ul li {list-style: none;}
  10. .plan-title {position: absolute; top: 0; left: 0; padding: 8px 15px; font-weight: bolder; width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden}
  11. .tab-btn-container ul li.active span {display: inline-block;}
  12. .linkButton {position: absolute; right: 0; top: 0; padding-right: 10px; cursor: pointer;}
  13. .linkButton i {font-size: 18px !important;}
  14. .linkButton span {line-height: 36px; display: block;}
  15. #tabsNav .tab-pane>.cell, #tabsNav .tab-pane>.main-table {border: none}