add server management to web client
This commit is contained in:
parent
6b8d9149bc
commit
f7ba95439b
11 changed files with 363 additions and 46 deletions
|
@ -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;
|
||||
}*/
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue