summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-15 07:54:46 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 19:21:54 +0200
commite01f004a130cc305ba7dcd8f7b82a8867ee54462 (patch)
tree86acb3dac835be62d6d0b6d365e42162e8121684 /settings/css
parent938553ab07d59f6b04b7c4d157142c0c26aeef76 (diff)
downloadnextcloud-server-e01f004a130cc305ba7dcd8f7b82a8867ee54462.tar.gz
nextcloud-server-e01f004a130cc305ba7dcd8f7b82a8867ee54462.zip
Fixed tests and improved app-navigation-caption
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss26
1 files changed, 4 insertions, 22 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 1c47ad58729..691b8c3f498 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -130,11 +130,6 @@ input {
width: 100%;
}
}
-#personal-settings {
- .section {
- border: 0;
- }
-}
#personal-settings {
display: grid;
@@ -143,8 +138,11 @@ input {
grid-template-columns:1fr 2fr 1fr;
.section {
padding: 10px 10px;
+ border: 0;
+ h2 {
+ margin-bottom: 12px;
+ }
}
-
.personal-info {
margin-right: 10%;
margin-bottom: 20px;
@@ -223,7 +221,6 @@ input {
> div {
h2 {
position: relative;
- margin-bottom: 12px;
display: inline-flex;
flex-wrap: nowrap;
justify-content: flex-start;
@@ -1350,21 +1347,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
opacity: .7;
}
-.settings-caption {
- font-weight: bold;
- line-height: 44px;
- padding: 0 44px;
- white-space: nowrap;
- text-overflow: ellipsis;
- // !important to overwrite specific hover and focus
- opacity: .4 !important;
- box-shadow: none !important;
-
- &:not(:first-child) {
- margin-top: 22px;
- }
-}
-
/* USERS LIST -------------------------------------------------------------- */
#body-settings {