Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-13 04:11:47 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-13 04:11:47 +0300
commit26db9540d41cbbaa9a4161b5d07325dea5ff5dd6 (patch)
tree871a33234997f6ddf7fa4410fd62688c43220f62 /core/css/mobile.scss
parent8c004fdc64f5234b0f4f5baa7c9db90c522ede9e (diff)
Remove SCSS rules for "#body-login" elements
"#body-login" is only used in the layout for guest pages. Therefore, before SCSS was enabled for guest pages, all "#body-login" rules in SCSS files were ignored. Now that SCSS is enabled for guest pages those rules break the guest pages, but given that they were ignored until now they can be safely removed. Note, however, that all of the above refers to regular SCSS rules; those defined in the Theming app are different, as they were converted to CSS and used in the guest pages even when SCSS was disabled, so they do not need to be adjusted due to SCSS being enabled now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r--core/css/mobile.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index f3b89ddb48c..116d174989c 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -1,16 +1,5 @@
@media only screen and (max-width: 768px) {
-#body-login #header {
- padding-top: 10px;
-}
-
-#body-login .wrapper {
- display: flex;
- flex-direction: row;
- align-self: center;
- align-items: center;
-}
-
/* do not show update notification on mobile */
#update-notification {
display: none !important;