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

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

Issue 3270008: Use new labs_section on about:labs (Closed)
Patch Set: Created 10 years, 3 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
« 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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="labsTitle"></title> 5 <title i18n-content="labsTitle"></title>
6 <style> 6 <style>
7 7
8 body { 8 body {
9 margin: 10px; 9 margin: 10px;
10 min-width: 47em; 10 min-width: 47em;
(...skipping 11 matching lines...) Expand all
22 padding-left: 0; 22 padding-left: 0;
23 padding-top: 1.5em; 23 padding-top: 1.5em;
24 position: relative; 24 position: relative;
25 } 25 }
26 26
27 html[dir=rtl] #header { 27 html[dir=rtl] #header {
28 padding-right: 0; 28 padding-right: 0;
29 } 29 }
30 30
31 #header h1 { 31 #header h1 {
32 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; 32 background: url('../../app/theme/labs_section.png') 0px 20px no-repeat;
33 display: inline; 33 display: inline;
34 margin: 0; 34 margin: 0;
35 padding-bottom: 43px; 35 padding-bottom: 43px;
36 padding-left: 75px; 36 padding-left: 75px;
37 padding-top: 40px; 37 padding-top: 40px;
38 } 38 }
39 39
40 html[dir=rtl] #header h1 { 40 html[dir=rtl] #header h1 {
41 background: url('../../app/theme/extensions_section.png') right no-repeat; 41 background: url('../../app/theme/labs_section.png') right no-repeat;
42 padding-right: 95px; 42 padding-right: 95px;
43 padding-left: 0; 43 padding-left: 0;
44 } 44 }
45 45
46 h1 { 46 h1 {
47 font-size: 156%; 47 font-size: 156%;
48 font-weight: bold; 48 font-weight: bold;
49 padding: 0; 49 padding: 0;
50 margin: 0; 50 margin: 0;
51 } 51 }
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 <div i18n-content="labsRestartNotice">NEEDS_RESTART</div> 302 <div i18n-content="labsRestartNotice">NEEDS_RESTART</div>
303 <button type="button" 303 <button type="button"
304 onclick="restartBrowser();" 304 onclick="restartBrowser();"
305 i18n-content="labsRestartButton">RESTART</button> 305 i18n-content="labsRestartButton">RESTART</button>
306 </div> 306 </div>
307 </div> 307 </div>
308 </div> 308 </div>
309 </div> 309 </div>
310 </body> 310 </body>
311 </html> 311 </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