aboutsummaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-06-29 13:01:22 +0200
committerJulius Härtl <jus@bitgrid.net>2018-06-29 13:35:07 +0200
commit3f77b0fc8b3f1c00902ad6a12747e8b0a10ac50d (patch)
treef163da73819c21f030320db38ef5480b0464ce7c /settings/css
parenta788f4911491cf58dfcde94b9491c79d844347be (diff)
downloadnextcloud-server-3f77b0fc8b3f1c00902ad6a12747e8b0a10ac50d.tar.gz
nextcloud-server-3f77b0fc8b3f1c00902ad6a12747e8b0a10ac50d.zip
Move user password form to security settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss50
1 files changed, 29 insertions, 21 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index cfca22d5bbb..910c1b4c080 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -124,14 +124,6 @@ select {
}
}
-input {
- &#pass1,
- &#pass2,
- &#passwordbutton {
- width: 100%;
- }
-}
-
#personal-settings {
display: grid;
padding: 20px;
@@ -380,9 +372,7 @@ input#identity {
}
}
-.password-state {
- display: inline-block;
-}
+
table.nostyle {
label {
@@ -393,6 +383,33 @@ table.nostyle {
}
}
+#security-password {
+ #passwordform {
+ display: flex;
+ flex-wrap: wrap;
+ #pass1, .personal-show-container, #passwordbutton {
+ flex-shrink: 1;
+ width: 200px;
+ min-width: 150px;
+ }
+ #pass2 {
+ width: 100%;
+ }
+ .password-state {
+ display: inline-block;
+ }
+ .strengthify-wrapper {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ border-radius: 0 0 2px 2px;
+ margin-top: -6px;
+ overflow: hidden;
+ height: 3px;
+ }
+ }
+}
+
#security {
table {
width: 100%;
@@ -1243,16 +1260,7 @@ span {
}
}
-/* PASSWORD */
-#passwordform .strengthify-wrapper {
- position: absolute;
- left: 0;
- width: 100%;
- border-radius: 0 0 2px 2px;
- margin-top: -6px;
- overflow: hidden;
- height: 3px;
-}
+
/* OPERA hack for strengthify*/
doesnotexist:-o-prefocus, .strengthify-wrapper {