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

Unified Diff: static/scss/layout/_header.scss

Issue 29563558: Issue 5823 - Change header content based on page on help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rebase and place help center url first in search sites Created Oct. 10, 2017, 6:44 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
« settings.ini ('K') | « settings.ini ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/layout/_header.scss
===================================================================
--- a/static/scss/layout/_header.scss
+++ b/static/scss/layout/_header.scss
@@ -59,8 +59,23 @@
{
float: left;
}
.no-js .toggle-navbar-collapse
{
display: none;
}
+
+// Minimal header for non-product pages
+
+@media (min-width: $tablet-breakpoint)
+{
+ .site-header-minimal .navbar-collapse
+ {
+ text-align: right;
+ }
+
+ [dir="rtl"] .site-header-minimal .navbar-collapse
+ {
+ text-align: left;
+ }
+}
« settings.ini ('K') | « settings.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld