improved some ui stuff, added basic usage limit checking, and added ability to change vm status

This commit is contained in:
Jordan Rodgers 2017-12-01 18:46:58 -05:00
parent 6d494a59a5
commit 071e841cb3
5 changed files with 148 additions and 40 deletions

View file

@ -16,7 +16,7 @@ table, th, td {
}
.panel-body {
padding: 25px 15px 15px 15px;
padding: 15px;
}
.panel p {
@ -43,4 +43,26 @@ table, th, td {
.dl-horizontal dd {
margin-left: 180px;
text-align: left;
}
.nav-list {
text-align: left;
}
.nav-list .nav-header {
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 18px;
color: #999999;
text-transform: uppercase;
margin-left: -15px;
margin-right: -15px;
}
.proxstar-actionbtn {
width: 100%;
margin-bottom: 5px;
margin-top: 5px;
}