Fix branch selector presentation

This commit is contained in:
Naoki Takezoe
2017-12-11 03:47:02 +09:00
parent 332a1b4b0b
commit 4bbb22f73b
2 changed files with 1 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
@if(hasWritePermission) {
<li id="create-branch" style="display: none;">
<a><form action="@helpers.url(repository)/branches" method="post" style="margin: 0;">
<span class="new-branch-name">Create branch:&nbsp;<span class="new-branch"></span></span>
<span class="strong">Create branch:&nbsp;<span class="new-branch"></span></span>
<br><span style="padding-left: 17px;">from&nbsp;'@branch'</span>
<input type="hidden" name="new">
<input type="hidden" name="from" value="@branch">

View File

@@ -618,12 +618,6 @@ span.simplified-path {
line-height: 15px;
}
.new-branch-name {
font-weight: bold;
font-size: 1.2em;
padding-left: 16px;
}
.btn-pullrequest-branch{
background: none;
border: 1px solid #0088cc;