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

Side by Side Diff: skin/popup.css

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Created Oct. 19, 2017, 12:28 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 | « skin/issue-reporter.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 #clickhide-instructions 252 #clickhide-instructions
253 { 253 {
254 margin: 10px 15px; 254 margin: 10px 15px;
255 } 255 }
256 256
257 #stats-container .icon 257 #stats-container .icon
258 { 258 {
259 background-position: -50px -49px; 259 background-position: -50px -49px;
260 } 260 }
261 261
262 #issueReporter .icon
263 {
264 visibility: hidden;
265 }
266
262 267
263 #stats strong 268 #stats strong
264 { 269 {
265 font-size: 15px; 270 font-size: 15px;
266 line-height: 140%; 271 line-height: 140%;
267 } 272 }
268 273
269 #share 274 #share
270 { 275 {
271 margin-top: 5px; 276 margin-top: 5px;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 373
369 .checkbox[aria-checked="false"]:hover 374 .checkbox[aria-checked="false"]:hover
370 { 375 {
371 background-position: -34px -49px; 376 background-position: -34px -49px;
372 } 377 }
373 378
374 label 379 label
375 { 380 {
376 vertical-align: middle; 381 vertical-align: middle;
377 } 382 }
OLDNEW
« no previous file with comments | « skin/issue-reporter.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld