add missing cp class to more html

pull/1/head
ansuz 8 years ago
parent 46024853ec
commit 8f0de589dc

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html class="cp">
<head> <head>
<title>CryptFiles</title> <title>CryptFiles</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> <meta content="text/html; charset=utf-8" http-equiv="content-type"/>

@ -47,34 +47,6 @@
display: flex; display: flex;
flex-flow: column; flex-flow: column;
} }
#bar > button {
margin: 5px;
}
textarea{
width: 100%;
min-height: 90%;
display: block;
position: relative;
font-size: 25px;
background-color: #073642;
color: #DDD;
overflow-x: hidden;
/* disallow textarea resizes */
resize: none;
border: 0px;
}
textarea[disabled] {
background-color: #275662;
color: #637476;
}
#modal {
display: none;
}
#modal.shown { #modal.shown {
display: block; display: block;
position: fixed; position: fixed;
@ -87,11 +59,6 @@
width: 100%; width: 100%;
} }
#content {
width: 90%;
margin: auto;
}
#content h1, h2, h3, h4, h5, h6 { #content h1, h2, h3, h4, h5, h6 {
text-align: center; text-align: center;
} }
@ -103,20 +70,6 @@
h5 { font-size: 27px; } h5 { font-size: 27px; }
h6 { font-size: 24px; } h6 { font-size: 24px; }
#content p,
#content ul,
#content ol {
font-size: 26px;
}
#content img {
position: relative;
max-width: 90%;
max-height: 90%;
margin: auto;
}
html {
height: 100%;
}
.CodeMirror { .CodeMirror {
height: 100%; height: 100%;
} }
@ -135,9 +88,13 @@
<!-- <textarea></textarea>--> <!-- <textarea></textarea>-->
<div id="cme_toolbox" class="toolbar-container"></div> <div id="cme_toolbox" class="toolbar-container"></div>
<textarea id="editor1" name="editor1"></textarea> <textarea id="editor1" name="editor1"></textarea>
<div id="modal" class="cp slide">
<span class="cp slide">
<div id="modal">
<div id="content"></div> <div id="content"></div>
</div> </div>
</span>
<div id="nope"></div> <div id="nope"></div>
<div id="colorPicker_check"></div> <div id="colorPicker_check"></div>
</body> </body>

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html class="cp">
<head> <head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@ -79,7 +79,9 @@
<div id="user-box" class="box"> <div id="user-box" class="box">
<div> <div>
<span data-localization="username_label"></span> <p><span data-localization="username_label"></span>
<strong id="display-name" class="display"></strong> <strong id="display-name" class="display"></strong></p>
<p>View your <a href="/file" target="_blank">file manager</a>.</p>
</div> </div>
</div> </div>

Loading…
Cancel
Save