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
23 lines
173 B
CSS
23 lines
173 B
CSS
.jobs
|
|
{
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.jobsColumn
|
|
{
|
|
float: left;
|
|
width: 200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.commandPosition
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.otherPosition
|
|
{
|
|
|
|
}
|