mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
- Updated to new UI - Put professions into columns to reduce the length of the window Supply Ordering Console - Updated to new UI - Added "Main Menu" button to the top of all lists Security Records Console - Fixed colors (eyes should bleed less now) Voting Panel - Updated to new UI Newscaster Unit - Updated to new UI DNA Modifier Console - Overhauled UI to make it (slightly) more accessible Airlock Control Console - Fixed UI not updating automatically - Updated to new UI - Overhauled UI
19 lines
270 B
CSS
19 lines
270 B
CSS
.dnaBlockNumber
|
|
{
|
|
font-family: Fixed, monospace;
|
|
float: left;
|
|
color: #ffffff;
|
|
background: #363636;
|
|
width: 20px;
|
|
padding: -3px 0 -1px 0;
|
|
margin: 2px 2px 0 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dnaBlock
|
|
{
|
|
font-family: Fixed, monospace;
|
|
float: left;
|
|
}
|
|
|