mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
moved limits to main page, remove restriction for rtp creation, allow rtp to create vm for another user
This commit is contained in:
parent
2b69443930
commit
125fd58b27
8 changed files with 51 additions and 113 deletions
|
|
@ -95,8 +95,7 @@ table, th, td {
|
|||
padding-bottom: 0px;
|
||||
width: 70px;
|
||||
height: 25px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.resource-usage {
|
||||
|
|
@ -115,27 +114,26 @@ table, th, td {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.profile {
|
||||
float: left;
|
||||
width: 35%;
|
||||
height: 60px;
|
||||
.user-img {
|
||||
border-radius: 50%;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
.user-title {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-top: 2px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
float: right;
|
||||
width: 85%;
|
||||
width: 80%;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.resource-bar {
|
||||
width: 60%;
|
||||
width: 100%;
|
||||
float: right;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue