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

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

Issue 344014: Standardize on the plugin icon (puzzle piece) as the default icon for... (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
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: 0; 10 margin: 10px;
11 min-width: 47em; 11 min-width: 47em;
12 padding-bottom: 0.75em;
13 padding-left: 1.5em;
14 padding-right: 2em;
15 padding-top: 0.75em;
16 } 12 }
17 13
18 a { 14 a {
19 color: blue; 15 color: blue;
20 font-size: 100%; 16 font-size: 100%;
21 } 17 }
22 18
23 div#header { 19 div#header {
24 margin-bottom: 0.75em; 20 margin-bottom: 0.75em;
25 overflow: hidden; 21 overflow: hidden;
26 padding-bottom: 1.5em; 22 padding-bottom: 1.5em;
27 padding-left: 0; 23 padding-left: 0;
28 padding-top: 1.5em; 24 padding-top: 1.5em;
29 position: relative; 25 position: relative;
30 } 26 }
31 div#header h1 { 27 div#header h1 {
32 background: url('extensions_ui_page_logo.png') 0px 60% no-repeat; 28 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
33 display: inline; 29 display: inline;
34 margin: 0; 30 margin: 0;
35 padding-bottom: 35px; 31 padding-bottom: 43px;
36 padding-left: 75px; 32 padding-left: 75px;
37 padding-top: 35px; 33 padding-top: 40px;
38 } 34 }
39 35
40 h1 { 36 h1 {
41 font-size: 150%; 37 font-size: 150%;
42 font-weight: bold; 38 font-weight: bold;
43 padding: 0; 39 padding: 0;
44 margin: 0; 40 margin: 0;
45 } 41 }
46 42
47 div.content { 43 div.content {
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 </td> 716 </td>
721 </tr> 717 </tr>
722 </table> 718 </table>
723 </div> 719 </div>
724 </div> 720 </div>
725 </div> 721 </div>
726 </div> 722 </div>
727 </div> 723 </div>
728 </body> 724 </body>
729 </html> 725 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698