repo.css 1.3 KB

1234567891011121314
  1. .cpp .comment-row, .cpp #bugForm {font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft YaHei',sans-serif;}
  2. .comment-cell .panel-heading {padding: 8px 16px 7px 20px;}
  3. .comment-row {font-size: 13px;}
  4. .repoCode tr.commented .comment-btn .icon-wrapper {color: #EA644A; min-width: 38px; text-align: left;}
  5. .repoCode tr.commented .comment-btn .icon-wrapper .bug-num {margin-left: 2px; margin-bottom: 3px;}
  6. .repoCode tr.over.commented .comment-btn .icon-wrapper, .repoCode tr.over .icon-wrapper, .repoCode tr.selected.commented .comment-btn .icon-wrapper {line-height: 20px; height: 20px; background: none; color: #4183c4; left: 0px; width: 25px; text-align: right;}
  7. .repoCode tr.over.commented .comment-btn .icon-wrapper:before, .repoCode tr.over .icon-wrapper:before, .repoCode tr.selected.commented .comment-btn .icon-wrapper:before {display: none;}
  8. .repoCode tr.over.commented .comment-btn, .repoCode tr.over .comment-btn{margin-left: 0;}
  9. .repoCode tr.over .comment-btn {float: left;}
  10. .repoCode tr th {min-width: 45px;}
  11. .repoCode tr.commented th {min-width: 60px;}
  12. .comment-btn .icon-wrapper {position: unset;}
  13. .repoCode tr .icon-wrapper {color: #EA644A; min-width: 25px; text-align: right;}
  14. .repoCode table > tbody > tr.over > th {line-height: 20px;}