| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 | 116 |
| 117 .action-area-right { | 117 .action-area-right { |
| 118 display: -webkit-box; | 118 display: -webkit-box; |
| 119 } | 119 } |
| 120 | 120 |
| 121 .button-strip { | 121 .button-strip { |
| 122 -webkit-box-orient: horizontal; | 122 -webkit-box-orient: horizontal; |
| 123 display: -webkit-box; | 123 display: -webkit-box; |
| 124 } | 124 } |
| 125 | 125 |
| 126 .bottom-strip { |
| 127 padding: 12px; |
| 128 position: absolute; |
| 129 right: 0px; |
| 130 bottom: 0px; |
| 131 border-top: none; |
| 132 } |
| 133 |
| 126 html[toolkit=views] .button-strip { | 134 html[toolkit=views] .button-strip { |
| 127 -webkit-box-direction: reverse; | 135 -webkit-box-direction: reverse; |
| 128 } | 136 } |
| 129 | 137 |
| 130 .button-strip > button { | 138 .button-strip > button { |
| 131 -webkit-margin-start: 10px; | 139 -webkit-margin-start: 10px; |
| 132 display: block; | 140 display: block; |
| 133 } | 141 } |
| 134 | 142 |
| 135 .overlay .page { | 143 .overlay .page { |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 } | 729 } |
| 722 | 730 |
| 723 html[os=mac] label > input[type=checkbox], | 731 html[os=mac] label > input[type=checkbox], |
| 724 html[os=mac] label > input[type=radio] { | 732 html[os=mac] label > input[type=radio] { |
| 725 margin-top: 2px; | 733 margin-top: 2px; |
| 726 } | 734 } |
| 727 | 735 |
| 728 .suboption { | 736 .suboption { |
| 729 -webkit-margin-start: 16px; | 737 -webkit-margin-start: 16px; |
| 730 } | 738 } |
| OLD | NEW |