| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |