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

Delta Between Two Patch Sets: anwiki/_override-static/global/global/css/main-mobile.css

Issue 9051084: Changed images to use CSS sprites (Closed)
Left Patch Set: Removed trailing whitespaces Created Dec. 20, 2012, 3:59 p.m.
Right Patch Set: Removed regression fix Created Dec. 21, 2012, 9:47 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 23 matching lines...) Expand all
34 position: absolute; 34 position: absolute;
35 width: 30px; 35 width: 30px;
36 height: 30px; 36 height: 30px;
37 top: 25px; 37 top: 25px;
38 right: 10px; 38 right: 10px;
39 font-size: 30px; 39 font-size: 30px;
40 background-image: url(/_override-static/global/global/img/sprite-main.png); 40 background-image: url(/_override-static/global/global/img/sprite-main.png);
41 background-position: 0px -164px; 41 background-position: 0px -164px;
42 } 42 }
43 43
44 #menu 44 header nav>ul
Felix Dahlke 2012/12/21 09:20:11 See contentclass_menu.tpl.php, we can't use #menu.
45 { 45 {
46 margin-top: 55px; 46 margin-top: 55px;
47 margin-left: -11px; 47 margin-left: -11px;
48 margin-right: -11px; 48 margin-right: -11px;
49 padding: 12px 12px 0px 12px; 49 padding: 12px 12px 0px 12px;
50 border: 1px solid #d9d9d9; 50 border: 1px solid #d9d9d9;
51 border-top: none; 51 border-top: none;
52 border-bottom: none; 52 border-bottom: none;
53 background-color: white; 53 background-color: white;
54 } 54 }
55 55
56 #menu>li.selected, footer nav section h1 56 header nav>ul>li.selected, footer nav section h1
57 { 57 {
58 cursor: pointer; 58 cursor: pointer;
59 } 59 }
60 60
61 #menu>li:not(.selected) 61 header nav>ul>li:not(.selected)
62 { 62 {
63 display: none; 63 display: none;
64 padding: 10px 5px; 64 padding: 10px 5px;
65 } 65 }
66 66
67 #menu.visible>li 67 header nav>ul.visible>li
68 { 68 {
69 display: block; 69 display: block;
70 } 70 }
71 71
72 #menu>li a 72 header nav>ul>li a
73 { 73 {
74 font-size: 24px; 74 font-size: 24px;
75 } 75 }
76 76
77 #search 77 #search
78 { 78 {
79 position: relative; 79 position: relative;
80 } 80 }
81 81
82 #search label, #current-language span 82 #search label, #current-language span
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 163
164 #social ul 164 #social ul
165 { 165 {
166 padding: 0px; 166 padding: 0px;
167 } 167 }
168 168
169 #anwiki-admin, #pageactions 169 #anwiki-admin, #pageactions
170 { 170 {
171 display: none; 171 display: none;
172 } 172 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld