diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-24 00:54:18 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-24 00:54:18 -0800 |
commit | 9bda216fa760fe3124f8d36fc919a8e9992c6d53 (patch) | |
tree | c1a2cc72024e6abc27adbc1da8fc13070c0e9507 /css | |
parent | daa1e4eeaaa1df43fd95bdb5aed59c602d2c14b7 (diff) | |
download | pathery-9bda216fa760fe3124f8d36fc919a8e9992c6d53.tar.xz |
Updates to the new Memberlist
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css index 122e300..d41ff7d 100644 --- a/css/stats.css +++ b/css/stats.css @@ -112,6 +112,7 @@ td, th { width:850px; } + .scoreRight{ float:right; margin: 5px; @@ -144,6 +145,24 @@ td, th { text-overflow: ellipsis; white-space:nowrap; } +.memberName { + float:left; + padding: 5px 0px 3px 3px; + width:130px; + overflow:hidden; + text-overflow: ellipsis; + white-space:nowrap; +} +#membersPerPage { + margin:25px; +} + +.membersList .display { + width:175px; + overflow:hidden; + text-align:left; + padding-left:42px; +} .myPoints { |