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

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

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 hr.bottom { 123 hr.bottom {
124 background: -webkit-linear-gradient(bottom, 124 background: -webkit-linear-gradient(bottom,
125 rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); 125 rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
126 border-bottom: 1px solid rgba(0, 0, 0, 0.5); 126 border-bottom: 1px solid rgba(0, 0, 0, 0.5);
127 height: 4px; 127 height: 4px;
128 z-index: 0; 128 z-index: 0;
129 } 129 }
130 130
131 #header { 131 #header {
132 -webkit-padding-start: 45px; 132 -webkit-padding-start: 45px;
133 /* TODO(thakis): Move oobe.html to a structure element, then the
134 * image set should be inserted automatically. */
133 background-image: -webkit-image-set( 135 background-image: -webkit-image-set(
134 url('chrome://theme/IDR_PRODUCT_LOGO_32') 1x, 136 url('chrome://theme/IDR_PRODUCT_LOGO_32') 1x,
135 url('chrome://theme/IDR_PRODUCT_LOGO_64') 2x); 137 url('chrome://theme/IDR_PRODUCT_LOGO_32@2x') 2x);
136 background-position: left center; 138 background-position: left center;
137 background-repeat: no-repeat; 139 background-repeat: no-repeat;
138 background-size: 32px; 140 background-size: 32px;
139 color: #666; 141 color: #666;
140 display: -webkit-box; 142 display: -webkit-box;
141 font-size: 23px; 143 font-size: 23px;
142 height: 47px; 144 height: 47px;
143 line-height: 45px; 145 line-height: 45px;
144 padding-top: 1px; 146 padding-top: 1px;
145 } 147 }
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 width: 100%; 1258 width: 100%;
1257 } 1259 }
1258 1260
1259 #background-transition { 1261 #background-transition {
1260 height: 100%; 1262 height: 100%;
1261 left: 0; 1263 left: 0;
1262 position: absolute; 1264 position: absolute;
1263 top: 0; 1265 top: 0;
1264 width: 100%; 1266 width: 100%;
1265 } 1267 }
OLDNEW
« no previous file with comments | « chrome/browser/first_run/try_chrome_dialog_view.cc ('k') | chrome/browser/resources/help/help.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698