| 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 #reset-profile-settings-overlay { | 5 #reset-profile-settings-overlay { |
| 6 width: 500px; | 6 width: 500px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #reset-profile-settings-content-area { | 9 #reset-profile-settings-content-area { |
| 10 -webkit-box-flex: 0; | 10 -webkit-box-flex: 0; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 text-align: right; | 40 text-align: right; |
| 41 vertical-align: top; | 41 vertical-align: top; |
| 42 } | 42 } |
| 43 | 43 |
| 44 #feedback-template .value { | 44 #feedback-template .value { |
| 45 color: #333; | 45 color: #333; |
| 46 text-align: left; | 46 text-align: left; |
| 47 white-space: pre-line; | 47 white-space: pre-line; |
| 48 } | 48 } |
| 49 | 49 |
| 50 #feedback-bar span { |
| 51 vertical-align: middle; |
| 52 } |
| 53 |
| 50 #expand-feedback { | 54 #expand-feedback { |
| 51 background: url(chrome://theme/IDR_QUESTION_MARK) no-repeat center; | 55 -webkit-mask-box-image: url(../../../../ui/webui/resources/images/help.svg); |
| 56 background-color: #828282; |
| 52 display: inline-block; | 57 display: inline-block; |
| 53 height: 14px; | 58 height: 14px; |
| 54 opacity: 0.33; | 59 opacity: 0.33; |
| 55 vertical-align: bottom; | |
| 56 width: 14px; | 60 width: 14px; |
| 57 } | 61 } |
| 58 | 62 |
| 59 #expand-feedback:hover { | 63 #expand-feedback:hover { |
| 60 opacity: 1; | 64 opacity: 1; |
| 61 } | 65 } |
| OLD | NEW |