Fix horizontal scrollbar in edge
This commit is contained in:
parent
345d2faab2
commit
f130fd0598
@ -50,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -61,10 +61,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|||||||
@ -50,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -61,10 +61,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|||||||
@ -50,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -61,10 +61,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|||||||
@ -714,7 +714,7 @@ html.cp,
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
}
|
}
|
||||||
.cp #noscriptContainer {
|
.cp noscript #noscriptContainer {
|
||||||
color: black;
|
color: black;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
@ -723,7 +723,7 @@ html.cp,
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
.cp #noscriptContainer #noscript {
|
.cp noscript #noscriptContainer #noscript {
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -732,8 +732,6 @@ html.cp,
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
|
||||||
.cp #noscriptContainer #noscript noscript {
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@ -15,8 +15,6 @@ define([
|
|||||||
$(function () {
|
$(function () {
|
||||||
var $main = $('#mainBlock');
|
var $main = $('#mainBlock');
|
||||||
|
|
||||||
$('#noscriptContainer').remove();
|
|
||||||
|
|
||||||
// Language selector
|
// Language selector
|
||||||
var $sel = $('#language-selector');
|
var $sel = $('#language-selector');
|
||||||
Cryptpad.createLanguageSelector(undefined, $sel);
|
Cryptpad.createLanguageSelector(undefined, $sel);
|
||||||
|
|||||||
@ -50,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -61,10 +61,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
@ -92,7 +91,6 @@
|
|||||||
<h2 data-localization="policy_choices"></h2>
|
<h2 data-localization="policy_choices"></h2>
|
||||||
<p data-localization="policy_choices_open"></p>
|
<p data-localization="policy_choices_open"></p>
|
||||||
<p data-localization="policy_choices_vpn"></p>
|
<p data-localization="policy_choices_vpn"></p>
|
||||||
<p data-localization="policy_choices_ads"></p>
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
<noscript>
|
||||||
<div id="noscriptContainer">
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -9,7 +9,6 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|||||||
@ -253,24 +253,24 @@ body.html {
|
|||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#noscriptContainer {
|
noscript {
|
||||||
color: black;
|
#noscriptContainer {
|
||||||
position: absolute;
|
color: black;
|
||||||
top: @topbar-height;
|
position: absolute;
|
||||||
left: 0;
|
top: @topbar-height;
|
||||||
bottom: 0;
|
left: 0;
|
||||||
right: 0;
|
bottom: 0;
|
||||||
z-index: 2;
|
right: 0;
|
||||||
#noscript {
|
z-index: 2;
|
||||||
width: 1000px;
|
#noscript {
|
||||||
display: flex;
|
width: 1000px;
|
||||||
align-items: center;
|
display: flex;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
height: 100%;
|
justify-content: center;
|
||||||
margin-left: auto;
|
height: 100%;
|
||||||
margin-right: auto;
|
margin-left: auto;
|
||||||
position: relative;
|
margin-right: auto;
|
||||||
noscript {
|
position: relative;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: @main-color;
|
color: @main-color;
|
||||||
|
|||||||
@ -50,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -61,10 +61,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|||||||
@ -40,21 +40,20 @@
|
|||||||
<a href="/contact.html" data-localization="contact">Contact</a>
|
<a href="/contact.html" data-localization="contact">Contact</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<noscript>
|
||||||
<div id="noscriptContainer">
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
<p>
|
||||||
<p>
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
</p>
|
||||||
</p>
|
<hr>
|
||||||
<hr>
|
<p>
|
||||||
<p>
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
</p>
|
||||||
</p>
|
</div>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</noscript>
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|
||||||
|
|||||||
@ -13,8 +13,6 @@ define([
|
|||||||
var $main = $('#mainBlock');
|
var $main = $('#mainBlock');
|
||||||
var Messages = Cryptpad.Messages;
|
var Messages = Cryptpad.Messages;
|
||||||
|
|
||||||
$('#noscriptContainer').remove();
|
|
||||||
|
|
||||||
// Language selector
|
// Language selector
|
||||||
var $sel = $('#language-selector');
|
var $sel = $('#language-selector');
|
||||||
Cryptpad.createLanguageSelector(undefined, $sel);
|
Cryptpad.createLanguageSelector(undefined, $sel);
|
||||||
|
|||||||
@ -37,21 +37,20 @@
|
|||||||
<a href="/contact.html" data-localization="contact">Contact</a>
|
<a href="/contact.html" data-localization="contact">Contact</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<noscript>
|
||||||
<div id="noscriptContainer">
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
<p>
|
||||||
<p>
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
</p>
|
||||||
</p>
|
<hr>
|
||||||
<hr>
|
<p>
|
||||||
<p>
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
</p>
|
||||||
</p>
|
</div>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</noscript>
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|
||||||
|
|||||||
@ -16,8 +16,6 @@ define([
|
|||||||
$(function () {
|
$(function () {
|
||||||
var $main = $('#mainBlock');
|
var $main = $('#mainBlock');
|
||||||
|
|
||||||
$('#noscriptContainer').remove();
|
|
||||||
|
|
||||||
// Language selector
|
// Language selector
|
||||||
var $sel = $('#language-selector');
|
var $sel = $('#language-selector');
|
||||||
Cryptpad.createLanguageSelector(undefined, $sel);
|
Cryptpad.createLanguageSelector(undefined, $sel);
|
||||||
|
|||||||
@ -51,10 +51,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="noscriptContainer">
|
<noscript>
|
||||||
|
<div id="noscriptContainer">
|
||||||
<div class="mainOverlay"></div>
|
<div class="mainOverlay"></div>
|
||||||
<div id="noscript">
|
<div id="noscript">
|
||||||
<noscript>
|
|
||||||
<p>
|
<p>
|
||||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||||
</p>
|
</p>
|
||||||
@ -62,10 +62,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||||
</p>
|
</p>
|
||||||
</noscript>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<div id="mainBlock" class="hidden">
|
<div id="mainBlock" class="hidden">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user