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

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

Issue 10444060: Use chrome_html structure for shared_resources and options2 page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 6 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 * This is the stylesheet used by the Out of the box experience (OOBE) flow, 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow,
6 * sign in and lock screens. 6 * sign in and lock screens.
7 */ 7 */
8 8
9 html, 9 html,
10 body { 10 body {
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 1013
1014 span.bold { 1014 span.bold {
1015 font-weight: bold; 1015 font-weight: bold;
1016 } 1016 }
1017 1017
1018 .error-message { 1018 .error-message {
1019 -webkit-padding-start: 30px; 1019 -webkit-padding-start: 30px;
1020 background-image: url('chrome://theme/IDR_WARNING'); 1020 background-image: url('chrome://theme/IDR_WARNING');
1021 background-position: left top; 1021 background-position: left top;
1022 background-repeat: no-repeat; 1022 background-repeat: no-repeat;
1023 background-size: 24px;
1023 } 1024 }
1024 1025
1025 .error-message-padding { 1026 .error-message-padding {
1026 margin-bottom: 10px; 1027 margin-bottom: 10px;
1027 } 1028 }
1028 1029
1029 html[dir=rtl] .error-message { 1030 html[dir=rtl] .error-message {
1030 background-position: right top; 1031 background-position: right top;
1031 } 1032 }
1032 1033
(...skipping 20 matching lines...) Expand all
1053 } 1054 }
1054 1055
1055 #notification-area a { 1056 #notification-area a {
1056 color: rgb(37, 79, 155); 1057 color: rgb(37, 79, 155);
1057 } 1058 }
1058 1059
1059 #notification-area .butter-bar { 1060 #notification-area .butter-bar {
1060 margin: 0 auto; 1061 margin: 0 auto;
1061 max-width: 850px; 1062 max-width: 850px;
1062 } 1063 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/header_bar.css ('k') | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698