fixing status page on mobile

This commit is contained in:
Pepijn Over 2014-03-24 19:13:25 +01:00
parent 3adf2ca5b6
commit 3e38029a60
1 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<style type="text/css">
body {
background: {bg};
padding: 20px;
padding: 30px 20px;
}
.page-header {
@ -23,10 +23,13 @@
box-shadow: 0px 0px 5px #666;
border-radius: 3px;
margin-bottom: 20px;
width: 300px;
}
.offline {
float: left; width: 300px;
width: 325px;
float: left;
margin-right: 20px;
}
.offline .entity {
@ -41,17 +44,12 @@
border: 2px solid {warning_fg};
}
.online {
margin-left: 320px;
}
.online .entity {
background: {online_bg};
color: {online_fg};
border: 2px solid {online_fg};
float: left;
margin-right: 20px;
width: 300px;
}
</style>
<div class="offline">