Revert to default display of table in Show Info popup (overrides jQuery Mobile Flat UI theme).

This commit is contained in:
jcass 2017-01-08 08:53:39 +02:00
parent f3bc3e94e7
commit 3a55453727

View File

@ -260,6 +260,10 @@ span.hostInfo {
border-bottom: 1px solid #CECECE; border-bottom: 1px solid #CECECE;
} }
.info-table {
display: table !important;
}
.info-table td { .info-table td {
color: #555 !important; color: #555 !important;
padding: 2px; padding: 2px;