Skip to content

Commit 0096447

Browse files
committed
remove leaderboard
1 parent 1c34ef8 commit 0096447

29 files changed

+9
-609
lines changed

app/assets/javascripts/ember/models/team.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Coderwall.Team = Ember.Resource.extend(
22
resourceUrl: "/teams"
33
resourceName: "team"
4-
resourceProperties: [ "id", "name", "rank", "score", "size", "avatar", "country", "team_url", "follow_path",
4+
resourceProperties: [ "id", "name", "score", "size", "avatar", "country", "team_url", "follow_path",
55
"followed" ]
66

77
rounded_score: Ember.computed(->

app/assets/stylesheets/application.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ input[type=file].safari5-upload-hack {
15061506
left: 0;
15071507
}
15081508

1509-
@import "leader-board", "dashboard";
1509+
@import "dashboard";
15101510
.queue {
15111511
ol {
15121512
padding-top: 20px;

app/assets/stylesheets/home.scss

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -398,23 +398,6 @@ body#home-template {
398398
}
399399
}
400400

401-
.view-team-leader-board {
402-
display: block;
403-
width: 742px;
404-
height: 93px;
405-
background: image-url("home/view-team-leader-board.png") no-repeat;
406-
@include transition-all;
407-
margin: 0 auto 20px auto;
408-
409-
span {
410-
display: none;
411-
}
412-
413-
&:hover {
414-
opacity: 0.8;
415-
}
416-
}
417-
418401
.big-sign-up {
419402
display: block;
420403
background: #393939;

app/assets/stylesheets/leader-board.scss

Lines changed: 0 additions & 254 deletions
This file was deleted.

app/assets/stylesheets/team.scss

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -266,72 +266,6 @@ body#team {
266266
padding-right: 0;
267267
}
268268

269-
#leaderboard {
270-
float: left;
271-
overflow: auto;
272-
padding: 20px 30px 13px 30px;
273-
//border-right: 1px solid #eee;
274-
275-
li.pending-team-score {
276-
padding-top: 30px;
277-
width: 350px;
278-
font-family: "MuseoSans-700";
279-
font-size: 1.4em;
280-
}
281-
282-
li {
283-
float: left;
284-
background: image-url("team/dot-break.png") no-repeat left 20px;
285-
width: 65px;
286-
//margin-left: 10px;
287-
padding-left: 20px;
288-
//overflow: hidden;
289-
290-
&:first-child {
291-
background: none;
292-
margin: 0;
293-
padding: 0;
294-
}
295-
296-
a {
297-
text-align: center;
298-
display: block;
299-
font-size: 1.4em;
300-
color: #393939;
301-
white-space: nowrap;
302-
overflow: hidden;
303-
text-overflow: ellipsis;
304-
}
305-
306-
img {
307-
display: block;
308-
width: 38px;
309-
height: 38px;
310-
@include border-radius(100px);
311-
margin: 0 auto 10px auto;
312-
//border: solid 2px #eee;
313-
}
314-
315-
span {
316-
font-size: 1.6em;
317-
text-align: center;
318-
display: block;
319-
}
320-
}
321-
322-
.thisteam {
323-
324-
img {
325-
width: 45px;
326-
height: 45px;
327-
}
328-
329-
span {
330-
font-size: 2em;
331-
}
332-
}
333-
}
334-
335269
}
336270

337271
.location {

0 commit comments

Comments
 (0)