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

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

Issue 5124004: Use the new icons from Cole for about:conflicts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/dom_ui/conflicts_ui.cc ('k') | 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 <style> 5 <style>
6 body { 6 body {
7 margin: 10px; 7 margin: 10px;
8 min-width: 47em; 8 min-width: 47em;
9 } 9 }
10 10
(...skipping 12 matching lines...) Expand all
23 padding-top: 20px; 23 padding-top: 20px;
24 position: relative; 24 position: relative;
25 -webkit-box-sizing: border-box; 25 -webkit-box-sizing: border-box;
26 } 26 }
27 27
28 html[dir=rtl] #header { 28 html[dir=rtl] #header {
29 padding-right: 0; 29 padding-right: 0;
30 } 30 }
31 31
32 #header h1 { 32 #header h1 {
33 background: url('../../app/theme/conflicts_section.png') 0px 20px no-repeat; 33 background: url('../../app/theme/about_conflicts.png') 0px 20px no-repeat;
34 display: inline; 34 display: inline;
35 margin: 0; 35 margin: 0;
36 padding-bottom: 43px; 36 padding-bottom: 43px;
37 padding-left: 75px; 37 padding-left: 75px;
38 padding-top: 40px; 38 padding-top: 40px;
39 } 39 }
40 40
41 html[dir=rtl] #header h1 { 41 html[dir=rtl] #header h1 {
42 background: url('../../app/theme/conflicts_section.png') right no-repeat; 42 background: url('../../app/theme/about_conflicts.png') right no-repeat;
43 padding-right: 95px; 43 padding-right: 95px;
44 padding-left: 0; 44 padding-left: 0;
45 } 45 }
46 46
47 h1 { 47 h1 {
48 font-size: 156%; 48 font-size: 156%;
49 font-weight: bold; 49 font-weight: bold;
50 padding: 0; 50 padding: 0;
51 margin: 0; 51 margin: 0;
52 } 52 }
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 </td> 285 </td>
286 </tr> 286 </tr>
287 </table> 287 </table>
288 </div> 288 </div>
289 </div> 289 </div>
290 </div> 290 </div>
291 </div> 291 </div>
292 </div> 292 </div>
293 </body> 293 </body>
294 </html> 294 </html>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/conflicts_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698