diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-03-02 15:05:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 15:05:04 +0100 |
commit | ed239d72dc51b4b50eaec1ab8bbeb2e5cf6249b7 (patch) | |
tree | ffb498d7d9fe737c3aa0a0edc2c3e689fb940644 /settings/css | |
parent | 158aac00a0c286118b7701f4a15c61740179a80b (diff) | |
parent | 4db556e784a8723778a73405470433786d93eab0 (diff) | |
download | nextcloud-server-ed239d72dc51b4b50eaec1ab8bbeb2e5cf6249b7.tar.gz nextcloud-server-ed239d72dc51b4b50eaec1ab8bbeb2e5cf6249b7.zip |
Merge pull request #8606 from nextcloud/strengthify-unification
Unify look of the strengthify password hint
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 006a0697984..21dc76fcac3 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1159,8 +1159,11 @@ span { #passwordform .strengthify-wrapper { position: absolute; left: 0; - width: 130px; + width: 100%; + border-radius: 0 0 2px 2px; margin-top: -6px; + overflow: hidden; + height: 3px; } /* OPERA hack for strengthify*/ |