Improved planning on mobile
This commit is contained in:
parent
57b6ee64a1
commit
defc3a4394
2 changed files with 13 additions and 1 deletions
|
@ -7,6 +7,7 @@ General
|
||||||
border: none;
|
border: none;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 10px;
|
border-spacing: 10px;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table_planning th {
|
#table_planning th {
|
||||||
|
@ -15,6 +16,7 @@ General
|
||||||
background: #414141;
|
background: #414141;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 12.5%;
|
width: 12.5%;
|
||||||
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table_planning td {
|
#table_planning td {
|
||||||
|
@ -79,3 +81,14 @@ Events Specific
|
||||||
.wini {
|
.wini {
|
||||||
background-color: #b7472a;
|
background-color: #b7472a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 750px) {
|
||||||
|
#table_planning {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
#table_planning th{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
|
@ -141,7 +141,6 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #373737;
|
background: #373737;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue