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

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

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <!-- 3 <!--
4 about:memory template page 4 about:memory template page
5 --> 5 -->
6 <html id="t"> 6 <html id="t">
7 <head> 7 <head>
8 <title>About Memory</title> 8 <title>About Memory</title>
9 9
10 <style> 10 <style>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 background-size: 100%; 62 background-size: 100%;
63 border: 1px solid #3a75bd; 63 border: 1px solid #3a75bd;
64 border-radius: 6px; 64 border-radius: 6px;
65 color: white; 65 color: white;
66 text-shadow: 0 0 2px black; 66 text-shadow: 0 0 2px black;
67 } 67 }
68 div#header h1 { 68 div#header h1 {
69 padding-left: 37px; 69 padding-left: 37px;
70 margin: 0; 70 margin: 0;
71 display: inline; 71 display: inline;
72 background: url('gear.png') 12px 60% no-repeat; 72 background: url('shared/images/gear.png') 12px 60% no-repeat;
73 color: white; 73 color: white;
74 } 74 }
75 div#header p { 75 div#header p {
76 font-size: 84%; 76 font-size: 84%;
77 font-style: italic; 77 font-style: italic;
78 padding: 0; 78 padding: 0;
79 margin: 0; 79 margin: 0;
80 color: white; 80 color: white;
81 padding-left: 0.4em; 81 padding-left: 0.4em;
82 display: inline; 82 display: inline;
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 padding-left: 25px; 281 padding-left: 25px;
282 background-position: 5px center; 282 background-position: 5px center;
283 background-repeat: no-repeat; 283 background-repeat: no-repeat;
284 } 284 }
285 285
286 div.help { 286 div.help {
287 display: inline-block; 287 display: inline-block;
288 width: 14px; 288 width: 14px;
289 margin: -1px 0; 289 margin: -1px 0;
290 height: 14px; 290 height: 14px;
291 background: url('help.gif') center bottom no-repeat; 291 background: url('shared/images/help.gif') center bottom no-repeat;
292 opacity: 0.33; 292 opacity: 0.33;
293 } 293 }
294 div.help:hover { 294 div.help:hover {
295 opacity: 1; 295 opacity: 1;
296 } 296 }
297 div.help div { 297 div.help div {
298 display: none; 298 display: none;
299 } 299 }
300 #helpTooltip { 300 #helpTooltip {
301 z-index: 1000; 301 z-index: 1000;
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 </table> 568 </table>
569 <div class="otherbrowsers"> 569 <div class="otherbrowsers">
570 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.) 570 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.)
571 </div> 571 </div>
572 </div> 572 </div>
573 </body> 573 </body>
574 <script> 574 <script>
575 enableHelpTooltips(); 575 enableHelpTooltips();
576 </script> 576 </script>
577 </html> 577 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/about_sys.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698