diff options
author | raylu <raylu@gridium.com> | 2013-10-21 23:04:33 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-21 23:04:33 -0700 |
commit | 48d146a1cb0aa0cd90cbcc0236a84754615fe7d6 (patch) | |
tree | b4450d665971d9cef1375db4db7dee667bec20aa /web/static/css/kill.ccss | |
parent | 413de1312131aac85dcb086c73f4c4a326b66398 (diff) | |
download | ykill-48d146a1cb0aa0cd90cbcc0236a84754615fe7d6.tar.xz |
touch up styles on right side of kill
victim, attackers
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 41 |
1 files changed, 32 insertions, 9 deletions
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 |