Fix style of buttons

This commit is contained in:
Naoki Takezoe
2017-09-13 03:36:04 +09:00
parent 919b1d01e3
commit f6b92ef40b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
@gitbucket.core.html.menu("labels", repository){ @gitbucket.core.html.menu("labels", repository){
@if(context.loginAccount.isDefined){ @if(context.loginAccount.isDefined){
<div class="pull-right" style="margin-bottom: 10px;"> <div class="pull-right" style="margin-bottom: 10px;">
<a class="btn btn-success btn-sm" href="javascript:void(0);" id="new-label-button">New label</a> <a class="btn btn-success" href="javascript:void(0);" id="new-label-button">New label</a>
</div> </div>
} }
<table class="table table-bordered table-hover table-issues" id="new-label-table" style="display: none;"> <table class="table table-bordered table-hover table-issues" id="new-label-table" style="display: none;">

View File

@@ -7,7 +7,7 @@
@gitbucket.core.html.menu("priorities", repository){ @gitbucket.core.html.menu("priorities", repository){
@if(hasWritePermission){ @if(hasWritePermission){
<div class="pull-right" style="margin-bottom: 10px;"> <div class="pull-right" style="margin-bottom: 10px;">
<a class="btn btn-success btn-sm" href="javascript:void(0);" id="new-priority-button">New priority</a> <a class="btn btn-success" href="javascript:void(0);" id="new-priority-button">New priority</a>
</div> </div>
} }
<table class="table table-bordered table-hover table-issues" id="new-priority-table" style="display: none;"> <table class="table table-bordered table-hover table-issues" id="new-priority-table" style="display: none;">