| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 | 5 |
| 6 html { | 6 html { |
| 7 height: 100%; | 7 height: 100%; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 line-height: 15px; | 127 line-height: 15px; |
| 128 margin-bottom: 20px; | 128 margin-bottom: 20px; |
| 129 margin-top: 20px; | 129 margin-top: 20px; |
| 130 } | 130 } |
| 131 | 131 |
| 132 .content .buttons-pane { | 132 .content .buttons-pane { |
| 133 bottom: 20px; | 133 bottom: 20px; |
| 134 display: -webkit-flex; | 134 display: -webkit-flex; |
| 135 justify-content: flex-end; | 135 justify-content: flex-end; |
| 136 left: 20px; | 136 left: 20px; |
| 137 right: 20px; |
| 138 } |
| 139 |
| 140 .content .top-buttons { |
| 137 position: absolute; | 141 position: absolute; |
| 138 right: 20px; | |
| 139 } | 142 } |
| 140 | 143 |
| 141 .content .remove-file-button { | 144 .content .remove-file-button { |
| 142 -webkit-margin-start: 5px; | 145 -webkit-margin-start: 5px; |
| 143 background-color: transparent; | 146 background-color: transparent; |
| 144 background-image: -webkit-image-set( | 147 background-image: -webkit-image-set( |
| 145 url(chrome://resources/images/apps/button_butter_bar_close.png) 1x, | 148 url(chrome://resources/images/apps/button_butter_bar_close.png) 1x, |
| 146 url(chrome://resources/images/2x/apps/button_butter_bar_close.png) 2x); | 149 url(chrome://resources/images/2x/apps/button_butter_bar_close.png) 2x); |
| 147 background-position: 50% 80%; | 150 background-position: 50% 80%; |
| 148 background-repeat: no-repeat; | 151 background-repeat: no-repeat; |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 height: 50px; | 195 height: 50px; |
| 193 margin-bottom: 20px; | 196 margin-bottom: 20px; |
| 194 margin-top: 120px; | 197 margin-top: 120px; |
| 195 } | 198 } |
| 196 | 199 |
| 197 .srt-body { | 200 .srt-body { |
| 198 font-size: 14px; | 201 font-size: 14px; |
| 199 line-height: 24px; | 202 line-height: 24px; |
| 200 margin: 0 40px; | 203 margin: 0 40px; |
| 201 } | 204 } |
| OLD | NEW |