| 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 .settings-banner { | 5 .settings-banner { |
| 6 background-color: #f5f5f5; | 6 background-color: #f5f5f5; |
| 7 border-color: #c8c8c8; | 7 border-color: #c8c8c8; |
| 8 border-radius: 3px; | 8 border-radius: 3px; |
| 9 border-style: solid; | 9 border-style: solid; |
| 10 border-width: 1px; | 10 border-width: 1px; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 .settings-banner .content-area .badge { | 48 .settings-banner .content-area .badge { |
| 49 background-image: url(yellow_gear.png); | 49 background-image: url(yellow_gear.png); |
| 50 background-position: center; | 50 background-position: center; |
| 51 background-repeat: no-repeat; | 51 background-repeat: no-repeat; |
| 52 height: 55px; | 52 height: 55px; |
| 53 width: 58px; | 53 width: 58px; |
| 54 } | 54 } |
| 55 | 55 |
| 56 .settings-banner .content-area .text { | 56 .settings-banner .content-area .text { |
| 57 -webkit-margin-start: 18px; | 57 -webkit-margin-start: 18px; |
| 58 flex: 1.0; | 58 flex: 1; |
| 59 } | 59 } |
| 60 | 60 |
| 61 .settings-banner .content-area .text p { | 61 .settings-banner .content-area .text p { |
| 62 margin-bottom: 0; | 62 margin-bottom: 0; |
| 63 margin-top: 0; | 63 margin-top: 0; |
| 64 } | 64 } |
| 65 | 65 |
| 66 .settings-banner .content-area .button-area { | 66 .settings-banner .content-area .button-area { |
| 67 -webkit-margin-start: 54px; | 67 -webkit-margin-start: 54px; |
| 68 } | 68 } |
| 69 | 69 |
| 70 .settings-banner .nowrap { | 70 .settings-banner .nowrap { |
| 71 white-space: nowrap; | 71 white-space: nowrap; |
| 72 } | 72 } |
| 73 | 73 |
| 74 .settings-banner button { | 74 .settings-banner button { |
| 75 margin-bottom: 1px; | 75 margin-bottom: 1px; |
| 76 margin-right: 0; | 76 margin-right: 0; |
| 77 } | 77 } |
| 78 | 78 |
| 79 #secondary-user-banner .content-area .badge { | 79 #secondary-user-banner .content-area .badge { |
| 80 background-color: rgb(210, 210, 212); | 80 background-color: rgb(210, 210, 212); |
| 81 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS); | 81 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS); |
| 82 } | 82 } |
| OLD | NEW |