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

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

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 years, 9 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
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 } 52 }
53 53
54 div#header { 54 div#header {
55 padding: 0.75em 1em; 55 padding: 0.75em 1em;
56 padding-top: 0.6em; 56 padding-top: 0.6em;
57 padding-left: 0; 57 padding-left: 0;
58 margin-bottom: 0.75em; 58 margin-bottom: 0.75em;
59 position: relative; 59 position: relative;
60 overflow: hidden; 60 overflow: hidden;
61 background: #5296de; 61 background: #5296de;
62 -webkit-background-size: 100%; 62 background-size: 100%;
63 border: 1px solid #3a75bd; 63 border: 1px solid #3a75bd;
64 -webkit-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('gear.png') 12px 60% no-repeat;
73 color: white; 73 color: white;
74 } 74 }
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 } 122 }
123 hr { 123 hr {
124 visibility: hidden; 124 visibility: hidden;
125 display: inline; 125 display: inline;
126 padding: 0 0.5em; 126 padding: 0 0.5em;
127 } 127 }
128 div.viewOptions input { 128 div.viewOptions input {
129 font-family: Arial, Helvetica, sans-serif; 129 font-family: Arial, Helvetica, sans-serif;
130 font-size: 100%; 130 font-size: 100%;
131 border: 1px solid #b5b5b5; 131 border: 1px solid #b5b5b5;
132 -webkit-border-radius: 6px; 132 border-radius: 6px;
133 padding: 0.3em 0.4em; 133 padding: 0.3em 0.4em;
134 } 134 }
135 div.viewOptions input:focus { 135 div.viewOptions input:focus {
136 border-color: white; 136 border-color: white;
137 } 137 }
138 138
139 .k { 139 .k {
140 opacity: 0.4; 140 opacity: 0.4;
141 font-weight: normal; 141 font-weight: normal;
142 padding-left: 0.1em; 142 padding-left: 0.1em;
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 display: none; 298 display: none;
299 } 299 }
300 #helpTooltip { 300 #helpTooltip {
301 z-index: 1000; 301 z-index: 1000;
302 position: absolute; 302 position: absolute;
303 background: #d6e8ff; 303 background: #d6e8ff;
304 padding: 0.3em 0.8em; 304 padding: 0.3em 0.8em;
305 max-width: 30em; 305 max-width: 30em;
306 -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33); 306 -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
307 border: 1px solid #a8cfff; 307 border: 1px solid #a8cfff;
308 -webkit-border-radius: 0; 308 border-radius: 0;
309 line-height: 140%; 309 line-height: 140%;
310 font-size: 92%; 310 font-size: 92%;
311 } 311 }
312 #helpTooltip p { 312 #helpTooltip p {
313 margin: 0.6em 0; 313 margin: 0.6em 0;
314 } 314 }
315 div.otherbrowsers { 315 div.otherbrowsers {
316 font-family: Arial, Helvetica, sans-serif; 316 font-family: Arial, Helvetica, sans-serif;
317 font-size: 84%; 317 font-size: 84%;
318 width: 100%; 318 width: 100%;
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 </table> 581 </table>
582 582
583 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div> 583 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
584 584
585 </div> 585 </div>
586 </body> 586 </body>
587 <script> 587 <script>
588 enableHelpTooltips(); 588 enableHelpTooltips();
589 </script> 589 </script>
590 </html> 590 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory.html ('k') | chrome/browser/resources/about_memory_mac.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698