Change #zones into .zones because we may list zones for multiple monitors now

This commit is contained in:
Isaac Connor 2020-08-31 10:10:50 -04:00
parent af8d7fc3fa
commit f5e659f395
1 changed files with 17 additions and 1 deletions

View File

@ -19,7 +19,7 @@
fill: #0000FF;
}
#zones, .ZonesImage {
.zones, .ZonesImage {
position: relative;
width: 50%;
min-width: 500px;
@ -30,8 +30,24 @@
left:0;
position: relative;
}
.ZonesImage svg {
position:absolute;
top: 0;
left: 0;
background: none;
width: 100%;
}
#content {
width: 97%;
position: relative;
}
.Monitor:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}