summaryrefslogtreecommitdiffstats
path: root/web/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/css')
-rw-r--r--web/static/css/base.ccss11
-rw-r--r--web/static/css/kill.ccss41
2 files changed, 39 insertions, 13 deletions
diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss
index eb10d96..1142021 100644
--- a/web/static/css/base.ccss
+++ b/web/static/css/base.ccss
@@ -22,10 +22,13 @@ form:
border: 1px solid #cdd
padding: 5px 10px
-td:
- white-space: nowrap
- overflow: hidden
- text-overflow: ellipsis
+table:
+ border-collapse: collapse
+
+ td:
+ white-space: nowrap
+ overflow: hidden
+ text-overflow: ellipsis
.clear:
clear: both
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss
index a6aa9cf..3e09ba7 100644
--- a/web/static/css/kill.ccss
+++ b/web/static/css/kill.ccss
@@ -44,41 +44,64 @@
table#victim:
float: right
table-layout: fixed
- width: 388px
+ width: 336px
+ background-color: #181818
+
+ td:nth-child(1):
+ width: 65px
+ line-height: 0
+ td:nth-child(2):
+ width: 271px
+ padding-left: 8px
table#attackers:
float: right
table-layout: fixed
- width: 388px
+ width: 336px
+ margin-top: 10px
td:
height: 64px
&:nth-child(1):
- width: 66px
+ width: 33px
white-space: normal
+ line-height: 0
&:nth-child(2):
width: 200px
+ padding-left: 5px
&:nth-child(3):
- width: 32px
+ width: 33px
white-space: normal
- &:nth-child(3):
- width: 50px
+ line-height: 0
+ &:nth-child(4):
+ width: 70px
+ text-align: right
+ padding-right: 8px
+
+ tr:nth-child(even):
+ background-color: #181818
table#items:
table-layout: fixed
- width: 460px
+ width: 500px
+ margin-top: 10px
th:nth-child(1):
- width: 32px
+ width: 33px
th:nth-child(2):
- width: 300px
+ width: 417px
th:nth-child(3):
width: 50px
.slot:
background-color: #222
+ padding: 2px 8px
+
tr:nth-child(odd):
background-color: #181818
+
+ td:nth-child(1):not(.slot):
+ line-height: 0
td:nth-child(3):
text-align: right
font-weight: bold