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

Side by Side Diff: skin/mobile-options.css

Issue 29545595: Noissue - Fixed regression: Logo image broken in mobile options page (Closed)
Patch Set: Created Sept. 15, 2017, 10:17 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 | « no previous file | 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 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-present eyeo GmbH 3 * Copyright (C) 2006-present eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 line-height: 20px; 71 line-height: 20px;
72 color: #000; 72 color: #000;
73 } 73 }
74 74
75 h1::before 75 h1::before
76 { 76 {
77 position: absolute; 77 position: absolute;
78 left: -25px; 78 left: -25px;
79 width: 20px; 79 width: 20px;
80 height: 20px; 80 height: 20px;
81 background: url(mobile/abp-logo.svg) 0/20px; 81 background: url(abp-logo.svg) 0/20px;
saroyanm 2017/09/15 11:00:37 Detail: We can use initial values for background-p
82 content: ""; 82 content: "";
83 } 83 }
84 84
85 html[dir="rtl"] h1::before 85 html[dir="rtl"] h1::before
86 { 86 {
87 left: auto; 87 left: auto;
88 right: -25px; 88 right: -25px;
89 } 89 }
90 90
91 h2 91 h2
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 { 364 {
365 background-color: #BBBBBB; 365 background-color: #BBBBBB;
366 mask: url(mobile/checkmark.svg) center/cover no-repeat; 366 mask: url(mobile/checkmark.svg) center/cover no-repeat;
367 } 367 }
368 368
369 #dialog-recommended > button 369 #dialog-recommended > button
370 { 370 {
371 border-width: 1px 0 0 0; 371 border-width: 1px 0 0 0;
372 text-align: center; 372 text-align: center;
373 } 373 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld