summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
commit555cb086402521801ef1a3bfa893c3a9aa734715 (patch)
tree93edcf7428124bdd02146ddf3b4f9a894b5ae35d /css
parentb6dc90e3f658a8201424aafec8e304c74d981022 (diff)
parent5758770c5c0733383858463b2b33cadcc03b6f2f (diff)
downloadpathery-555cb086402521801ef1a3bfa893c3a9aa734715.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: db updates.sql
Diffstat (limited to 'css')
-rw-r--r--css/stats.css32
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
{