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

Delta Between Two Patch Sets: options.html

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Left Patch Set: Created Sept. 24, 2012, 7:52 p.m.
Right Patch Set: Created Sept. 25, 2012, 2:18 p.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
« no previous file with change/comment | « lib/adblockplus_compat.js ('k') | options.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" />
5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script>
6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script>
7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script>
8 <script type="text/javascript" src="options.js" charset="utf-8"></script> 8 <script type="text/javascript" src="options.js" charset="utf-8"></script>
9 <title>Adblock Plus Options</title> 9 <title>Adblock Plus Options</title>
10 <style type="text/css" media="screen"> 10 <style type="text/css" media="screen">
(...skipping 24 matching lines...) Expand all
35 #subscriptionTemplate, 35 #subscriptionTemplate,
36 #addSubscriptionContainer, 36 #addSubscriptionContainer,
37 #customSubscriptionContainer 37 #customSubscriptionContainer
38 { 38 {
39 display: none; 39 display: none;
40 } 40 }
41 41
42 #acceptableAdsContainer 42 #acceptableAdsContainer
43 { 43 {
44 margin-top: 10px; 44 margin-top: 10px;
45 } 45 }
Felix Dahlke 2012/09/25 12:51:55 How about a newline here? I know, picky :)
46
46 #acceptableAdsLink, 47 #acceptableAdsLink,
47 #acceptableAdsDocs 48 #acceptableAdsDocs
48 { 49 {
49 margin-left: 10px; 50 margin-left: 10px;
50 margin-right: 10px; 51 margin-right: 10px;
51 } 52 }
52 53
53 .subscription 54 .subscription
54 { 55 {
55 margin: 3px 0px; 56 margin: 3px 0px;
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span> 264 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span>
264 </div> 265 </div>
265 </p> 266 </p>
266 267
267 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p> 268 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p>
268 </div> 269 </div>
269 </div> 270 </div>
270 271
271 </body> 272 </body>
272 </html> 273 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld