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

Side by Side Diff: chrome/browser/resources/extensions_ui.html

Issue 340056: Moved +/i icon next to "Developer Tools" 2 px to the left, and made the text ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <style> 6 <style>
7 body { 7 body {
8 font-size: 87%; 8 font-size: 87%;
9 font-family: Helvetica, Arial, sans-serif; 9 font-family: Helvetica, Arial, sans-serif;
10 margin: 10px; 10 margin: 10px;
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 <div class="section-header"> 578 <div class="section-header">
579 <table cellpadding="0" cellspacing="0" width="100%"> 579 <table cellpadding="0" cellspacing="0" width="100%">
580 <tr valign="center"> 580 <tr valign="center">
581 <td> 581 <td>
582 <span class="section-header-title" i18n-content="title" 582 <span class="section-header-title" i18n-content="title"
583 >TITLE</span> 583 >TITLE</span>
584 <span class="section-header-title" 584 <span class="section-header-title"
585 jsdisplay="extensions.length > 0">(<span 585 jsdisplay="extensions.length > 0">(<span
586 jscontent="extensions.length"></span>)</span> 586 jscontent="extensions.length"></span>)</span>
587 </td> 587 </td>
588 <td width="14" padding=""> 588 <td width="18" padding="">
589 <img id="collapse" class="developer-tools-image" 589 <img id="collapse" class="developer-tools-image"
590 style="display:none" onclick="toggleDeveloperTools();" 590 style="display:none" onclick="toggleDeveloperTools();"
591 src="minus.png" /> 591 src="minus.png" />
592 <img id="expand" class="developer-tools-image" 592 <img id="expand" class="developer-tools-image"
593 onclick="toggleDeveloperTools();" src="plus.png" /> 593 onclick="toggleDeveloperTools();" src="plus.png" />
594 </td> 594 </td>
595 <td width="50" align="right"> 595 <td width="50" align="right">
596 <div class="developer-tools-link"> 596 <div class="developer-tools-link">
597 <a onclick="toggleDeveloperTools();" i18n-content="devToolsLink" 597 <a onclick="toggleDeveloperTools();" style="cursor: default"
598 >DEVTOOLS</a> 598 i18n-content="devToolsLink">DEVTOOLS</a>
599 </div> 599 </div>
600 </td> 600 </td>
601 </tr> 601 </tr>
602 </table> 602 </table>
603 </div> 603 </div>
604 604
605 </div> 605 </div>
606 <div id="developer_tools" class="wbox-dev-tools showInDevMode"> 606 <div id="developer_tools" class="wbox-dev-tools showInDevMode">
607 <div class="developer-tools"> 607 <div class="developer-tools">
608 <span i18n-content="devToolsPrefix">DEVELOPER_TOOLS:</span> 608 <span i18n-content="devToolsPrefix">DEVELOPER_TOOLS:</span>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 </td> 716 </td>
717 </tr> 717 </tr>
718 </table> 718 </table>
719 </div> 719 </div>
720 </div> 720 </div>
721 </div> 721 </div>
722 </div> 722 </div>
723 </div> 723 </div>
724 </body> 724 </body>
725 </html> 725 </html>
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 408576698