OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 #manage-profile-overlay { | 5 #manage-profile-overlay { |
6 width: 612px; | 6 width: 612px; |
7 } | 7 } |
8 | 8 |
9 .profile-icon-grid-item { | 9 .profile-icon-grid-item { |
10 height: 31px; | 10 height: 31px; |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 .action-area-shortcut-container { | 95 .action-area-shortcut-container { |
96 -webkit-box-flex: 1; | 96 -webkit-box-flex: 1; |
97 } | 97 } |
98 | 98 |
99 /* Proper spacing for the buttons. */ | 99 /* Proper spacing for the buttons. */ |
100 #remove-shortcut-button, | 100 #remove-shortcut-button, |
101 #add-shortcut-button { | 101 #add-shortcut-button { |
102 -webkit-margin-end: 10px; | 102 -webkit-margin-end: 10px; |
103 } | 103 } |
104 | 104 |
105 #delete-profile-message { | 105 #delete-profile-message, |
| 106 #delete-managed-profile-addendum { |
106 -webkit-padding-start: 48px; | 107 -webkit-padding-start: 48px; |
107 background-repeat: no-repeat; | 108 background-repeat: no-repeat; |
108 } | 109 } |
109 | 110 |
| 111 #delete-managed-profile-addendum { |
| 112 margin-top: 10px; |
| 113 } |
| 114 |
110 html[dir='rtl'] #delete-profile-message { | 115 html[dir='rtl'] #delete-profile-message { |
111 background-position: right; | 116 background-position: right; |
112 } | 117 } |
113 | 118 |
114 #create-profile-limited-not-signed-in { | 119 #create-profile-managed-not-signed-in { |
115 color: #999; | 120 color: #999; |
116 } | 121 } |
117 | 122 |
118 #create-profile-limited-not-signed-in-label { | 123 #create-profile-managed-not-signed-in-label { |
119 white-space: pre-wrap; | 124 white-space: pre-wrap; |
120 word-wrap: break-word; | 125 word-wrap: break-word; |
121 } | 126 } |
OLD | NEW |