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

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

Issue 339073: A bit of polish for the extensions page.... (Closed) Base URL: svn://chrome-svn/chrome/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;
11 min-width: 47em; 11 min-width: 47em;
12 } 12 }
13 13
14 a { 14 a {
15 color: blue; 15 color: blue;
16 font-size: 100%; 16 font-size: 100%;
17 } 17 }
18 18
19 div#header { 19 div#header {
20 margin-bottom: 0.75em; 20 margin-bottom: 1.05em;
21 overflow: hidden; 21 overflow: hidden;
22 padding-bottom: 1.5em; 22 padding-bottom: 1.5em;
23 padding-left: 0; 23 padding-left: 0;
24 padding-top: 1.5em; 24 padding-top: 1.5em;
25 position: relative; 25 position: relative;
26 } 26 }
27 div#header h1 { 27 div#header h1 {
28 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; 28 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
29 display: inline; 29 display: inline;
30 margin: 0; 30 margin: 0;
(...skipping 11 matching lines...) Expand all
42 42
43 div.content { 43 div.content {
44 font-size: 84%; 44 font-size: 84%;
45 margin-top: 10px; 45 margin-top: 10px;
46 } 46 }
47 47
48 .section-header { 48 .section-header {
49 background: #ebeff9; 49 background: #ebeff9;
50 border-top: 1px solid #b5c7de; 50 border-top: 1px solid #b5c7de;
51 font-size: 95%; 51 font-size: 95%;
52 padding-bottom: 3px; 52 padding-bottom: 2px;
53 padding-left: 10px; 53 padding-left: 5px;
54 padding-top: 3px; 54 padding-top: 3px;
55 width: 100%; 55 width: 100%;
56 } 56 }
57 57
58 .section-header-title { 58 .section-header-title {
59 font-weight: bold; 59 font-weight: bold;
60 } 60 }
61 61
62 .vbox-container { 62 .vbox-container {
63 display: -webkit-box; 63 display: -webkit-box;
(...skipping 30 matching lines...) Expand all
94 -webkit-box-align: stretch; 94 -webkit-box-align: stretch;
95 -webkit-box-flex: 1; 95 -webkit-box-flex: 1;
96 } 96 }
97 97
98 .developer-tools-image { 98 .developer-tools-image {
99 margin-top: 2px; 99 margin-top: 2px;
100 } 100 }
101 101
102 .developer-tools-link { 102 .developer-tools-link {
103 font-size: 100%; 103 font-size: 100%;
104 margin-right: 9px; 104 margin-right: 3px;
105 white-space: nowrap; 105 white-space: nowrap;
106 } 106 }
107 107
108 .developer-tools { 108 .developer-tools {
109 background: #f4f6fc; 109 background: #f4f6fc;
110 border-bottom: 1px solid #edeff5; 110 border-bottom: 1px solid #edeff5;
111 font-size: 85%; 111 font-size: 85%;
112 padding-bottom: 0.8em; 112 padding-bottom: 0.8em;
113 padding-left: 10px; 113 padding-left: 10px;
114 padding-top: 0.8em; 114 padding-top: 0.8em;
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 </div> 566 </div>
567 </div> 567 </div>
568 568
569 <div id="body-container" style="display:none;"> 569 <div id="body-container" style="display:none;">
570 570
571 <div id="header"><h1 i18n-content="title">TITLE</h1></div> 571 <div id="header"><h1 i18n-content="title">TITLE</h1></div>
572 572
573 <div id="extensionTemplate"> 573 <div id="extensionTemplate">
574 574
575 <div id="container" class="vbox-container"> 575 <div id="container" class="vbox-container">
576 <div id="top" class="wbox" style="padding-right: 10px"> 576 <div id="top" class="wbox" style="padding-right: 5px">
577 577
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>
(...skipping 129 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