1
0
Fork 0

FIX larghezza colonne quando le stanze del giorno non sono 3

This commit is contained in:
boyska 2017-05-23 23:46:19 +02:00
parent 4ef4445387
commit f386038701
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

@ -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>