summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-23 12:04:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-27 12:50:18 +0100
commitbb5d4c8c21d339057c45e5f244d944157065b26f (patch)
treee0c7d8cd3a8be4515c5f4f70ac72672c240969fa /settings/css
parent7f6b27aef7a3fd696a3836964bf0592e3ffe9d00 (diff)
downloadnextcloud-server-bb5d4c8c21d339057c45e5f244d944157065b26f.tar.gz
nextcloud-server-bb5d4c8c21d339057c45e5f244d944157065b26f.zip
Changed button types and do not hide form on outside click
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss17
1 files changed, 12 insertions, 5 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 69e9b593d95..aea132eaac9 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -137,7 +137,7 @@ input {
}
.personal-settings-setting-box input {
- &[type="text"], &[type="email"], &[type="tel"], &[type="url"] {
+ &[type='text'], &[type='email'], &[type='tel'], &[type='url'] {
width: 100%;
}
}
@@ -183,7 +183,7 @@ input {
}
}
> form span {
- &[class^="icon-checkmark"], &[class^="icon-error"] {
+ &[class^='icon-checkmark'], &[class^='icon-error'] {
position: relative;
right: 8px;
top: -28px;
@@ -561,8 +561,15 @@ span.usersLastLoginTooltip {
position: relative;
top: -1px;
}
- #newuserHeader input:not([type="submit"]) {
- width: 100%;
+ #newuserHeader input{
+ &:not([type='submit']),
+ &:not([type='reset']) {
+ width: 100%;
+ }
+ &[type='submit'],
+ &[type='reset'] {
+ width: 50%;
+ }
}
}
@@ -837,7 +844,7 @@ span.version {
margin-bottom: 18px;
}
-/* capitalize "Other" category */
+/* capitalize 'Other' category */
#app-category-925 {
text-transform: capitalize;