aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-01 17:09:22 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-01 17:09:22 +0100
commit8d9c6f0e028e1976c1a4d6f43e701c05bd2b9e74 (patch)
treedfb60d19041c7e9b9577636851adb444a11853f1 /core/css/guest.css
parent0f3ba9444e8b683ba89e100b6a43cab70b3788b9 (diff)
downloadnextcloud-server-8d9c6f0e028e1976c1a4d6f43e701c05bd2b9e74.tar.gz
nextcloud-server-8d9c6f0e028e1976c1a4d6f43e701c05bd2b9e74.zip
Unify look of the strengthify password hint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index ecc3da9d081..e0e639252ee 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -292,9 +292,12 @@ label.infield {
.strengthify-wrapper {
display: inline-block;
position: relative;
- left: 15px;
- top: -23px;
- width: 250px;
+ left: 5px;
+ top: -20px;
+ width: 269px;
+ border-radius: 0 0 2px 2px;
+ overflow: hidden;
+ height: 3px;
}
.tooltip-inner {
font-weight: bold;