From 0156d47d97433abae68d047127a510cdbcf43186 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 21 Jul 2015 14:50:42 +0200 Subject: [PATCH] KEYCLOAK-1535 Set tooltip-placement correctly --- .../admin/resources/partials/password-policy.html | 6 +++--- .../theme/keycloak/admin/resources/css/styles.css | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/password-policy.html b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/password-policy.html index 54bace876a..8e0d39637c 100755 --- a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/password-policy.html +++ b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/password-policy.html @@ -23,7 +23,7 @@ Policy Type Policy Value - Actions + Actions @@ -33,8 +33,8 @@ - -
+ + diff --git a/forms/common-themes/src/main/resources/theme/keycloak/admin/resources/css/styles.css b/forms/common-themes/src/main/resources/theme/keycloak/admin/resources/css/styles.css index 033f6e0a38..83f09293f1 100644 --- a/forms/common-themes/src/main/resources/theme/keycloak/admin/resources/css/styles.css +++ b/forms/common-themes/src/main/resources/theme/keycloak/admin/resources/css/styles.css @@ -299,3 +299,17 @@ h1 i { margin-left: 10px; } +/* Action cell */ +.kc-action-cell { + position: relative; + width: 100px; +} + +.kc-action-cell .btn { + border: none; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} \ No newline at end of file