|
|
@ -1365,31 +1365,37 @@ The register and sign-in page style |
|
|
|
margin-left: 4em; |
|
|
|
margin-left: 4em; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list, |
|
|
|
#release-new-target-branch-list, |
|
|
|
|
|
|
|
#repo-pull-branch-list, |
|
|
|
#repo-create-owner-list { |
|
|
|
#repo-create-owner-list { |
|
|
|
top: 30px; |
|
|
|
top: 25px; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
max-width: 300px; |
|
|
|
max-width: 300px; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list .octicon, |
|
|
|
#release-new-target-branch-list .octicon, |
|
|
|
|
|
|
|
#repo-pull-branch-list .octicon, |
|
|
|
#repo-create-owner-list .octicon { |
|
|
|
#repo-create-owner-list .octicon { |
|
|
|
margin-right: 12px; |
|
|
|
margin-right: 12px; |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list .avatar, |
|
|
|
#release-new-target-branch-list .avatar, |
|
|
|
|
|
|
|
#repo-pull-branch-list .avatar, |
|
|
|
#repo-create-owner-list .avatar { |
|
|
|
#repo-create-owner-list .avatar { |
|
|
|
width: 20px; |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
height: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list li, |
|
|
|
#release-new-target-branch-list li, |
|
|
|
|
|
|
|
#repo-pull-branch-list li, |
|
|
|
#repo-create-owner-list li { |
|
|
|
#repo-create-owner-list li { |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list li.checked .octicon, |
|
|
|
#release-new-target-branch-list li.checked .octicon, |
|
|
|
|
|
|
|
#repo-pull-branch-list li.checked .octicon, |
|
|
|
#repo-create-owner-list li.checked .octicon { |
|
|
|
#repo-create-owner-list li.checked .octicon { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
#release-new-target-branch-list li a, |
|
|
|
#release-new-target-branch-list li a, |
|
|
|
|
|
|
|
#repo-pull-branch-list li a, |
|
|
|
#repo-create-owner-list li a { |
|
|
|
#repo-create-owner-list li a { |
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
-o-text-overflow: ellipsis; |
|
|
|
-o-text-overflow: ellipsis; |
|
|
|