adding avant-première movies (option)

This commit is contained in:
2016-03-20 19:45:58 +01:00
parent f51a05da34
commit 9d7e64ce22
7 changed files with 43 additions and 9 deletions

View File

@@ -117,6 +117,15 @@ select {
.fa-down:before {
content: "\f0d7";
}
.fa-on:before {
content: "\f205";
}
.fa-off:before {
content: "\f204";
}
.fa-on, .fa-off {
cursor: pointer;
}
/* Sections */
@@ -354,6 +363,14 @@ footer {
font-weight: bold;
}
#settings .switches {
margin-top: 1em;
}
#settings .switches .fa-on + span {
font-weight: bold;
}
/* Mobile Support */
@import 'small_screen';