From 4145de7662f446adbf1c31fdfca81070ea689237 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 27 Apr 2018 18:22:27 -0400 Subject: [PATCH] layout styling --- src/app/tabs/settings.component.html | 376 ++++++++++++++------------- src/app/tabs/tabs.component.html | 26 +- src/locales/en/messages.json | 20 +- src/scss/misc.scss | 8 + 4 files changed, 234 insertions(+), 196 deletions(-) diff --git a/src/app/tabs/settings.component.html b/src/app/tabs/settings.component.html index 3537b9ba..7934f9bf 100644 --- a/src/app/tabs/settings.component.html +++ b/src/app/tabs/settings.component.html @@ -1,194 +1,202 @@
-

Directory

-
- - -
-
-
-
- - +
+
+
+
{{'directory' | i18n}}
+
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
-
- - -
-
- - -
-
- - -
-
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - +
+
+
{{'sync' | i18n}}
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
-
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -

Sync

-
- - -
-
-
- - -
-
-
- - -
-
- - -
-
- - -
-
-
- - -
-
-
-
- - -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- diff --git a/src/app/tabs/tabs.component.html b/src/app/tabs/tabs.component.html index fbc1bb8d..30cf1fda 100644 --- a/src/app/tabs/tabs.component.html +++ b/src/app/tabs/tabs.component.html @@ -1,13 +1,17 @@ -
- + diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 9864dcab..761af30f 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -331,7 +331,7 @@ "message": "Directory" }, "currentUser": { - "message": "Current user" + "message": "Authenticate as current user" }, "rootPath": { "message": "Root Path" @@ -410,5 +410,23 @@ }, "groupNameAttribute": { "message": "Group Name Attribute" + }, + "userEmailAttribute": { + "message": "User Email Attribute" + }, + "sync": { + "message": "Sync" + }, + "ldapSsl": { + "message": "This connection uses SSL (LDAPS)" + }, + "ldapAd": { + "message": "This LDAP server is Active Directory" + }, + "select": { + "message": "Select" + }, + "dashboard": { + "message": "Dashboard" } } diff --git a/src/scss/misc.scss b/src/scss/misc.scss index a28eb73d..a3eed07c 100644 --- a/src/scss/misc.scss +++ b/src/scss/misc.scss @@ -1,5 +1,9 @@ @import "bootstrap.scss"; +body { + padding: 10px 0 20px 0; +} + h1 { border-bottom: 1px solid $border-color; margin-bottom: 20px; @@ -19,6 +23,10 @@ h3 { text-transform: uppercase; } +.nav.nav-tabs { + margin-bottom: 20px; +} + #duo-frame { background: url('../images/loading.svg') 0 0 no-repeat; height: 330px;