resolves #15: switched the order of the dashboard widgets for xs devices. Made the system info table more responsive on xs devices.

This commit is contained in:
Andy Heathershaw
2016-10-06 15:27:51 +01:00
parent e81dfcd1fd
commit 1946734b58
5 changed files with 154 additions and 152 deletions

View File

@@ -70,6 +70,11 @@ ol.breadcrumb {
font-weight: bold;
}
#system-info {
table-layout: fixed;
word-wrap: break-word;
}
#system-info .meta-label
{
width: 30%;