reverted visibility of text panels
This commit is contained in:
parent
efa92d0563
commit
92c9d30837
@ -212,15 +212,15 @@ div#listofpeople{
|
|||||||
top: 85%;
|
top: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button#about{
|
button#about{
|
||||||
left:42.5%;
|
left:42.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button#showall{
|
button#showall{
|
||||||
left: 15%;
|
left: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button#reset{
|
button#reset{
|
||||||
left:70%;
|
left:70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -486,8 +486,8 @@ button#listoffiles:hover {
|
|||||||
|
|
||||||
|
|
||||||
button#about {
|
button#about {
|
||||||
/* background: #f0f0f0; */
|
background: #f0f0f0;
|
||||||
background: #ec4e1e;
|
/* background: #ec4e1e; */
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
padding: 2em 0.9em;
|
padding: 2em 0.9em;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@ -523,7 +523,7 @@ button.download {
|
|||||||
#intro, #howto, #insert {
|
#intro, #howto, #insert {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* display: none; */
|
display: none;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
@ -303,7 +303,7 @@ var flag = true;
|
|||||||
|
|
||||||
|
|
||||||
//ABOUT TEXT + INSERT TEXT
|
//ABOUT TEXT + INSERT TEXT
|
||||||
var introflag = false;
|
var introflag = true;
|
||||||
$("#about").click(function(){
|
$("#about").click(function(){
|
||||||
if (introflag === true) {
|
if (introflag === true) {
|
||||||
$("#insert").css("display","block");
|
$("#insert").css("display","block");
|
||||||
|
Loading…
Reference in New Issue
Block a user