From f130fd0598bbbfa0b32a11e9d7241bfc525eb479 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 28 Feb 2017 18:02:12 +0100 Subject: [PATCH] Fix horizontal scrollbar in edge --- customize.dist/about.html | 7 ++--- customize.dist/contact.html | 7 ++--- customize.dist/index.html | 7 ++--- customize.dist/main.css | 6 ++-- customize.dist/main.js | 2 -- customize.dist/privacy.html | 8 ++--- customize.dist/src/fragments/noscript.html | 5 ++- customize.dist/src/less/cryptpad.less | 36 +++++++++++----------- customize.dist/terms.html | 7 ++--- www/login/index.html | 25 ++++++++------- www/login/main.js | 2 -- www/register/index.html | 25 ++++++++------- www/register/main.js | 2 -- www/settings/index.html | 7 ++--- 14 files changed, 64 insertions(+), 82 deletions(-) diff --git a/customize.dist/about.html b/customize.dist/about.html index ca47ede06..c0f3a0b97 100644 --- a/customize.dist/about.html +++ b/customize.dist/about.html @@ -50,10 +50,10 @@ -
+ -
+ -
+ -
+ diff --git a/customize.dist/src/fragments/noscript.html b/customize.dist/src/fragments/noscript.html index 3328a56d1..f59294ea3 100644 --- a/customize.dist/src/fragments/noscript.html +++ b/customize.dist/src/fragments/noscript.html @@ -1,7 +1,7 @@ + diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index 650c03228..a4b2f148e 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -253,24 +253,24 @@ body.html { opacity: 0.35; } } -#noscriptContainer { - color: black; - position: absolute; - top: @topbar-height; - left: 0; - bottom: 0; - right: 0; - z-index: 2; - #noscript { - width: 1000px; - display: flex; - align-items: center; - justify-content: center; - height: 100%; - margin-left: auto; - margin-right: auto; - position: relative; - noscript { +noscript { + #noscriptContainer { + color: black; + position: absolute; + top: @topbar-height; + left: 0; + bottom: 0; + right: 0; + z-index: 2; + #noscript { + width: 1000px; + display: flex; + align-items: center; + justify-content: center; + height: 100%; + margin-left: auto; + margin-right: auto; + position: relative; font-size: 25px; text-align: center; color: @main-color; diff --git a/customize.dist/terms.html b/customize.dist/terms.html index 31f02bfa7..205f6c2a7 100644 --- a/customize.dist/terms.html +++ b/customize.dist/terms.html @@ -50,10 +50,10 @@
-
+ - + - + -
+