mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
17 lines
327 B
CSS
17 lines
327 B
CSS
#diskUsedList .title {
|
|
letter-spacing: 2px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
font-size: 7pt;
|
|
padding-bottom: 5px;
|
|
}
|
|
#diskUsedList .value {
|
|
letter-spacing:2px;
|
|
font-weight:100;
|
|
}
|
|
#diskUsedList .log-item {
|
|
line-height: 1
|
|
}
|
|
#diskUsedList .log-item .progress {
|
|
margin: 2px 0 0 0;
|
|
}
|