add server management to web client

This commit is contained in:
Luke Pulverenti 2014-11-04 07:41:12 -05:00
parent 6b8d9149bc
commit f7ba95439b
11 changed files with 363 additions and 46 deletions

View file

@ -108,6 +108,13 @@
top: 3px;
}
@media all and (min-width: 600px) {
.ehsContent {
width: 95%;
}
}
@media all and (min-width: 1200px) {
.ehsContent {