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

Side by Side Diff: static/css/main-mobile.css

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Removed extra whitespace Created July 29, 2016, 10:52 a.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 | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 margin-top: 55px; 63 margin-top: 55px;
64 margin-left: -11px; 64 margin-left: -11px;
65 margin-right: -11px; 65 margin-right: -11px;
66 padding: 12px 12px 0px 12px; 66 padding: 12px 12px 0px 12px;
67 border: 1px solid #d9d9d9; 67 border: 1px solid #d9d9d9;
68 border-top: none; 68 border-top: none;
69 border-bottom: none; 69 border-bottom: none;
70 background-color: white; 70 background-color: white;
71 } 71 }
72 72
73 header nav>ul>li.selected, footer nav section h1 73 header nav>ul>li.selected, #footer-main nav section h1
74 { 74 {
75 cursor: pointer; 75 cursor: pointer;
76 } 76 }
77 77
78 header nav>ul>li:not(.selected) 78 header nav>ul>li:not(.selected)
79 { 79 {
80 display: none; 80 display: none;
81 padding: 10px 5px; 81 padding: 10px 5px;
82 } 82 }
83 83
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 { 139 {
140 right: 2px; 140 right: 2px;
141 left: auto; 141 left: auto;
142 } 142 }
143 143
144 #content 144 #content
145 { 145 {
146 margin: 20px 10px 50px 10px; 146 margin: 20px 10px 50px 10px;
147 } 147 }
148 148
149 footer 149 #footer-main
150 { 150 {
151 text-align: center; 151 text-align: center;
152 position: static; 152 position: static;
153 } 153 }
154 154
155 footer h1, footer nav li 155 #footer-main h1, #footer-main nav li
156 { 156 {
157 padding: 15px; 157 padding: 15px;
158 margin: 0px; 158 margin: 0px;
159 } 159 }
160 160
161 footer nav li 161 #footer-main nav li
162 { 162 {
163 display: none; 163 display: none;
164 } 164 }
165 165
166 footer nav section h1::after 166 #footer-main nav section h1::after
167 { 167 {
168 content: ""; 168 content: "";
169 display: inline-block; 169 display: inline-block;
170 width: 11px; 170 width: 11px;
171 height: 11px; 171 height: 11px;
172 margin-left: 5px; 172 margin-left: 5px;
173 margin-right: 0; 173 margin-right: 0;
174 background-image: url(../img/sprite-main.png); 174 background-image: url(../img/sprite-main.png);
175 background-position: -31px -166px; 175 background-position: -31px -166px;
176 } 176 }
177 177
178 html[dir="rtl"] footer nav section h1::after 178 html[dir="rtl"] #footer-main nav section h1::after
179 { 179 {
180 margin-right: 5px; 180 margin-right: 5px;
181 margin-left: 0; 181 margin-left: 0;
182 } 182 }
183 183
184 footer nav section.visible h1::after 184 #footer-main nav section.visible h1::after
185 { 185 {
186 background-position: -31px -178px; 186 background-position: -31px -178px;
187 } 187 }
188 188
189 footer nav section.visible li 189 #footer-main nav section.visible li
190 { 190 {
191 display: block; 191 display: block;
192 } 192 }
193 193
194 #social-list 194 #social-list
195 { 195 {
196 padding: 0px; 196 padding: 0px;
197 } 197 }
198 198
199 #anwiki-admin, #pageactions 199 #anwiki-admin, #pageactions
200 { 200 {
201 display: none; 201 display: none;
202 } 202 }
OLDNEW
« no previous file with comments | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld