Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/contribute.css

Issue 9269015: CSS and sprites for the new contribute page (Closed)
Patch Set: Created Jan. 28, 2013, 5:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/features.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #content .sprite
2 {
3 background-image: url(../img/sprite-contribute.png);
4 }
5
6 .topic-small .task-spread-the-word
7 {
8 background-position: 0px -228px;
9 }
10
11 .topic-small .task-report-or-fix-bugs
12 {
13 background-position: -51px -228px;
14 }
15
16 .topic-small .task-help
17 {
18 background-position: -102px -228px;
19 }
20
21 .topic-small .task-translate
22 {
23 background-position: -153px -228px;
24 }
25
26 .topic-small .task-suggest
27 {
28 background-position: -204px -228px;
29 }
30
31 .topic-small .task-donate
32 {
33 background-position: -255px -228px;
34 }
35
36 .topic-small .task-filters
37 {
38 background-position: -306px -228px;
39 }
40
41 .topic-small .task-acceptable
42 {
43 background-position: -357px -228px;
44 }
45
46 .topic .task-spread-the-word
47 {
48 background-position: 0px 0px;
49 }
50
51 .topic .task-report-or-fix-bugs
52 {
53 background-position: -114px 0px;
54 }
55
56 .topic .task-help
57 {
58 background-position: -228px 0px;
59 }
60
61 .topic .task-translate
62 {
63 background-position: -342px 0px;
64 }
65
66 .topic .task-suggest
67 {
68 background-position: 0px -114px;
69 }
70
71 .topic .task-donate
72 {
73 background-position: -114px -114px;
74 }
75
76 .topic .task-filters
77 {
78 background-position: -228px -114px;
79 }
80
81 .topic .task-acceptable
82 {
83 background-position: -342px -114px;
84 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/features.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld