diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 15:21:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 16:26:58 +0200 |
commit | ac22c28045655e5f461bff4777e0322daab8f102 (patch) | |
tree | caeba2a7a3c8815b84696c5daa38e58fed22553b /apps/theming/tests | |
parent | 323b665e884b9b8a56ffa404d9af42be1061cb33 (diff) | |
download | nextcloud-server-ac22c28045655e5f461bff4777e0322daab8f102.tar.gz nextcloud-server-ac22c28045655e5f461bff4777e0322daab8f102.zip |
addjust footer height when legal links are present. fixes #9572
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r-- | apps/theming/tests/ThemingDefaultsTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php index dd0361dc686..912b0315f9b 100644 --- a/apps/theming/tests/ThemingDefaultsTest.php +++ b/apps/theming/tests/ThemingDefaultsTest.php @@ -670,7 +670,8 @@ class ThemingDefaultsTest extends TestCase { 'color-primary' => $this->defaults->getColorPrimary(), 'color-primary-text' => '#ffffff', 'image-login-plain' => 'false', - 'color-primary-element' => '#aaaaaa' + 'color-primary-element' => '#aaaaaa', + 'has-legal-links' => 'false' ]; $this->assertEquals($expected, $this->template->getScssVariables()); |