Allow logge din users to access the home page

This commit is contained in:
yflory
2017-02-02 18:09:27 +01:00
parent bed49d0b26
commit b0fb56fa63
9 changed files with 116 additions and 43 deletions

View File

@@ -672,9 +672,6 @@ html.cp,
background-color: #000;
opacity: 0.3;
}
.cp #mainBlock.hidden {
display: none;
}
.cp #noscriptContainer {
color: black;
position: absolute;
@@ -709,6 +706,9 @@ html.cp,
background-attachment: fixed;
background-position: center;
}
.cp #main .hidden {
display: none !important;
}
.cp #main_other {
padding: 0 15vw;
}
@@ -777,6 +777,32 @@ html.cp,
margin-top: 20px;
margin-bottom: 5px;
}
.cp #main #loggedIn,
.cp #main_other #loggedIn {
color: #fff;
display: inline-block;
position: absolute;
top: 50%;
right: 0;
margin-left: 50px;
width: 350px;
max-width: 35%;
transform: translateY(-50%);
text-align: center;
font-weight: bold;
}
.cp #main #loggedIn button,
.cp #main_other #loggedIn button {
font-weight: bold;
cursor: pointer;
}
.cp #main #loggedIn p,
.cp #main_other #loggedIn p {
margin: 20px;
padding: 0;
font-size: 20px;
line-height: 1.5em;
}
.cp #main #userForm,
.cp #main_other #userForm {
position: absolute;