diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-19 22:24:16 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-20 15:17:31 +0100 |
commit | 575b3f9ff8cb06e949a2acbb136a6e0d14731eab (patch) | |
tree | e8767df86a2243116ef7e9c3f027c805878d622a /settings/css | |
parent | 1c8779dc6e34a89ea9181b3cb252101e457c1543 (diff) | |
download | nextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.tar.gz nextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.zip |
Revert "Where is your data?"
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/_server-info.scss | 99 | ||||
-rw-r--r-- | settings/css/_where-is-your-data.scss | 10 | ||||
-rw-r--r-- | settings/css/settings.scss | 13 |
3 files changed, 0 insertions, 122 deletions
diff --git a/settings/css/_server-info.scss b/settings/css/_server-info.scss deleted file mode 100644 index 1073cab2954..00000000000 --- a/settings/css/_server-info.scss +++ /dev/null @@ -1,99 +0,0 @@ -/* Copyright (c) 2018 Michael Weimann <mail@michael-weimann.eu - This file is licensed under the Affero General Public License version 3 or later. - See the COPYING-README file. */ - -.server-info-settings { - .label { - display: block; - } - - .form-input { - margin-bottom: 10px; - width: 100%; - } - - .margin-bottom { - margin-bottom: 15px; - } - - .form-actions { - text-align: right; - - .button { - align-items: center; - display: inline-flex; - margin: 0; - transition: background-color 500ms linear; - - .default-label, - .working-label, - .success-label, - .error-label { - align-items: center; - gap: 4px; - } - - .working-label, - .success-label, - .error-label { - display: none; - } - } - - .button-working, - .button-success, - .button-error { - background-color: $color-background-dark; - color: $color-text-lighter; - opacity: 1; - - .default-label { - display: none; - } - } - - .button-working { - .working-label { - display: inline-flex; - } - } - - .button-success { - background-color: $color-success; - border-color: darken($color-success, 10%); - color: $color-primary-text-dark; - - .success-label { - display: inline-flex; - } - } - - .button-error { - background-color: $color-error; - border-color: darken($color-error, 10%); - color: $color-primary-text-dark; - - .error-label { - display: inline-flex; - } - } - } - - @media (min-width: 1000px) { - .label { - display: inline-block; - text-align: right; - width: 175px; - } - - .form-input { - margin-left: 5px; - width: 225px; - } - - .form-actions { - margin-left: 180px; - width: 225px; - } - } -} diff --git a/settings/css/_where-is-your-data.scss b/settings/css/_where-is-your-data.scss deleted file mode 100644 index fc71bb0a023..00000000000 --- a/settings/css/_where-is-your-data.scss +++ /dev/null @@ -1,10 +0,0 @@ -/* Copyright (c) 2018 Michael Weimann <mail@michael-weimann.eu - This file is licensed under the Affero General Public License version 3 or later. - See the COPYING-README file. */ - -.where-is-your-data { - // @todo replace by common link style as soon as available - a:not(.icon-info) { - border-bottom: 1px dotted; - } -} diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 90b01ca9ee7..42d6f285aac 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -2,9 +2,6 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ -@import "server-info"; -@import "where-is-your-data"; - input { &#openid, &#webdav { width: 20em; @@ -101,7 +98,6 @@ input { #personal-settings-avatar-container { display: inline-grid; - grid-row: span 3; grid-template-columns: 1fr; grid-template-rows: 2fr 1fr; vertical-align: top; @@ -182,15 +178,6 @@ select { grid-template-columns: 1fr; #personal-settings-avatar-container { grid-template-rows: 1fr; - - // swap "Where is my data" and "Detail" - *:nth-child(2) { - order: 3; - } - - *:nth-child(3) { - order: 2; - } } .personal-settings-container { grid-template-columns: 1fr 1fr; |