mirror of https://github.com/rancher/ui.git
couple tiny things
This commit is contained in:
parent
714ab2513a
commit
53a96607e4
|
|
@ -1,5 +1,5 @@
|
||||||
<section class="header has-tabs clearfix p-0">
|
<section class="header clearfix">
|
||||||
<h1>{{t 'nav.infra.members'}}</h1>
|
<div class="pull-left"><h1>{{t 'nav.infra.members'}}</h1></div>
|
||||||
<div class="right-buttons">
|
<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}}
|
{{#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"/>
|
<span id="header-search"/>
|
||||||
|
|
|
||||||
|
|
@ -172,13 +172,13 @@ fieldset[disabled] .btn {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
:first-child .btn {
|
.btn:first-child {
|
||||||
border-radius: 1.5px 0 0 1.5px;
|
border-radius: 2px 0 0 2px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:last-child .btn {
|
.btn:last-child {
|
||||||
border-radius: 0 1.5px 1.5px 0;
|
border-radius: 0 2px 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn, .btn-xs{
|
.btn, .btn-xs{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue