| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 body { | 5 body { |
| 6 background-color: #f7f7f7; | 6 background-color: #f7f7f7; |
| 7 color: #646464; | 7 color: #646464; |
| 8 } | 8 } |
| 9 | 9 |
| 10 a { | 10 a { |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 } | 143 } |
| 144 | 144 |
| 145 #feedback { | 145 #feedback { |
| 146 margin-top: 50px; | 146 margin-top: 50px; |
| 147 } | 147 } |
| 148 | 148 |
| 149 .custodian-information { | 149 .custodian-information { |
| 150 align-items: center; | 150 align-items: center; |
| 151 display: flex; | 151 display: flex; |
| 152 font-size: 12px; | 152 font-size: 12px; |
| 153 line-height: normal; |
| 153 } | 154 } |
| 154 | 155 |
| 155 .custodian-name { | 156 .custodian-name { |
| 156 color: rgb(97,97,97); | 157 color: rgb(97,97,97); |
| 157 padding: 1px 0; | 158 padding: 1px 0; |
| 158 } | 159 } |
| 159 | 160 |
| 160 .custodian-email { | 161 .custodian-email { |
| 161 color: rgb(183, 183, 183); | 162 color: rgb(183, 183, 183); |
| 162 padding: 1px 0; | 163 padding: 1px 0; |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 width: 100%; | 509 width: 100%; |
| 509 } | 510 } |
| 510 } | 511 } |
| 511 | 512 |
| 512 @media (max-width: 239px) and (orientation: portrait) { | 513 @media (max-width: 239px) and (orientation: portrait) { |
| 513 .button-container { | 514 .button-container { |
| 514 padding-left: 0; | 515 padding-left: 0; |
| 515 padding-right: 0; | 516 padding-right: 0; |
| 516 } | 517 } |
| 517 } | 518 } |
| OLD | NEW |