summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormorkt <>2014-12-29 18:42:27 +0100
committerYorhel <git@yorhel.nl>2014-12-29 18:42:27 +0100
commit03585d77637a7052d0af2cdb1e4be66358412b6a (patch)
treed4057491405cc9d196a944d44903f52dbd301f8f /data
parentd41b850504476132a663e6f49f80c3ff35b81739 (diff)
staff: Some bug fixes and styling improvements
Diffstat (limited to 'data')
-rw-r--r--data/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 7f717817..4ddaea48 100644
--- a/data/style.css
+++ b/data/style.css
@@ -574,9 +574,11 @@ div.staffbrowse { padding-bottom: 10px }
.staffinfo { position: relative; float: left; margin-right: 3%; margin-bottom: 20px; }
.staffinfo acronym { vertical-align: bottom; }
.staffdesc h2, .staffroles h2 { margin: 0; padding: 5px 0; }
-.staffdesc { display: table; margin-bottom: 10px; padding: 0 5px; }
-.staffroles { padding: 0 5px; }
+.staffdesc { display: table; margin-bottom: 10px; }
+.staffdesc p { padding: 0 5px; }
.staffroles td { white-space: nowrap; padding-left: 20px; padding-right: 20px; }
+.staffroles td.tc1 { min-width: 100px; }
+.staffroles td.tc2 { min-width: 100px; }
/***** Staff display *****/