fix spacing

This commit is contained in:
Isaac Connor 2017-06-05 15:36:37 -04:00
parent 08d505360d
commit c71a4fd690
1 changed files with 16 additions and 15 deletions

View File

@ -1,55 +1,56 @@
#header { #header {
width: 99%; width: 99%;
} }
#layout { #layout {
margin-right: 10px; margin-right: 10px;
} }
#content { #content {
width: 99%; width: 99%;
} }
#monitors .monitor { #monitors .monitor {
min-width: 180px; min-width: 180px;
} }
#monitors .alarm { #monitors .alarm {
color: #ff0000; color: #ff0000;
} }
#monitors .alert { #monitors .alert {
color: #ffa500; color: #ffa500;
} }
#monitors .imageFeed { #monitors .imageFeed {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
position: relative;
} }
#monitors .imageFeed img , #monitors .imageFeed img ,
#monitors .imageFeed svg { #monitors .imageFeed svg {
border: 2px solid #ffffff; border: 2px solid #ffffff;
} }
#monitors .imageFeed img.idle { #monitors .imageFeed img.idle {
border: 2px solid #ffffff; border: 2px solid #ffffff;
} }
#monitors .imageFeed img.alarm { #monitors .imageFeed img.alarm {
border: 2px solid #ff0000; border: 2px solid #ff0000;
} }
#monitors .imageFeed img.alert { #monitors .imageFeed img.alert {
border: 2px solid #ffa500; border: 2px solid #ffa500;
} }
#monitors .monitorState { #monitors .monitorState {
margin: 2px auto; margin: 2px auto;
text-align: center; text-align: center;
border: 0; border: 0;
} }
#monitors .alert .monitorState { #monitors .alert .monitorState {
border: 0; border: 0;
} }
.zones polygon { .zones polygon {
fill-opacity: 0.25; fill-opacity: 0.25;