mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 01:15:50 +01:00
Fix style of buttons
This commit is contained in:
@@ -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;">
|
||||||
|
|||||||
@@ -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;">
|
||||||
|
|||||||
Reference in New Issue
Block a user