Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Side by Side Diff: chrome/browser/resources/options/handler_options.html

Issue 7524020: Make the headers for protocol handler settings the same size as other headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/handler_options.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 <div id="handler-options" class="page" hidden> 1 <div id="handler-options" class="page" hidden>
2 <h1 i18n-content="handlersPage"></h1> 2 <h1 i18n-content="handlersPage"></h1>
3 <h3 i18n-content="handlers_active_heading"></h3> 3 <h3 i18n-content="handlers_active_heading"></h3>
4 <div class="handlers-column-headers"> 4 <div class="handlers-column-headers">
5 <div class="handlers-type-column"> 5 <div class="handlers-type-column">
6 <h3 i18n-content="handlers_type_column_header"></h3> 6 <div i18n-content="handlers_type_column_header"></div>
James Hawkins 2011/08/02 01:29:31 If these really are headers, then they should rema
7 </div> 7 </div>
8 <div class="handlers-site-column"> 8 <div class="handlers-site-column">
9 <h3 i18n-content="handlers_site_column_header"></h3> 9 <div i18n-content="handlers_site_column_header"></div>
10 </div> 10 </div>
11 <div class="handlers-remove-column"></div> 11 <div class="handlers-remove-column"></div>
12 </div> 12 </div>
13 <list id="handlers-list"></list> 13 <list id="handlers-list"></list>
14 14
15 <div id="ignored-handlers-section"> 15 <div id="ignored-handlers-section">
16 <h3 i18n-content="handlers_ignored_heading"></h3> 16 <h3 i18n-content="handlers_ignored_heading"></h3>
17 <div class="handlers-column-headers"> 17 <div class="handlers-column-headers">
18 <div class="handlers-type-column"> 18 <div class="handlers-type-column">
19 <h3 i18n-content="handlers_type_column_header"></h3> 19 <h3 i18n-content="handlers_type_column_header"></h3>
20 </div> 20 </div>
21 <div class="handlers-site-column"> 21 <div class="handlers-site-column">
22 <h3 i18n-content="handlers_site_column_header"></h3> 22 <h3 i18n-content="handlers_site_column_header"></h3>
23 </div> 23 </div>
24 <div class="handlers-remove-column"></div> 24 <div class="handlers-remove-column"></div>
25 </div> 25 </div>
26 <list id="ignored-handlers-list"></list> 26 <list id="ignored-handlers-list"></list>
27 </div> 27 </div>
28 </div> 28 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/handler_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698