Skip to content

Commit

Permalink
Markup changes: Adjust role mapping whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
strazto committed May 15, 2022
1 parent 53d07e1 commit 94f6167
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SSO-Auth/Config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ const ssoConfigurationPage = {

elem.classList.add("sso-role-mapping-container");
elem.innerHTML = `
<label
class="inputLabel inputLabelUnfocused sso-role-mapping-input-label"
>Role:</label>
<div class="listItem">
<label
class="inputLabel inputLabelUnfocused"
>Role:</label>
<input
is="emby-input"
required=""
Expand Down
12 changes: 10 additions & 2 deletions SSO-Auth/Config/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@

padding-top: 0.5em;
border-style: solid;
margin-bottom: 1em;
margin-top: 0.25em;
}
.sso-role-mapping-container + .sso-role-mapping-container,
.sso-bordered-list + .sso-bordered-list {
margin-top: 1em;
}

.sso-role-mapping-container .sso-folder-list {
padding-left: 3em;
padding-left: 1em;
padding-bottom: 0.25em;
}

.sso-role-mapping-input-label {
padding-left: 0.5em;
}

0 comments on commit 94f6167

Please sign in to comment.