Centered background on pAI GUIs

This commit is contained in:
Brian Cook
2014-04-27 05:22:36 -07:00
parent 2ea7ff44a3
commit 381a61d6be
2 changed files with 6 additions and 3 deletions

View File

@@ -35,8 +35,9 @@
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:no-repeat;
background-repeat:x-repeat;
background-color:#272727;
background-position:center top;
}
table {
font-size:13px;

View File

@@ -116,8 +116,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:no-repeat;
background-repeat:x-repeat;
background-color:#272727;
background-position:center top;
}
table {
border-collapse:collapse;
@@ -245,8 +246,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:no-repeat;
background-repeat:x-repeat;
background-color:#272727;
background-position:center top;
}
table {
font-size:13px;