| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 .content #description-text { | 49 .content #description-text { |
| 50 border-color: #c8c8c8; | 50 border-color: #c8c8c8; |
| 51 box-sizing: border-box; | 51 box-sizing: border-box; |
| 52 height: 120px; | 52 height: 120px; |
| 53 line-height: 18px; | 53 line-height: 18px; |
| 54 padding: 10px; | 54 padding: 10px; |
| 55 resize: none; | 55 resize: none; |
| 56 width: 100%; | 56 width: 100%; |
| 57 } | 57 } |
| 58 | 58 |
| 59 .content #additional-info-label { |
| 60 -webkit-margin-start: 10px; |
| 61 } |
| 62 |
| 59 .content .text-field-container { | 63 .content .text-field-container { |
| 60 -webkit-align-items: center; | 64 -webkit-align-items: center; |
| 61 -webkit-padding-start: 10px; | 65 -webkit-padding-start: 10px; |
| 62 display: -webkit-flex; | 66 display: -webkit-flex; |
| 63 height: 29px; | 67 height: 29px; |
| 64 margin-top: 10px; | 68 margin-top: 10px; |
| 65 } | 69 } |
| 66 | 70 |
| 67 .content .text-field-container > label { | 71 .content .text-field-container > label { |
| 68 -webkit-flex: 0 1 auto; | 72 -webkit-flex: 0 1 auto; |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 height: 50px; | 192 height: 50px; |
| 189 margin-bottom: 20px; | 193 margin-bottom: 20px; |
| 190 margin-top: 120px; | 194 margin-top: 120px; |
| 191 } | 195 } |
| 192 | 196 |
| 193 .srt-body { | 197 .srt-body { |
| 194 font-size: 14px; | 198 font-size: 14px; |
| 195 line-height: 24px; | 199 line-height: 24px; |
| 196 margin: 0 40px; | 200 margin: 0 40px; |
| 197 } | 201 } |
| OLD | NEW |