forked from boyska/sito-hackit-17
FIX larghezza colonne quando le stanze del giorno non sono 3
This commit is contained in:
parent
4ef4445387
commit
f386038701
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,12 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rooms-4 .talk { width: 25%; }
|
||||||
|
.rooms-3 .talk { width: 33%; }
|
||||||
|
.rooms-2 .talk { width: 50%; }
|
||||||
|
.rooms-1 .talk { width: 100%; }
|
||||||
td.talk {
|
td.talk {
|
||||||
width: 33%;
|
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
@ -37,7 +41,7 @@ td.talk > a {
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<table class="talk-grid">
|
<table class="talk-grid rooms-{{-rooms|length}}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
Loading…
Reference in a new issue