make usage limit table nicer, change some disk-related text

This commit is contained in:
Jordan Rodgers 2017-12-11 19:23:58 -05:00
parent 2b155903fd
commit e6fd8b1c0c
4 changed files with 21 additions and 7 deletions

View file

@ -90,7 +90,21 @@ table, th, td {
line-height: 1;
}
.proxstar-limitbtn {
padding-top: 0px;
padding-bottom: 0px;
width: 70px;
height: 25px;
margin-top: 3px;
margin-bottom: 3px;
}
.resource-usage {
width: 50%;
margin: 0 auto;
margin: 0px auto;
}
.usage-limit {
width: 80%;
margin: 0px auto;
}