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

Side by Side Diff: ui/login/screen_container.css

Issue 642313002: Implemented UI for the meetings controller out-of-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Clean up. Created 6 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
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 #outer-container { 6 #outer-container {
7 -webkit-box-align: center; 7 -webkit-box-align: center;
8 -webkit-box-pack: center; 8 -webkit-box-pack: center;
9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */
10 bottom: 51px; /* Leave space for the header bar */ 10 bottom: 51px; /* Leave space for the header bar */
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 #oobe.eula #eula-dot, 158 #oobe.eula #eula-dot,
159 #oobe.gaia-signin #gaia-signin-dot, 159 #oobe.gaia-signin #gaia-signin-dot,
160 #oobe.oauth-enrollment #gaia-signin-dot, 160 #oobe.oauth-enrollment #gaia-signin-dot,
161 #oobe.oauth-enrollment #signin-dot, 161 #oobe.oauth-enrollment #signin-dot,
162 #oobe.signin #signin-dot, 162 #oobe.signin #signin-dot,
163 #oobe.update #update-dot, 163 #oobe.update #update-dot,
164 #oobe.user-image #user-image-dot { 164 #oobe.user-image #user-image-dot {
165 opacity: 1; 165 opacity: 1;
166 } 166 }
167 167
168 #oobe.reset #progress-dots { 168 #oobe.reset #progress-dots,
169 #oobe.host-pairing #progress-dots,
170 #oobe.controller-pairing #progress-dots {
169 visibility: hidden; 171 visibility: hidden;
170 } 172 }
171 173
172 body:not(.oobe-display) #inner-container { 174 body:not(.oobe-display) #inner-container {
173 height: 262px; 175 height: 262px;
174 padding: 0; 176 padding: 0;
175 width: 1100px; 177 width: 1100px;
176 } 178 }
177 179
178 body:not(.oobe-display) #progress-dots { 180 body:not(.oobe-display) #progress-dots {
(...skipping 24 matching lines...) Expand all
203 line-height: 31px; 205 line-height: 31px;
204 text-transform: lowercase; 206 text-transform: lowercase;
205 width: 23em; 207 width: 23em;
206 } 208 }
207 209
208 .header-section::before { 210 .header-section::before {
209 /* Divider in header between product name and title, 211 /* Divider in header between product name and title,
210 * like "[Product name] > [step header]". */ 212 * like "[Product name] > [step header]". */
211 content: '\00A0\203A\00A0\00A0'; 213 content: '\00A0\203A\00A0\00A0';
212 } 214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698