mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
20 lines
210 B
CSS
20 lines
210 B
CSS
#status_list {
|
|
position: absolute;
|
|
left : 23;
|
|
bottom : 21%;
|
|
width : 14.5%;
|
|
opacity: 0.0;
|
|
}
|
|
|
|
.status {
|
|
padding: 1px;
|
|
margin: 0.3em;
|
|
}
|
|
|
|
.status_inner {
|
|
padding: 1px;
|
|
}
|
|
|
|
.status_val {
|
|
height : 0.5em;
|
|
} |