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

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

Issue 2412253002: Fix regression showing chrome logo in SAML signin title bar (Closed)
Patch Set: Remove unneeded CSS rules Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_user_image.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 #user-image { 5 #user-image {
6 min-height: 443px; 6 min-height: 443px;
7 padding: 70px 17px 21px; 7 padding: 70px 17px 21px;
8 width: 702px; 8 width: 702px;
9 } 9 }
10 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 .profile-image-loading #profile-image .spinner-bg { 87 .profile-image-loading #profile-image .spinner-bg {
88 display: block; 88 display: block;
89 } 89 }
90 90
91 #profile-image .spinner { 91 #profile-image .spinner {
92 left: 14px; 92 left: 14px;
93 position: absolute; 93 position: absolute;
94 top: 14px; 94 top: 14px;
95 } 95 }
96 96
97 .image-loading.user-image #step-logo {
98 display: none;
99 }
100
101 html[dir=rtl] #user-image-preview { 97 html[dir=rtl] #user-image-preview {
102 float: left; 98 float: left;
103 } 99 }
104 100
105 #user-image-preview-img { 101 #user-image-preview-img {
106 display: block; 102 display: block;
107 max-height: 220px; 103 max-height: 220px;
108 max-width: 220px; 104 max-width: 220px;
109 } 105 }
110 106
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 margin-top: -22px; 246 margin-top: -22px;
251 position: absolute; 247 position: absolute;
252 top: 50%; 248 top: 50%;
253 width: 44px; 249 width: 44px;
254 } 250 }
255 251
256 .camera.live:not(.online) .user-image-stream-area .spinner { 252 .camera.live:not(.online) .user-image-stream-area .spinner {
257 display: block; 253 display: block;
258 } 254 }
259 255
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_user_image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698