view.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #storyList th {border: none;}
  2. .hide-side .col-main {width: 100%;}
  3. .hide-side .col-side .main-side {width: 0; display: none;}
  4. .dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
  5. .dropdown-menu > .menu-search .input-group {width: 100%;}
  6. .dropdown-menu > .menu-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666;}
  7. .dropdown-menu > .menu-search .form-control {border: none !important; box-shadow: none !important; border-top: 1px solid #ddd !important;}
  8. .dropdown-list {display: block; padding: 0; max-height: 270px; overflow-y: auto;}
  9. .dropdown-list > li {padding: 0 10px;}
  10. .dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap; border-radius: 3px;}
  11. .dropdown-list > li > a:hover,
  12. .dropdown-list > li > a:focus {color: #fff; text-decoration: none; background-color: #2e7fff;}
  13. .checkbox.btn {margin-top: 0px;}
  14. #roadmapInfo > div {padding-top: 15px;}
  15. .linkBox #queryBox .search-form .form-actions {padding-bottom: 5px;}
  16. .linkBox .table-header {padding: 8px 15px; border-bottom: 1px solid #cbd0db;}
  17. #unlinkStoryList {border-top: 1px solid #cbd0db;}
  18. .fixed-footer .text {color: #fff;}
  19. ol, ul {padding-left: 20px;}
  20. #tabsNav .tab-pane>.main-table {border-radius: 0;}
  21. .body-modal #mainMenu>.btn-toolbar {width: auto;}
  22. .body-modal #mainContent {min-height: 240px;}
  23. #mainMenu .btn-link.disabled {color: #9e54ae; background: transparent; border-color:transparent;}
  24. #mainMenu .icon-checked, #mainMenu .icon-off, #mainMenu .icon-play, #mainMenu .icon-magic {margin-right: 3px;}
  25. #mainMenu .page-title {display: flex;}
  26. #mainMenu .btn-toolbar .page-title .label {top: 9px; margin-right: 10px; height: 16px;}
  27. #mainMenu .btn-toolbar .page-title .text {max-width: 434px; overflow: hidden; white-space:nowrap; margin-right: 6px;}
  28. #actionsBox a:last-of-type + .divider {display: none;}
  29. #actionsBox div.divider:first-child {display: none;}
  30. #unlinkStoryList td{white-space: nowrap; overflow: hidden}
  31. #batchUnlinkBtn.disabled {color: #fff}
  32. .c-actions .btn.disabled {border: unset;}
  33. .table-footer .table-actions .btn {background: #16a8f8 !important;}
  34. .table-footer .table-actions button.dropdown-toggle {padding: 3px 6px;}