Hide/show unavailable articles via js.
This commit is contained in:
parent
84610cc9a5
commit
036bc10282
5 changed files with 25 additions and 15 deletions
|
|
@ -88,6 +88,9 @@ span.click-me {
|
|||
color: grey;
|
||||
font-size: 0.9em; }
|
||||
|
||||
.hidden {
|
||||
display: none; }
|
||||
|
||||
#login {
|
||||
margin: auto;
|
||||
width: 27em;
|
||||
|
|
|
|||
|
|
@ -88,6 +88,9 @@ span.click-me {
|
|||
color: grey;
|
||||
font-size: 0.9em; }
|
||||
|
||||
.hidden {
|
||||
display: none; }
|
||||
|
||||
#login {
|
||||
margin: auto;
|
||||
width: 27em;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,10 @@ span.click-me
|
|||
.description
|
||||
color: grey
|
||||
font-size: 0.9em
|
||||
|
||||
|
||||
.hidden
|
||||
display: none
|
||||
|
||||
// ********************************* loginpage
|
||||
#login
|
||||
:margin auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue