From 5c1b4b72ea8552e03acf9dec61fc27dfb2cd2adf Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 16:11:51 -0700 Subject: clean up corporation kill list --- web/static/css/corporation.ccss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/static/css/corporation.ccss (limited to 'web/static/css') diff --git a/web/static/css/corporation.ccss b/web/static/css/corporation.ccss new file mode 100644 index 0000000..8ede2ef --- /dev/null +++ b/web/static/css/corporation.ccss @@ -0,0 +1,24 @@ +table#kills: + table-layout: fixed + width: 900px + + tr:nth-child(odd): + background-color: #1a1a1a + + th, td: + white-space: nowrap + overflow: hidden + text-overflow: ellipsis + + th.time: + width: 90px + th.system: + width: 120px + th.victim_portrait: + width: 64px + th.victim: + width: 250px + th.killer_portrait: + width: 64px + th.killer: + width: 250px -- cgit v1.2.3