SAAS-1022: Re-implement disk quota status on side nav bar
Layout tweak
This commit is contained in:
parent
38d9963a8d
commit
6f0b7f6d32
2 changed files with 12 additions and 10 deletions
|
@ -3656,20 +3656,20 @@ hr {
|
|||
|
||||
#disk_usage {
|
||||
border-radius: 1px;
|
||||
position: fixed;
|
||||
width: 120px;
|
||||
/*position: fixed;
|
||||
bottom: 5px;
|
||||
left: 10px;*/
|
||||
width: 118px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
bottom: 5px;
|
||||
left: 10px;
|
||||
padding: 3px 5px;
|
||||
padding: 5px 5px;
|
||||
background-color: #242424;
|
||||
border: 1px solid #5b5b5b;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.disk_usage_progress_bar {
|
||||
width:120px;
|
||||
width:118px;
|
||||
height:13px;
|
||||
background:#444444;
|
||||
background: -moz-linear-gradient(top, #464646 0, #3e3e3e 100%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue