From fbb64e5d89a0f3369d6809f374c5791853647284 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 03:44:52 -0700 Subject: kill/item costs --- web/static/css/corporation.ccss | 5 +++++ web/static/css/kill.ccss | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'web/static/css') 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: -- cgit v1.2.3