Tweak alliance selection overlay colors and position.

This commit is contained in:
Patrick Fairbank
2018-09-23 12:04:29 -07:00
parent 5a1015a05c
commit 36c7c56212

View File

@@ -430,6 +430,7 @@ html {
#allianceSelectionCentering {
position: absolute;
height: 100%;
top: 3em;
right: 3em;
}
#allianceSelection {
@@ -448,7 +449,7 @@ html {
margin: 0.3em;
}
#allianceSelectionTable tr:nth-child(even) {
background-color: #eee;
background-color: #ccc;
}
.alliance-cell {
padding: 0px 40px;