Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Roger's comments, css cleanup, rtl css tweak Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 5
6 /* Overrides for the desktop user manager screen. */ 6 /* Overrides for the desktop user manager screen. */
7 7
8 .oobe-display { 8 .oobe-display {
9 background-color: #eee; 9 background-color: #eee;
10 } 10 }
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 position: absolute; 189 position: absolute;
190 top: 9px; 190 top: 9px;
191 width: 0; 191 width: 0;
192 } 192 }
193 193
194 .action-box-button:hover, 194 .action-box-button:hover,
195 .action-box-area.active .action-box-button { 195 .action-box-area.active .action-box-button {
196 border-top: 6px solid #4c4c4c; 196 border-top: 6px solid #4c4c4c;
197 } 197 }
198 198
199 .action-box-remove-user-warning > div,
200 .action-box-remove-user-warning > table {
201 word-wrap: break-word;
202 }
203
199 .action-box-remove-user-warning .remove-warning-button { 204 .action-box-remove-user-warning .remove-warning-button {
200 height: 30px; 205 height: 30px;
201 } 206 }
202 207
203 .action-box-remove-user-warning .remove-warning-button:focus { 208 .action-box-remove-user-warning .remove-warning-button:focus {
204 /* Override the default blue border inherited from 209 /* Override the default blue border inherited from
205 button.custom-appearance:focus. */ 210 button.custom-appearance:focus. */
206 border: 1px solid transparent !important; 211 border: 1px solid transparent !important;
207 box-shadow: inset 0 0 0 1px #fff; 212 box-shadow: inset 0 0 0 1px #fff;
208 } 213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698