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

Unified Diff: static/css/main.css

Issue 29589609: Issue 5636 - Changed navbar contents (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Rebased, Changed documentation link, added globe icon, removed locale code Created Nov. 27, 2017, 5:30 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 | « locales/en/menu.json ('k') | static/img/globe.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
@@ -310,16 +310,31 @@
display: block;
color: #fff;
text-decoration: none;
}
/* #navbar #navbar-menu #navbar-locale-menu
******************************************************************************/
+#locale-icon
+{
+ display: inline-block;
+ height: 1em;
+ width: 1em;
+ vertical-align: text-top;
+ margin-right: 0.1em;
+}
+
+[dir="rtl"] #locale-icon
+{
+ margin-right: 0;
+ margin-left: 0.1em;
+}
+
/* caret */
#navbar-locale-selected:after
{
display: inline-block;
width: 0;
height: 0;
margin: 0em 0em 0em 0.255em;
vertical-align: .255em;
« no previous file with comments | « locales/en/menu.json ('k') | static/img/globe.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld