keycloak-uncached

KEYCLOAK-6079

12/21/2017 9:14:28 AM

Details

diff --git a/themes/src/main/resources-product/theme/rh-sso/account/resources/css/account.css b/themes/src/main/resources-product/theme/rh-sso/account/resources/css/account.css
index f95d014..8629615 100644
--- a/themes/src/main/resources-product/theme/rh-sso/account/resources/css/account.css
+++ b/themes/src/main/resources-product/theme/rh-sso/account/resources/css/account.css
@@ -55,6 +55,10 @@ header .navbar {
     padding: 0 30px;
 }
 
+.margin-bottom {
+    margin-bottom: 10px;
+}
+
 /* Sidebar */
 
 .bs-sidebar {
diff --git a/themes/src/main/resources-product/theme/rh-sso/login/resources/css/login.css b/themes/src/main/resources-product/theme/rh-sso/login/resources/css/login.css
index 3796df7..cb5c433 100644
--- a/themes/src/main/resources-product/theme/rh-sso/login/resources/css/login.css
+++ b/themes/src/main/resources-product/theme/rh-sso/login/resources/css/login.css
@@ -26,7 +26,6 @@
     color: #000 !important;
     border: 1px solid #fff;
     text-decoration: none;
-    display:block;
     line-height: 20px;
 }
 
@@ -152,6 +151,13 @@ ol#kc-totp-settings li:first-of-type {
     max-height:150px;
 }
 
+#kc-totp-secret-key {
+    background-color: #fff;
+    color: #333333;
+    font-size: 16px;
+    padding: 10px;
+}
+
 /* OAuth */
 
 #kc-oauth h3 {