diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
commit | 62f1156a56a671cb593c0531922976914b1d4fa9 (patch) | |
tree | 7bc7e28895aee8e29bfc6d4ce7a19a1ee4bd64eb /apps/theming/css | |
parent | 57ea4624741c36ed6e68f60c672ddddbfece628a (diff) | |
download | nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.tar.gz nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.zip |
allow to specify a link to a legal notice
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index ceb560f0f02..00d1cb96fc6 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -28,7 +28,7 @@ visibility: hidden; } form.uploadButton { - width: 356px; + width: 411px; } form .theme-undo, .theme-remove-bg { @@ -52,7 +52,7 @@ label span { display: inline-block; - min-width: 120px; + min-width: 175px; padding: 8px 0px; vertical-align: top; } @@ -88,7 +88,7 @@ background-size: cover; background-position: center center; text-align: center; - margin-left: 123px; + margin-left: 178px; margin-top: 10px; margin-bottom: 20px; cursor: pointer; @@ -117,4 +117,4 @@ background-repeat: no-repeat; background-size: contain; } -}
\ No newline at end of file +} |