]> git.example.dev Git - binbsis50.git/commitdiff
changed leaderboard image
authorLuigi Pinca <luigipinca@gmail.com>
Fri, 15 Jun 2012 22:07:07 +0000 (00:07 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Fri, 15 Jun 2012 22:07:07 +0000 (00:07 +0200)
package.json
public/static/css/style.css
public/static/images/sprites.png
views/index.jade
views/room.jade

index 2f3306229b4b7c99774c17995e8e16f3370cb219..104b50b74186e5d26465af86afce3cc421691e65 100644 (file)
@@ -17,5 +17,5 @@
   "engines": {
     "node": "0.6.x"
   },
-  "version": "0.3.1-3"
+  "version": "0.3.1-4"
 }
\ No newline at end of file
index e7a876ff77da8b3c01e7c1f42d3694416b5c6b63..e5af1c9c0a5e25087784a15cb68925a08ea023f3 100644 (file)
@@ -24,7 +24,7 @@ section {
     height: 34px;
     padding-left: 68px;
     line-height: 40px;
-    background: url('/static/images/sprites.png') no-repeat 0px -182px;
+    background: url('/static/images/sprites.png') no-repeat -36px -174px;
     font-size: 25px;
 }
 .page-header .logo {
@@ -32,7 +32,7 @@ section {
     height: 54px;
     padding-left: 109px;
     line-height: 68px;
-    background: url('/static/images/sprites.png') no-repeat 0px -128px;
+    background: url('/static/images/sprites.png') no-repeat 0 -120px;
     font-size: 34px;
     color: #0088CC;
 }
@@ -107,26 +107,20 @@ input {
 }
 .highscores, .profile {
     font-weight: bold;
-}
-.profile {
-    font-size: 24px;
+    font-size: 22px;
     line-height: 32px;
 }
-.highscores {
-    font-size: 20px;
-    line-height: 45px;
-}
-.profile .img {
+.highscores .img, .profile .img, .medals {
     width: 32px;
     height: 32px;
+}
+.profile .img {
     margin-right: 5px;
-    background: url('/static/images/sprites.png') no-repeat 0px -56px;
+    background: url('/static/images/sprites.png') no-repeat 0 -56px;
 }
 .highscores .img {
-    width: 80px;
-    height: 45px;
-    margin-right:5px;
-    background: url('/static/images/sprites.png') no-repeat 0px -216px;
+    margin-right:7px;
+    background: url('/static/images/sprites.png') no-repeat -64px 0;
 }
 .leaderboard-wrapper, .stats {
     border: 1px solid #ccc;
@@ -196,10 +190,6 @@ input {
     width: 16px;
     height: 16px;
 }
-.medals {
-    width: 32px;
-    height: 32px;
-}
 .rank1 {
     background: url('/static/images/sprites.png') no-repeat -32px -16px;
 }
@@ -356,16 +346,16 @@ input {
     height: 16px;
 }
 #volume-button .button .volume-none {
-    background: url('/static/images/sprites.png') no-repeat 0 -112px;
+    background: url('/static/images/sprites.png') no-repeat 0 -88px;
 }
 #volume-button .button .volume-low {
-    background: url('/static/images/sprites.png') no-repeat -16px -112px;
+    background: url('/static/images/sprites.png') no-repeat -16px -88px;
 }
 #volume-button .button .volume-medium {
-    background: url('/static/images/sprites.png') no-repeat -32px -112px;
+    background: url('/static/images/sprites.png') no-repeat 0 -104px;
 }
 #volume-button .button .volume-high {
-    background: url('/static/images/sprites.png') no-repeat -48px -112px;
+    background: url('/static/images/sprites.png') no-repeat -16px -104px;
 }
 #volume-slider {
     display: none;
index bd671bb1abfd18b3d55aa701fea7027053d2e2e6..1c94c731643c2a85e3247b2af2914be6f214d194 100644 (file)
Binary files a/public/static/images/sprites.png and b/public/static/images/sprites.png differ
index 2af281473bfd948ff6e5e429a27112ffb48f2697..b354e2e39350a2d47593e8f56480436dd9de524c 100644 (file)
@@ -17,7 +17,7 @@ html
                         li
                             a(target="_blank", href="/leaderboard")
                                 i.icon-list-alt.icon-white
-                                |  Leaderboard
+                                |  Leaderboards
                         if (typeof(loggedin) !== "undefined")
                             li
                                 p.navbar-text Logged in as 
index c3b6c8685b7a4685f4f04befc03209615e9ed780..561fc75e5bc2598c5064ddde07f7e9755d826599 100644 (file)
@@ -19,7 +19,7 @@ html
                         li
                             a(target="_blank", href="/leaderboard")
                                 i.icon-list-alt.icon-white
-                                |  Leaderboard
+                                |  Leaderboards
                         li.active.dropdown
                             a.dropdown-toggle(data-toggle="dropdown",href="#") #{roomname} 
                                 b.caret