mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
21 lines
243 B
CSS
21 lines
243 B
CSS
.getblockstring {
|
|
font-family: Fixed, monospace;
|
|
}
|
|
|
|
.blockString {
|
|
width: 55px;
|
|
height: 19px;
|
|
padding: 0 8px 8px 0;
|
|
float: left;
|
|
}
|
|
|
|
.statusLabel {
|
|
width: 128px;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.statusValue {
|
|
float: left;
|
|
}
|