| OLD | NEW |
| 1 body { | 1 body { |
| 2 cursor: default; | 2 cursor: default; |
| 3 font-size: 13px; | 3 font-size: 13px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 a:link { | 6 a:link { |
| 7 color: rgb(63, 110, 194); | 7 color: rgb(63, 110, 194); |
| 8 } | 8 } |
| 9 | 9 |
| 10 a:active { | 10 a:active { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 #main-content { | 28 #main-content { |
| 29 display: -webkit-box; | 29 display: -webkit-box; |
| 30 position: absolute; | 30 position: absolute; |
| 31 left: 0; | 31 left: 0; |
| 32 right: 0; | 32 right: 0; |
| 33 top: 0; | 33 top: 0; |
| 34 bottom: 0; | 34 bottom: 0; |
| 35 } | 35 } |
| 36 | 36 |
| 37 .frozen { | 37 .frozen, |
| 38 .subpage-sheet-container.frozen { |
| 38 position: fixed; | 39 position: fixed; |
| 39 } | 40 } |
| 40 | 41 |
| 41 #search-field { | 42 #search-field { |
| 42 margin: 0; | 43 margin: 0; |
| 43 } | 44 } |
| 44 | 45 |
| 45 .overlay { | 46 .overlay { |
| 46 -webkit-box-align: center; | 47 -webkit-box-align: center; |
| 47 -webkit-box-pack: center; | 48 -webkit-box-pack: center; |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 margin-top: 2px; | 724 margin-top: 2px; |
| 724 } | 725 } |
| 725 | 726 |
| 726 .suboption { | 727 .suboption { |
| 727 -webkit-margin-start: 16px; | 728 -webkit-margin-start: 16px; |
| 728 } | 729 } |
| 729 | 730 |
| 730 .informational-text { | 731 .informational-text { |
| 731 color: grey; | 732 color: grey; |
| 732 } | 733 } |
| OLD | NEW |