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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_error_message.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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 (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 */
5 4
6 #error-message { 5 #error-message {
7 width: 650px; 6 width: 650px;
8 } 7 }
9 8
10 .show-with-ui-state-update, 9 .show-with-ui-state-update,
11 .show-with-ui-state-signin, 10 .show-with-ui-state-signin,
12 .show-with-ui-state-supervised, 11 .show-with-ui-state-supervised,
13 .show-with-ui-state-kiosk-mode, 12 .show-with-ui-state-kiosk-mode,
14 .show-with-ui-state-local-state-error, 13 .show-with-ui-state-local-state-error,
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 } 140 }
142 141
143 #error-navigation { 142 #error-navigation {
144 color: rgba(0, 0, 0, .54); 143 color: rgba(0, 0, 0, .54);
145 left: 0; 144 left: 0;
146 position: absolute; 145 position: absolute;
147 right: 0; 146 right: 0;
148 top: 0; 147 top: 0;
149 z-index: 1; 148 z-index: 1;
150 } 149 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698