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

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

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing screen_account_picker.css Created 8 years, 8 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 | 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-screen-title { 6 #error-message-screen-title {
7 -webkit-margin-end: 60px;
7 -webkit-margin-start: 60px; 8 -webkit-margin-start: 60px;
8 -webkit-margin-end: 60px;
9 display: block; 9 display: block;
10 font-weight: bold; 10 font-weight: bold;
11 margin-bottom: 20px; 11 margin-bottom: 20px;
12 } 12 }
13 13
14 #error-message-body { 14 #error-message-body {
15 -webkit-margin-end: 60px;
15 -webkit-margin-start: 60px; 16 -webkit-margin-start: 60px;
16 -webkit-margin-end: 60px;
17 display: block; 17 display: block;
18 } 18 }
19 19
20 #captive-portal-network-select-text { 20 #captive-portal-network-select-text {
21 margin-top: 20px; 21 margin-top: 20px;
22 } 22 }
23 23
24 .show-with-offline-message, 24 .show-with-offline-message,
25 .show-with-captive-portal, 25 .show-with-captive-portal,
26 .show-with-proxy-error { 26 .show-with-proxy-error {
27 display: none; 27 display: none;
28 } 28 }
29 29
30 .show-offline-message .show-with-offline-message, 30 .show-offline-message .show-with-offline-message,
31 .show-captive-portal .show-with-captive-portal, 31 .show-captive-portal .show-with-captive-portal,
32 .show-proxy-error .show-with-proxy-error { 32 .show-proxy-error .show-with-proxy-error {
33 display: block; 33 display: block;
34 } 34 }
35 35
36 #error-guest-signin, 36 #error-guest-signin,
37 #error-offline-login { 37 #error-offline-login {
38 -webkit-margin-start: 60px; 38 -webkit-margin-start: 60px;
39 margin-bottom: 21px; 39 margin-bottom: 21px;
40 } 40 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/screen_gaia_signin.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698