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

Delta Between Two Patch Sets: options.html

Issue 29322581: Issue 2356 - Implemented tooltip functionality (Closed)
Left Patch Set: Created July 28, 2015, 2:10 p.m.
Right Patch Set: Created July 29, 2015, 10:01 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2015 Eyeo GmbH 4 - Copyright (C) 2006-2015 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 </div> 66 </div>
67 </div> 67 </div>
68 <div id="tab-content"> 68 <div id="tab-content">
69 <div id="content-wrapper"> 69 <div id="content-wrapper">
70 <div id="dialog-background"></div> 70 <div id="dialog-background"></div>
71 71
72 <!-- General tab content --> 72 <!-- General tab content -->
73 <div id="content-general"> 73 <div id="content-general">
74 <div> 74 <div>
75 <h1 class="i18n_options_blocking_title"></h1> 75 <h1 class="i18n_options_blocking_title"></h1>
76 <div class="row-bisect"> 76 <div class="hbox">
77 <div id="blocking-languages"> 77 <div id="blocking-languages">
78 <div class="option-name"> 78 <div class="option-name">
79 <span class="i18n_options_language_title"></span> 79 <span class="i18n_options_language_title"></span>
80 <div class="tooltip"> 80 <div class="tooltip">
81 <span class="i18n_options_readMore"></span> 81 <span class="i18n_options_readMore"></span>
82 <div role="tooltip"> 82 <div role="tooltip">
83 <img src="skin/tooltips/block.png" alt="" /> 83 <img src="skin/tooltips/block.png" alt="" />
84 <p class="i18n_options_language_title_tooltip"></p> 84 <p class="i18n_options_language_title_tooltip"></p>
85 <div class="notes"> 85 <div class="notes">
86 <p class="i18n_options_language_title_tooltip_notes_1">< /p> 86 <p class="i18n_options_language_title_tooltip_notes_1">< /p>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 <button data-action="open-dialog" data-dialog="custom"> 132 <button data-action="open-dialog" data-dialog="custom">
133 <span class="icon icon-add"></span> 133 <span class="icon icon-add"></span>
134 <span class="i18n_options_furtherBlocking_add"><span> 134 <span class="i18n_options_furtherBlocking_add"><span>
135 </button> 135 </button>
136 </div> 136 </div>
137 </div> 137 </div>
138 </div> 138 </div>
139 </div> 139 </div>
140 <div> 140 <div>
141 <h1 class="i18n_options_exceptions_title"></h1> 141 <h1 class="i18n_options_exceptions_title"></h1>
142 <div class="row-bisect"> 142 <div class="hbox">
143 <div id="acceptable-ads"> 143 <div id="acceptable-ads">
144 <div class="option-name"> 144 <div class="option-name">
145 <strong class="i18n_options_acceptableAds_title"></strong> 145 <strong class="i18n_options_acceptableAds_title"></strong>
146 <div class="tooltip"> 146 <div class="tooltip">
147 <span class="i18n_options_readMore"></span> 147 <span class="i18n_options_readMore"></span>
148 <div role="tooltip"> 148 <div role="tooltip">
149 <img src="skin/tooltips/acceptable-ads.png" alt="" /> 149 <img src="skin/tooltips/acceptable-ads.png" alt="" />
150 <p class="i18n_options_acceptableAds_title_tooltip_1"></p> 150 <p class="i18n_options_acceptableAds_title_tooltip_1"></p>
151 <p class="i18n_options_acceptableAds_title_tooltip_2"></p> 151 <p class="i18n_options_acceptableAds_title_tooltip_2"></p>
152 <p class="i18n_options_acceptableAds_title_tooltip_3"></p> 152 <p class="i18n_options_acceptableAds_title_tooltip_3"></p>
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 <div class="button-wrapper" data-action="add-predefined-subscription "> 357 <div class="button-wrapper" data-action="add-predefined-subscription ">
358 <span class="icon icon-arrow"></span> 358 <span class="icon icon-arrow"></span>
359 <span class="i18n_options_dialog_predefined_confirm"></span> 359 <span class="i18n_options_dialog_predefined_confirm"></span>
360 </div> 360 </div>
361 </div> 361 </div>
362 </div> 362 </div>
363 </div> 363 </div>
364 </div> 364 </div>
365 </body> 365 </body>
366 </html> 366 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld