mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
improved some ui stuff, added basic usage limit checking, and added ability to change vm status
This commit is contained in:
parent
6d494a59a5
commit
071e841cb3
5 changed files with 148 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue