diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css index 28d6842..d41ff7d 100644 --- a/css/stats.css +++ b/css/stats.css @@ -108,6 +108,20 @@ td, th { position:relative; } +.membersList { + width:850px; +} + + +.scoreRight{ + float:right; + margin: 5px; +} +.scoreLeft{ + float:left; + margin: 5px; +} + .scoreMedal { text-align:left; @@ -131,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 { |