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

Unified Diff: static/css/main-mobile.css

Issue 29322846: Issue 2826 - Hamburger menu not visible on all pages (Closed)
Patch Set: Created July 29, 2015, 1:13 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/js/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main-mobile.css
===================================================================
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -36,9 +36,10 @@
padding-right: 0;
}
-header nav li.selected::after
+#hamburger
{
content: "";
+ cursor: pointer;
display: inline-block;
position: absolute;
width: 30px;
@@ -51,7 +52,7 @@
background-position: 0px -166px;
}
-html[dir="rtl"] header nav li.selected::after
+html[dir="rtl"] #hamburger
{
left: 10px;
right: auto;
« no previous file with comments | « no previous file | static/js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld