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

@ -89,6 +89,11 @@
background: #fff;
}
.visualCardBox-b {
border-radius: 3px;
background: #111;
}
.cardScalable {
position: relative;
}
@ -125,7 +130,7 @@
right: 0;
}
/*.cardContent:hover {
/*.cardContent:hover {
-moz-box-shadow: 0 0 0 5px #38c;
-webkit-box-shadow: 0 0 0 5px #38c;
box-shadow: 0 0 0 5px #38c;
@ -723,4 +728,4 @@
.touch .mobileItemsContainer .homePageSquareCard {
max-width: 200px;
}*/
}*/