mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
added ability for user to eject and change iso
This commit is contained in:
parent
ba36af7dd5
commit
dd98c600e2
5 changed files with 171 additions and 17 deletions
|
|
@ -65,6 +65,22 @@ table, th, td {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.proxstar-ejectbtn {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
padding: 0px 1px 0px 0px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.proxstar-changebtn {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
padding: 0px 0px 0px 1px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.resource-usage {
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue