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

Unified Diff: static/css/main.css

Issue 29339710: Issue 3919 - Added missing flags (el, it, ja, pl, pt_PT) (Closed)
Patch Set: Created April 13, 2016, 3:28 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 | static/img/sprite-flags.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -174,11 +174,21 @@
background-position: 0px -12px;
}
+#flag-el
+{
+ background-position: -85px -12px;
+}
+
#flag-he
{
background-position: -17px -12px;
}
+#flag-it
+{
+ background-position: -85px -24px;
+}
+
#flag-hu
{
background-position: -34px -12px;
@@ -189,6 +199,11 @@
background-position: -51px -12px;
}
+#flag-ja
+{
+ background-position: -102px 0px;
+}
+
#flag-lt
{
background-position: -68px -12px;
@@ -199,11 +214,21 @@
background-position: 0px -24px;
}
+#flag-pl
+{
+ background-position: -102px -12px;
+}
+
#flag-pt_BR
{
background-position: -17px -24px;
}
+#flag-pt_PT
+{
+ background-position: -102px -24px;
+}
+
#flag-ru
{
background-position: -34px -24px;
« no previous file with comments | « no previous file | static/img/sprite-flags.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld