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

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

Issue 333032: Ensure that Helvetica, if installed, is used instead of Arial. This should be... (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: Arial, Helvetica, sans-serif; 9 font-family: Helvetica, Arial, sans-serif;
10 margin: 0; 10 margin: 0;
11 min-width: 47em; 11 min-width: 47em;
12 padding-bottom: 0.75em; 12 padding-bottom: 0.75em;
13 padding-left: 1.5em; 13 padding-left: 1.5em;
14 padding-right: 2em; 14 padding-right: 2em;
15 padding-top: 0.75em; 15 padding-top: 0.75em;
16 } 16 }
17 17
18 a { 18 a {
19 color: blue; 19 color: blue;
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 } 142 }
143 143
144 #dialog input[type="button"] { 144 #dialog input[type="button"] {
145 font-size: 12px; 145 font-size: 12px;
146 height: 25px; 146 height: 25px;
147 width: 100px; 147 width: 100px;
148 } 148 }
149 149
150 #dialog input[type="text"] { 150 #dialog input[type="text"] {
151 font-size: 12px; 151 font-size: 12px;
152 font-family: Arial, Helvetica, sans-serif; 152 font-family: Helvetica, Arial, sans-serif;
153 width: 220px; 153 width: 220px;
154 } 154 }
155 155
156 #dialogBackground { 156 #dialogBackground {
157 background-color: rgba(0, 0, 0, .2); 157 background-color: rgba(0, 0, 0, .2);
158 display: none; 158 display: none;
159 height: 100%; 159 height: 100%;
160 left: 0; 160 left: 0;
161 position: fixed; 161 position: fixed;
162 top: 0; 162 top: 0;
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 </td> 658 </td>
659 </tr> 659 </tr>
660 </table> 660 </table>
661 </div> 661 </div>
662 </div> 662 </div>
663 </div> 663 </div>
664 </div> 664 </div>
665 </div> 665 </div>
666 </body> 666 </body>
667 </html> 667 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/privacy_blacklist_block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698