mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
26 lines
235 B
CSS
26 lines
235 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;
|
|
}
|
|
|