view.css 1.3 KB

1234567891011121314151617
  1. .no-padding{padding: 0;}
  2. #tabsNav .tab-content .tab-pane .actions {float: right; position: relative; top: -33px;}
  3. #tabsNav .tab-content .tab-pane .main-actions {margin-top: 10px; text-align: center;}
  4. #tabsNav .tab-content .tab-pane .table-actions .btn-group {margin-top: 0px;}
  5. #tabsNav .tab-content .tab-pane.with-link-button .main-row .main-col .panel:first-child {margin-top: -28px;}
  6. #tabsNav .tab-content .tab-pane.with-link-button .main-row .side-col .panel:first-child {margin-top: -28px;}
  7. #tabsNav .tab-content .tab-pane.without-search .actions {top: -5px;}
  8. #tabsNav .tab-content .tab-pane.without-search .main-table {margin-top: -28px;}
  9. #tabsNav .tab-content .tab-pane #querybox #searchform > table > tbody > tr > td:last-child {display: none;}
  10. #tabsNav .tab-content .tab-pane #querybox #searchform > table > tbody > tr > td .btn-group button#submit {border-radius: 4px !important;}
  11. #tabsNav .tab-content .tab-pane #querybox #searchform > table > tbody > tr > td .btn-group button:not(#submit) {display: none;}
  12. #querybox .container {padding: 0px !important;}
  13. .unlinkedTable > * > tr > th:first-child {padding-left: 6px;}
  14. .linkedTable > * > tr > th:first-child {padding-left: 6px;}
  15. .linkedTable > thead > tr > th:last-child {width: 50px !important;}
  16. .scroll {overflow: scroll;}
  17. .panel-body {word-wrap: break-word;}