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

Side by Side Diff: chrome/browser/resources/about_memory.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: Helvetica, Arial, sans-serif; 129 font-family: Helvetica, Arial, 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 display: none; 300 display: none;
301 } 301 }
302 #helpTooltip { 302 #helpTooltip {
303 z-index: 1000; 303 z-index: 1000;
304 position: absolute; 304 position: absolute;
305 background: #d6e8ff; 305 background: #d6e8ff;
306 padding: 0.3em 0.8em; 306 padding: 0.3em 0.8em;
307 max-width: 30em; 307 max-width: 30em;
308 -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33); 308 -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
309 border: 1px solid #a8cfff; 309 border: 1px solid #a8cfff;
310 -webkit-border-radius: 0; 310 border-radius: 0;
311 line-height: 140%; 311 line-height: 140%;
312 font-size: 92%; 312 font-size: 92%;
313 } 313 }
314 #helpTooltip p { 314 #helpTooltip p {
315 margin: 0.6em 0; 315 margin: 0.6em 0;
316 } 316 }
317 div.otherbrowsers { 317 div.otherbrowsers {
318 font-family: Helvetica, Arial, sans-serif; 318 font-family: Helvetica, Arial, sans-serif;
319 font-size: 84%; 319 font-size: 84%;
320 width: 100%; 320 width: 100%;
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 No results found. 681 No results found.
682 </td> 682 </td>
683 </tr> 683 </tr>
684 </table> 684 </table>
685 </div> 685 </div>
686 </body> 686 </body>
687 <script> 687 <script>
688 enableHelpTooltips(); 688 enableHelpTooltips();
689 </script> 689 </script>
690 </html> 690 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698