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

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

Issue 79113002: kiosk: Network connectivity test during launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hide spacer for non-kiosk error Created 7 years, 1 month 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 | Annotate | Revision Log
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 */ 4 */
5 5
6 #error-message { 6 #error-message {
7 width: 650px; 7 width: 650px;
8 } 8 }
9 9
10 .show-with-ui-state-update, 10 .show-with-ui-state-update,
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 } 84 }
85 85
86 #offline-network-control { 86 #offline-network-control {
87 -webkit-align-items: center; 87 -webkit-align-items: center;
88 display: -webkit-flex; 88 display: -webkit-flex;
89 } 89 }
90 90
91 .offline-network-list-label { 91 .offline-network-list-label {
92 -webkit-margin-end: 10px; 92 -webkit-margin-end: 10px;
93 } 93 }
94
95 .button-spacer {
96 -webkit-box-flex: 1;
97 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698