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