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

Side by Side 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.
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/js/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 header 1 header
2 { 2 {
3 width: auto; 3 width: auto;
4 min-height: 60px; 4 min-height: 60px;
5 padding: 10px; 5 padding: 10px;
6 } 6 }
7 7
8 header li a 8 header li a
9 { 9 {
10 display: block; 10 display: block;
(...skipping 18 matching lines...) Expand all
29 } 29 }
30 30
31 html[dir="rtl"] header nav li.selected 31 html[dir="rtl"] header nav li.selected
32 { 32 {
33 left: 10px; 33 left: 10px;
34 right: 85px; 34 right: 85px;
35 padding-left: 40px; 35 padding-left: 40px;
36 padding-right: 0; 36 padding-right: 0;
37 } 37 }
38 38
39 header nav li.selected::after 39 #hamburger
40 { 40 {
41 content: ""; 41 content: "";
42 cursor: pointer;
42 display: inline-block; 43 display: inline-block;
43 position: absolute; 44 position: absolute;
44 width: 30px; 45 width: 30px;
45 height: 30px; 46 height: 30px;
46 top: 25px; 47 top: 25px;
47 right: 10px; 48 right: 10px;
48 left: auto; 49 left: auto;
49 font-size: 30px; 50 font-size: 30px;
50 background-image: url(../img/sprite-main.png); 51 background-image: url(../img/sprite-main.png);
51 background-position: 0px -166px; 52 background-position: 0px -166px;
52 } 53 }
53 54
54 html[dir="rtl"] header nav li.selected::after 55 html[dir="rtl"] #hamburger
55 { 56 {
56 left: 10px; 57 left: 10px;
57 right: auto; 58 right: auto;
58 } 59 }
59 60
60 header nav>ul 61 header nav>ul
61 { 62 {
62 margin-top: 55px; 63 margin-top: 55px;
63 margin-left: -11px; 64 margin-left: -11px;
64 margin-right: -11px; 65 margin-right: -11px;
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 193
193 #social-list 194 #social-list
194 { 195 {
195 padding: 0px; 196 padding: 0px;
196 } 197 }
197 198
198 #anwiki-admin, #pageactions 199 #anwiki-admin, #pageactions
199 { 200 {
200 display: none; 201 display: none;
201 } 202 }
OLDNEW
« 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