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

Side by Side 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.
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 | static/img/sprite-flags.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 #flag-sk 167 #flag-sk
168 { 168 {
169 background-position: -85px 0px; 169 background-position: -85px 0px;
170 } 170 }
171 171
172 #flag-fr 172 #flag-fr
173 { 173 {
174 background-position: 0px -12px; 174 background-position: 0px -12px;
175 } 175 }
176 176
177 #flag-el
178 {
179 background-position: -85px -12px;
180 }
181
177 #flag-he 182 #flag-he
178 { 183 {
179 background-position: -17px -12px; 184 background-position: -17px -12px;
180 } 185 }
181 186
187 #flag-it
188 {
189 background-position: -85px -24px;
190 }
191
182 #flag-hu 192 #flag-hu
183 { 193 {
184 background-position: -34px -12px; 194 background-position: -34px -12px;
185 } 195 }
186 196
187 #flag-ko 197 #flag-ko
188 { 198 {
189 background-position: -51px -12px; 199 background-position: -51px -12px;
190 } 200 }
191 201
202 #flag-ja
203 {
204 background-position: -102px 0px;
205 }
206
192 #flag-lt 207 #flag-lt
193 { 208 {
194 background-position: -68px -12px; 209 background-position: -68px -12px;
195 } 210 }
196 211
197 #flag-nl 212 #flag-nl
198 { 213 {
199 background-position: 0px -24px; 214 background-position: 0px -24px;
200 } 215 }
201 216
217 #flag-pl
218 {
219 background-position: -102px -12px;
220 }
221
202 #flag-pt_BR 222 #flag-pt_BR
203 { 223 {
204 background-position: -17px -24px; 224 background-position: -17px -24px;
205 } 225 }
206 226
227 #flag-pt_PT
228 {
229 background-position: -102px -24px;
230 }
231
207 #flag-ru 232 #flag-ru
208 { 233 {
209 background-position: -34px -24px; 234 background-position: -34px -24px;
210 } 235 }
211 236
212 #flag-zh_CN 237 #flag-zh_CN
213 { 238 {
214 background-position: -51px -24px; 239 background-position: -51px -24px;
215 } 240 }
216 241
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 433
409 div.animation[started="false"] 434 div.animation[started="false"]
410 { 435 {
411 cursor: pointer; 436 cursor: pointer;
412 } 437 }
413 438
414 div.animation[started="true"] 439 div.animation[started="true"]
415 { 440 {
416 -moz-user-select: none; 441 -moz-user-select: none;
417 } 442 }
OLDNEW
« 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