mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
@media queries make the world go 'round
This commit is contained in:
parent
6e8e61e0e7
commit
86febda607
1 changed files with 20 additions and 0 deletions
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue