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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/features.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override-static/global/global/css/contribute.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/anwiki/_override-static/global/global/css/contribute.css
@@ -0,0 +1,84 @@
+#content .sprite
+{
+ background-image: url(../img/sprite-contribute.png);
+}
+
+.topic-small .task-spread-the-word
+{
+ background-position: 0px -228px;
+}
+
+.topic-small .task-report-or-fix-bugs
+{
+ background-position: -51px -228px;
+}
+
+.topic-small .task-help
+{
+ background-position: -102px -228px;
+}
+
+.topic-small .task-translate
+{
+ background-position: -153px -228px;
+}
+
+.topic-small .task-suggest
+{
+ background-position: -204px -228px;
+}
+
+.topic-small .task-donate
+{
+ background-position: -255px -228px;
+}
+
+.topic-small .task-filters
+{
+ background-position: -306px -228px;
+}
+
+.topic-small .task-acceptable
+{
+ background-position: -357px -228px;
+}
+
+.topic .task-spread-the-word
+{
+ background-position: 0px 0px;
+}
+
+.topic .task-report-or-fix-bugs
+{
+ background-position: -114px 0px;
+}
+
+.topic .task-help
+{
+ background-position: -228px 0px;
+}
+
+.topic .task-translate
+{
+ background-position: -342px 0px;
+}
+
+.topic .task-suggest
+{
+ background-position: 0px -114px;
+}
+
+.topic .task-donate
+{
+ background-position: -114px -114px;
+}
+
+.topic .task-filters
+{
+ background-position: -228px -114px;
+}
+
+.topic .task-acceptable
+{
+ background-position: -342px -114px;
+}
« 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