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

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

Issue 57025: Make the font family and the font size used in dom UI localizable. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/history.html ('k') | chrome/browser/resources/new_tab.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html id="t" jsvalues="dir:textdirection"> 1 <html id="t" jsvalues="dir:textdirection">
2 <head> 2 <head>
3 <title jscontent="title"></title> 3 <title jscontent="title"></title>
4 <style type="text/css"> 4 <style type="text/css">
5 body { 5 body {
6 margin:10px 8px 10px 8px; 6 margin:10px 8px 10px 8px;
7 } 7 }
8 .icon { 8 .icon {
9 float:right; 9 float:right;
10 margin:0px 6px 0px 3px; 10 margin:0px 6px 0px 3px;
11 } 11 }
12 .content { 12 .content {
13 -webkit-border-radius: 5px 5px; 13 -webkit-border-radius: 5px 5px;
14 background-color:#eee; 14 background-color:#eee;
15 color:black; 15 color:black;
16 padding:10px 10px 10px 10px; 16 padding:10px 10px 10px 10px;
17 font-family:arial;
18 font-size:84%;
19 max-width:600px; 17 max-width:600px;
20 margin-left:auto; 18 margin-left:auto;
21 margin-right:auto; 19 margin-right:auto;
22 } 20 }
23 </style> 21 </style>
24 </head> 22 </head>
25 <body> 23 <body>
26 <div class="content"> 24 <div class="content" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:font size">
27 <img src="../../app/theme/otr_icon_standalone.png" class="icon" /> 25 <img src="../../app/theme/otr_icon_standalone.png" class="icon" />
28 <span jseval="this.innerHTML = $this.content;"></span> 26 <span jseval="this.innerHTML = $this.content;"></span>
29 </div> 27 </div>
30 </body> 28 </body>
31 </html> 29 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history.html ('k') | chrome/browser/resources/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698