ajaxgeteditorcontent.css 1.6 KB

12345678910111213141516171819202122232425
  1. .m-repo-ajaxgeteditorcontent {overflow: hidden;}
  2. #monacoEditor .tip-circular {background: #2e7fff; border-radius: 10px; padding: 0px 7px;}
  3. #log {margin-top: 8px; display: none; padding: 5px; justify-content: space-between; height: 25px; line-height: 20px; background: #efefef;}
  4. #log .history {margin-left: 5px; max-width: 90%;}
  5. #log .action-btn .btn {border: none; background: none;}
  6. #related {display: none; margin-top: 2px; background: #fff; height: 0px;}
  7. #relationTabs .nav > li > a {padding: 8px 10px; display: flex; white-space: pre;}
  8. #relationTabs .nav-tabs > li > a > span {margin-right: 5px;}
  9. #relationTabs .tab-pane {display: none;}
  10. #relationTabs .tabs-navbar {background: #FFFFFF;}
  11. #relationTabs .tab-pane.active {display: block;}
  12. #relationTabs .tab-nav-item {max-width: none !important;}
  13. #relationTabs .tab-nav-item .icon {line-height: inherit;}
  14. #relationTabs > .tabs-navbar {overflow: hidden; padding-bottom: 10px; position: relative; height: 35px;}
  15. #relationTabs > .tabs-navbar > .nav-tabs {position: absolute; display: flex;}
  16. #relationTabs .tab-nav-link .title {max-width: 300px; display: inline-block; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; padding: 0 5px;}
  17. #related .content, #related .btn {background-color: #F4F5F7; border: none;}
  18. #related .btn.pull-right {margin-right: 0;}
  19. #related .nav-tabs > li.active > a:before {background: none; height: 0;}
  20. #related .table-empty-tip {padding: 35px 10px;}
  21. .repoCode .binary a .icon-download {font-size: 50px;}
  22. .repoCode .binary, .repoCode .image {text-align: center;}
  23. .repoCode .binary a {margin: 100px 0px; display: block;}
  24. .repoCode .image {margin-top: 10px;}