Skip to content

Commit

Permalink
Cleaned up population GUI bar
Browse files Browse the repository at this point in the history
- Made the population text a bit indented, (that Oliveriver requested like 6 months ago but for some reason I forgot to do it)

- Extended the population bar out a bit because before the bar always felt cut off at the end
  • Loading branch information
xkevin168 authored and hhyyrylainen committed May 9, 2019
1 parent ddbd0e5 commit 92a74cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/gui/thrive_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,14 @@ video {
#populationText {
position: absolute;
height: 40px;
width: 150px;
width: 160px;
top: 0;
left: 960px;
font-size: 10pt;
line-height: 40px;
background-image: url("../../Textures/gui/bevel/LongTwoNormal.png");
background-repeat: no-repeat;
text-indent: 10px;
}

#populationCount {
Expand All @@ -715,6 +717,7 @@ video {
left: 1040px;
font-size: 10pt;
line-height: 40px;
text-indent: 10px;
}

#oxygenTab {
Expand Down

0 comments on commit 92a74cb

Please sign in to comment.