[portals-list] Fix filter on mobile

This commit is contained in:
fkloft 2014-08-29 20:40:12 +02:00
parent 7dc2dfacad
commit de999f43c0

View File

@ -94,3 +94,12 @@
font-size: 10px;
}
#portalslist.mobile table.filter tr {
display: block;
text-align: center;
}
#portalslist.mobile table.filter th, #portalslist.mobile table.filter td {
display: inline-block;
width: 22%;
}