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

Unified Diff: static/css/main.css

Issue 29551734: Issue 5634 - Removed locale flags from abp.org header (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 21, 2017, 11:02 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 | templates/default.tmpl » ('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
@@ -118,31 +118,19 @@
appearance: none;
}
.language-entry a
{
display: block;
}
-#language .flag
+.locale-code
{
- width: 16px;
- height: 11px;
- max-height: 11px;
- margin-right: 5px;
- margin-left: 0px;
- background-image: url(../img/sprite-flags.png);
- vertical-align: middle;
-}
-
-html[dir="rtl"] #language .flag
-{
- margin-left: 5px;
- margin-right: 0px;
+ text-transform: uppercase;
}
#flag-ar
{
background-position: 0px 0px;
}
#flag-bg
« no previous file with comments | « no previous file | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld