couple tiny things

This commit is contained in:
lvuch 2018-03-02 09:20:32 -07:00
parent 714ab2513a
commit 53a96607e4
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<section class="header has-tabs clearfix p-0">
<h1>{{t 'nav.infra.members'}}</h1>
<section class="header clearfix">
<div class="pull-left"><h1>{{t 'nav.infra.members'}}</h1></div>
<div class="right-buttons">
{{#link-to "authenticated.project.security.members.new" scope.currentProject.id classNames="btn btn-sm bg-primary right-divider-btn" disabled=(rbac-prevents resource="projectroletemplatebinding" scope="global" permission="create")}} {{t 'membersPage.index.localLink' 'Project'}}{{/link-to}}
<span id="header-search"/>

View File

@ -172,13 +172,13 @@ fieldset[disabled] .btn {
vertical-align: middle;
text-align: center;
:first-child .btn {
border-radius: 1.5px 0 0 1.5px;
.btn:first-child {
border-radius: 2px 0 0 2px;
margin-left: 2px;
}
:last-child .btn {
border-radius: 0 1.5px 1.5px 0;
.btn:last-child {
border-radius: 0 2px 2px 0;
}
.btn, .btn-xs{