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

@@ -2,6 +2,13 @@
header #nav {
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 {

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 {
border:none;
background:transparent;
z-index:1;
color:#666;
}
select option {
padding-right:1.5em;
}
select + .fa-down {
margin-left:-1em;
z-index:-1;
color:#666;
}