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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 7281021: Print Preview: Remove 'Open Sans' and 'Segoe UI' since these fonts are not (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« 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 html { 1 html {
2 height: 100%; 2 height: 100%;
3 } 3 }
4 4
5 body { 5 body {
6 background: white; 6 background: white;
7 display: -webkit-box; 7 display: -webkit-box;
8 height: 100%; 8 height: 100%;
9 margin: 0; 9 margin: 0;
10 overflow: hidden; 10 overflow: hidden;
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 #collate-option[hidden] { 657 #collate-option[hidden] {
658 -webkit-transition: opacity 100ms, -webkit-transform 100ms; 658 -webkit-transition: opacity 100ms, -webkit-transform 100ms;
659 opacity: 0; 659 opacity: 0;
660 pointer-events: none; 660 pointer-events: none;
661 } 661 }
662 662
663 body, 663 body,
664 button, 664 button,
665 input[type='text'], 665 input[type='text'],
666 select { 666 select {
667 font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; 667 font-family: 'Helvetica Neue', Arial, sans-serif;
668 } 668 }
669 669
670 #mainview { 670 #mainview {
671 -webkit-box-flex: 1; 671 -webkit-box-flex: 1;
672 -webkit-user-select: none; 672 -webkit-user-select: none;
673 background-color: #ccc; 673 background-color: #ccc;
674 height: 100%; 674 height: 100%;
675 position: relative; 675 position: relative;
676 } 676 }
677 677
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 margin-top: 10px; 769 margin-top: 10px;
770 } 770 }
771 771
772 input[disabled] + label { 772 input[disabled] + label {
773 color: gray; 773 color: gray;
774 } 774 }
775 775
776 #error-action-area { 776 #error-action-area {
777 margin-top: 10px; 777 margin-top: 10px;
778 } 778 }
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