From: Luigi Pinca Date: Fri, 15 Jun 2012 22:07:07 +0000 (+0200) Subject: changed leaderboard image X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=c0618993a7657872cb16b845ff0ceb76eb390c71;p=binbsis50.git changed leaderboard image --- diff --git a/package.json b/package.json index 2f33062..104b50b 100644 --- a/package.json +++ b/package.json @@ -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 diff --git a/public/static/css/style.css b/public/static/css/style.css index e7a876f..e5af1c9 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -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; diff --git a/public/static/images/sprites.png b/public/static/images/sprites.png index bd671bb..1c94c73 100644 Binary files a/public/static/images/sprites.png and b/public/static/images/sprites.png differ diff --git a/views/index.jade b/views/index.jade index 2af2814..b354e2e 100644 --- a/views/index.jade +++ b/views/index.jade @@ -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 diff --git a/views/room.jade b/views/room.jade index c3b6c86..561fc75 100644 --- a/views/room.jade +++ b/views/room.jade @@ -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