Dashboard: table adjustment in three columns view

This commit is contained in:
bergware
2019-02-10 08:33:23 +01:00
parent 8a9b94ad74
commit 73468ed93f
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -226,8 +226,8 @@ table.share_status.dashboard.box3 tr td[colspan="4"]{min-width:93%}
}
@media (min-width:1681px){
table.share_status.dashboard.box1{width:28%}
table.share_status.dashboard.box2{width:34%}
table.share_status.dashboard.box3{width:34%}
table.share_status.dashboard.box2{width:34%;float:right}
table.share_status.dashboard.box3{width:34%;margin-left:20px}
}
tr.alert{color:#f0000c;background-color:#ff9e9e}
tr.warn{color:#e68a00;background-color:#feefb3}