Merge pull request #15 from sschneid/css_media_queries

@media queries make the world go 'round
This commit is contained in:
Scott Schneider 2014-03-04 21:22:22 -08:00
commit cca15afe72

View file

@ -12,6 +12,26 @@
<!-- stats-vmpooler-running -->
<style>
@media (min-width: 768px) and (orientation: portrait) {
#stats-vmpooler-running {
width: 880px;
}
}
@media (min-width: 1280px) and (orientation: landscape) {
#stats-vmpooler-running {
width: 1180px;
}
}
@media (min-width: 1920px) and (orientation: landscape) {
#stats-vmpooler-running {
width: 1780px;
}
}
</style>
<div class='label'>VMs running tests</div>
<div id='stats-vmpooler-running' class='module'>