summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-07-01 18:03:35 +0200
committerYorhel <git@yorhel.nl>2015-07-01 18:03:35 +0200
commitde591a7241c5acd2fb115ec85eeccb55592c51a5 (patch)
tree7739350ecac54b69d855c389b7fb17e91246d1a7
parent820f4391416e2bfcb5a218489fe9d722086701e8 (diff)
CSS: Minor improvement to credit listing on staff pages
Including the fix suggested by wakaranai at https://vndb.org/t6138.263.
-rw-r--r--data/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 3e4576c1..2879a15c 100644
--- a/data/style.css
+++ b/data/style.css
@@ -574,6 +574,8 @@ div.staffbrowse { padding-bottom: 10px }
.staffpage table.stripe { width: 400px; margin: 0 auto; }
.staffpage .key { width: 70px; }
.staffroles td.tc2 { white-space: nowrap; width: 80px }
+.staffroles td.tc3 { white-space: nowrap; width: 100px }
+.staffroles td.tc4 { white-space: nowrap; padding-right: 10px }
table.aliases td { padding: 0 5px; }
table.aliases td.key { padding: 0 5px 0 0; width: auto }