Style fixes

rancher/rancher#12007
This commit is contained in:
Westly Wright 2018-03-21 10:47:18 -07:00
parent 8761fc94b1
commit 8ab9174405
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
3 changed files with 7 additions and 2 deletions

View File

@ -27,3 +27,8 @@ header {
}
}
}
.header-borderless {
@extend .header;
border-bottom: none;
}

View File

@ -22,7 +22,7 @@
{{#if isEnabled}}
<section class="box mt-30">
<div class="header clear-fix mb-15 pb-0">
<div class="header-borderless clear-fix mb-15 pb-0">
<h3 class="pull-left">{{t 'authPage.github.authenticated.header.text'}}</h3>
<div class="vertical-middle"></div>
<div class="right-buttons">

View File

@ -371,7 +371,7 @@ authPage:
# unrestricted: "{appName} is configured to allow access to any {github} user."
disabled:
label: GitHub is not configured
warning: "{appName} can be configured to restrict access to a set of GitHub users and organization members. This is not currently set up, so anybody that reach this page (or the API) has full control over the system."
warning: "{appName} can be configured to restrict access to a set of GitHub users and organization members."
authenticated:
header: