diff options
Diffstat (limited to 'web/static/css')
-rw-r--r-- | web/static/css/corporation.ccss | 5 | ||||
-rw-r--r-- | web/static/css/kill.ccss | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/web/static/css/corporation.ccss b/web/static/css/corporation.ccss index c077808..575a040 100644 --- a/web/static/css/corporation.ccss +++ b/web/static/css/corporation.ccss @@ -17,3 +17,8 @@ table#kills: width: 64px th.killer: width: 250px + th.value: + width: 62px + + td:nth-child(7): + text-align: right diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 6a97f32..1cfc2ff 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -117,9 +117,11 @@ table#items: th:nth-child(1): width: 33px th:nth-child(2): - width: 417px + width: 300px th:nth-child(3): width: 50px + th:nth-child(4): + width: 117px .slot: background-color: #222 @@ -134,6 +136,9 @@ table#items: text-align: right font-weight: bold padding-right: 8px + td:nth-child(4): + text-align: right + padding-right: 8px .dropped: background-color: #041 .destroyed: |