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

Side by Side Diff: popup.html

Issue 5183241912844288: Issue 380 - Fixed width of bubble in Safari with long translated texts (Closed)
Patch Set: Created April 26, 2014, 1:34 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </li> 58 </li>
59 <li id="clickhide-cancel" class="menu-item" role="button"> 59 <li id="clickhide-cancel" class="menu-item" role="button">
60 <div class="icon"></div> 60 <div class="icon"></div>
61 <span class="i18n_cancel"></span> 61 <span class="i18n_cancel"></span>
62 </li> 62 </li>
63 63
64 <li id="stats-container"> 64 <li id="stats-container">
65 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button"> 65 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button">
66 <div class="icon"></div> 66 <div class="icon"></div>
67 <span class="i18n_stats_title"></span> 67 <span class="i18n_stats_title"></span>
68 <div class="collapse-icon-placeholder safari-only"></div>
Sebastian Noack 2014/04/26 13:39:37 Safari ignores the padding of surrounding containe
68 <div class="collapse-icon"></div> 69 <div class="collapse-icon"></div>
69 </div> 70 </div>
70 <ul id="stats" class="collapsable"> 71 <ul id="stats" class="collapsable">
71 <li> 72 <li>
72 <div> 73 <div>
73 <div id="stats-page"></div> 74 <div id="stats-page"></div>
74 <div id="stats-total"></div> 75 <div id="stats-total"></div>
75 </div> 76 </div>
76 77
77 <div id="share"> 78 <div id="share">
(...skipping 14 matching lines...) Expand all
92 </ul> 93 </ul>
93 </div> 94 </div>
94 95
95 <footer id="options" role="button"> 96 <footer id="options" role="button">
96 <div class="icon"></div> 97 <div class="icon"></div>
97 <span class="i18n_options_short"></span> 98 <span class="i18n_options_short"></span>
98 </footer> 99 </footer>
99 100
100 </body> 101 </body>
101 </html> 102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld