diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:07:21 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:07:21 -0600 |
commit | 555cb086402521801ef1a3bfa893c3a9aa734715 (patch) | |
tree | 93edcf7428124bdd02146ddf3b4f9a894b5ae35d /css | |
parent | b6dc90e3f658a8201424aafec8e304c74d981022 (diff) | |
parent | 5758770c5c0733383858463b2b33cadcc03b6f2f (diff) | |
download | pathery-555cb086402521801ef1a3bfa893c3a9aa734715.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Conflicts:
db updates.sql
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 { |