| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 line-height: normal; |
| 154 margin-top: 14px; |
| 154 } | 155 } |
| 155 | 156 |
| 156 .custodian-name { | 157 .custodian-name { |
| 157 color: rgb(97,97,97); | 158 color: rgb(97,97,97); |
| 158 padding: 1px 0; | 159 padding: 1px 0; |
| 159 } | 160 } |
| 160 | 161 |
| 161 .custodian-email { | 162 .custodian-email { |
| 162 color: rgb(183, 183, 183); | 163 color: rgb(183, 183, 183); |
| 163 padding: 1px 0; | 164 padding: 1px 0; |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 width: 100%; | 510 width: 100%; |
| 510 } | 511 } |
| 511 } | 512 } |
| 512 | 513 |
| 513 @media (max-width: 239px) and (orientation: portrait) { | 514 @media (max-width: 239px) and (orientation: portrait) { |
| 514 .button-container { | 515 .button-container { |
| 515 padding-left: 0; | 516 padding-left: 0; |
| 516 padding-right: 0; | 517 padding-right: 0; |
| 517 } | 518 } |
| 518 } | 519 } |
| OLD | NEW |