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:
authorMichael Weimann <mail@michael-weimann.eu>2018-10-28 16:58:21 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-11-07 12:19:19 +0300
commite0ab2902d60b327f8e2baee4a23b73b34563fc45 (patch)
tree1fa5b342483ffe80c4fc34b590f1f5ad74f3069e /apps/files_sharing/css
parent95a19bdfdd154b2e785f0de15910795dac4a839a (diff)
Moves the terms of service into a dialog
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/mobile.scss3
-rw-r--r--apps/files_sharing/css/public.scss9
2 files changed, 4 insertions, 8 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss
index 3d2f5c7ac7e..2ac11ebcf08 100644
--- a/apps/files_sharing/css/mobile.scss
+++ b/apps/files_sharing/css/mobile.scss
@@ -50,8 +50,6 @@ table td.filename .nametext {
padding-right: 14px;
background-position: center;
}
-
- .disclaimer,
.note {
padding: 0 20px;
}
@@ -59,5 +57,4 @@ table td.filename .nametext {
#emptycontent {
margin-top: 10vh;
}
-
}
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 713d2968e8f..835c7f1e9e8 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -93,12 +93,7 @@ thead {
}
#emptycontent {
- &.has-disclaimer,
&.has-note {
- margin-top: 10vh;
- }
-
- &.has-disclaimer.has-note {
margin-top: 5vh;
}
}
@@ -192,6 +187,10 @@ thead {
}
}
+#show-terms-dialog {
+ cursor: pointer;
+}
+
// hide the primary on public share on mobile
@media only screen and (max-width: 768px) {
#body-public {