mobile menu

This commit is contained in:
2015-08-23 21:52:56 +02:00
parent 4b634c0937
commit 7394a06d52
5 changed files with 9 additions and 44 deletions

View File

@@ -1,37 +0,0 @@
<!DOCTYPE html>
<div style="margin-top: 10px;">
<div class="Line">
<p class="FilmTitle Timing FloatL">VOSTF</p>
</div>
<div style="margin-bottom: 3px; float: left;">
<h4 style="font-size: 1.1em; margin-bottom: 2px;">Accès bas :</h4>
<a href="reservationAccueil.html?id=330171107316"> <span>
09:15 </span>
</a> <a href="reservationAccueil.html?id=330171107315"> <span>
11:45 </span>
</a> <a href="reservationAccueil.html?id=330171107330"> <span>
14:20 </span>
</a> <a href="reservationAccueil.html?id=330171107295"> <span>
17:00 </span>
</a> <a href="reservationAccueil.html?id=330171107294"> <span>
19:40 </span>
</a> <a href="reservationAccueil.html?id=330171107309"> <span>
22:15 </span>
</a>
</div>
<div style="margin-bottom: 3px; float: left;">
<h4 style="font-size: 1.1em; margin-bottom: 2px;">Accès haut :</h4>
<a href="reservationAccueil.html?id=330171109335"> <span>
10:50 </span>
</a> <a href="reservationAccueil.html?id=330171109370"> <span>
13:30 </span>
</a> <a href="reservationAccueil.html?id=330171109377"> <span>
16:00 </span>
</a> <a href="reservationAccueil.html?id=330171109356"> <span>
18:30 </span>
</a> <a href="reservationAccueil.html?id=330171109363"> <span>
21:00 </span>
</a>
</div>
</div>

View File

@@ -2,6 +2,13 @@
header #nav { header #nav {
font-size:2.5em; font-size:2.5em;
margin: -0.4em -0.4em 0.4em; /* 1 / 2.5em */
padding: 0.4em;
background:#CCC;
}
header #nav #btn_settings {
padding: 0.25em 0.25em 0 0;
} }
#ugc_days { #ugc_days {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -38,17 +38,12 @@ h2 {
select { select {
border:none; border:none;
background:transparent; background:transparent;
z-index:1;
color:#666; color:#666;
}
select option {
padding-right:1.5em; padding-right:1.5em;
} }
select + .fa-down { select + .fa-down {
margin-left:-1em; margin-left:-1em;
z-index:-1;
color:#666; color:#666;
} }