diff options
Diffstat (limited to 'web/static/css')
-rw-r--r-- | web/static/css/home.ccss | 2 | ||||
-rw-r--r-- | web/static/css/kill.ccss | 3 | ||||
-rw-r--r-- | web/static/css/kill_list.ccss | 8 | ||||
-rw-r--r-- | web/static/css/search.ccss | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/web/static/css/home.ccss b/web/static/css/home.ccss index b4e327d..b334584 100644 --- a/web/static/css/home.ccss +++ b/web/static/css/home.ccss @@ -4,7 +4,7 @@ #expensive: margin: 0 auto - td:nth-child(3): + td:nth-child(4): text-align: right padding-right: 3px diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 1cfc2ff..9b29093 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -87,7 +87,7 @@ table#attackers: width: 70px td: - height: 64px + height: 66px &:nth-child(1): white-space: normal line-height: 0 @@ -132,6 +132,7 @@ table#items: td:nth-child(1):not(.slot): line-height: 0 + height: 34px td:nth-child(3): text-align: right font-weight: bold diff --git a/web/static/css/kill_list.ccss b/web/static/css/kill_list.ccss index 3985a58..ad90882 100644 --- a/web/static/css/kill_list.ccss +++ b/web/static/css/kill_list.ccss @@ -10,13 +10,13 @@ table#kills: th.system: width: 120px th.victim_portrait: - width: 64px + width: 66px th.victim: - width: 250px + width: 248px th.killer_portrait: - width: 64px + width: 66px th.killer: - width: 250px + width: 248px th.value: width: 62px diff --git a/web/static/css/search.ccss b/web/static/css/search.ccss index 9f6aa70..052dd2d 100644 --- a/web/static/css/search.ccss +++ b/web/static/css/search.ccss @@ -1,5 +1,5 @@ #wrapper: - padding: 20px + padding: 2px 20px 20px h2: - margin-top: 0 + margin: 1em 0 0.4em |