[Monitor Dashboard | Trunk]: Methodology: fix cells width for all screens

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60839 d315682c-612b-4755-9ff5-7f18f6832af3
pull/1/head
parent 9bb84125a1
commit 27a916e609

@ -1,6 +1,13 @@
table {
font-size: 14px;
background-color: #FFFFFF;
width:100%;
table-layout: fixed;
overflow-wrap: break-word;
}
table th {
width: 25%;
}
table th, table td {
@ -36,6 +43,10 @@ ul.portal-circle li:before {
}
@media only screen and (max-width: 959px) {
table th {
width: 50%;
}
ul.portal-circle {
padding-left: 20px;
}

Loading…
Cancel
Save