Browse Source

reverted visibility of text panels

master
Cristina Cochior 4 years ago
parent
commit
92c9d30837
  1. 6
      static/css/main.css
  2. 2
      templates/layout.html

6
static/css/main.css

@ -486,8 +486,8 @@ button#listoffiles:hover {
button#about {
/* background: #f0f0f0; */
background: #ec4e1e;
background: #f0f0f0;
/* background: #ec4e1e; */
border-radius: 100%;
padding: 2em 0.9em;
z-index: 3;
@ -523,7 +523,7 @@ button.download {
#intro, #howto, #insert {
overflow-y: scroll;
position: fixed;
/* display: none; */
display: none;
font-size: 0.9em;
border-radius: 3px;
}

2
templates/layout.html

@ -303,7 +303,7 @@ var flag = true;
//ABOUT TEXT + INSERT TEXT
var introflag = false;
var introflag = true;
$("#about").click(function(){
if (introflag === true) {
$("#insert").css("display","block");

Loading…
Cancel
Save