summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-11-07 12:22:31 -0600
committerGunnar Mills <gmills@us.ibm.com>2019-09-26 20:04:56 +0000
commit5e258e43070b46b9d1ec5ec01e02b9f707cbf7b8 (patch)
treedcce595926ecd55bdb86f93800dcb95886cd06e5 /app/common/styles/components
parent5dac9e155e46cd8615a057ff6fe1577a9f21a0a7 (diff)
downloadphosphor-webui-5e258e43070b46b9d1ec5ec01e02b9f707cbf7b8.tar.gz
phosphor-webui-5e258e43070b46b9d1ec5ec01e02b9f707cbf7b8.zip
LDAP configuration and user groups
Adds LDAP page and ability to add and change configuration settings. Adds ability to add, remove and edit user groups for LDAP. Resolves openbmc/phosphor-webui#38 Resolves openbmc/phosphor-webui#39 Tested: Loaded on to a witherspoon and able to add initial LDAP config as well us update the configuration and role groups. Appropriate messages displayed to user when required fields are missing or in the incorrect format. Change-Id: If8a21f3f9d9334415ead73472e90b2a0823bf9ea Signed-off-by: beccabroek <beccabroek@gmail.com> Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com>
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
index 61ca4d3..8ee6e66 100644
--- a/app/common/styles/components/form-elements.scss
+++ b/app/common/styles/components/form-elements.scss
@@ -78,7 +78,6 @@
// Checkbox
-
.control-check,
.control-radio {
position: relative;
@@ -106,6 +105,12 @@
font-size: 0;
}
+.control__label {
+ display: inline-block;
+ margin-left: 26px;
+ user-select: none;
+}
+
/* Hover and focus states */
.control-check:hover input ~ .control__indicator,
.control-check input:focus ~ .control__indicator {
OpenPOWER on IntegriCloud