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

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

Issue 7758003: [cros] WebUI OOBE polishing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: button Created 9 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 */ 6 */
7 7
8 html, 8 html,
9 body { 9 body {
10 height: 100%; 10 height: 100%;
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 margin: 10px 0 10px 0; 161 margin: 10px 0 10px 0;
162 display: -webkit-box; 162 display: -webkit-box;
163 -webkit-box-align: start; 163 -webkit-box-align: start;
164 } 164 }
165 165
166 .menu-area { 166 .menu-area {
167 margin: 5px 5px 5px 5px; 167 margin: 5px 5px 5px 5px;
168 } 168 }
169 169
170 .menu-control { 170 .menu-control {
171 font-family: inherit;
172 line-height: 20px;
171 width: 250px; 173 width: 250px;
172 } 174 }
173 175
174 .label { 176 .label {
175 margin: 5px 5px 5px 0; 177 margin: 5px 5px 5px 0;
176 padding: 5px 5px 5px 0; 178 padding: 5px 5px 5px 0;
177 width: 170px; 179 width: 170px;
178 } 180 }
179 181
180 #connect { 182 #connect {
(...skipping 29 matching lines...) Expand all
210 #user-image-preview { 212 #user-image-preview {
211 border-radius: 4px; 213 border-radius: 4px;
212 float: right; 214 float: right;
213 height: 250px; 215 height: 250px;
214 margin: 4px; 216 margin: 4px;
215 width: 250px; 217 width: 250px;
216 } 218 }
217 219
218 #footer button { 220 #footer button {
219 display: none; 221 display: none;
220 height: 29px; 222 font-family: inherit;
223 height: 28px;
221 } 224 }
222 225
223 #oobe.connect #continue-button, 226 #oobe.connect #continue-button,
224 #oobe.eula #back-button, 227 #oobe.eula #back-button,
225 #oobe.eula #accept-button, 228 #oobe.eula #accept-button,
226 #oobe.signin #signin-button, 229 #oobe.signin #signin-button,
227 #oobe.user-image #ok-button, 230 #oobe.user-image #ok-button,
228 #oobe.oauth-enrollment #oauth-enroll-cancel-button, 231 #oobe.oauth-enrollment #oauth-enroll-cancel-button,
229 #oobe.oauth-enrollment #oauth-enroll-done-button { 232 #oobe.oauth-enrollment #oauth-enroll-done-button {
230 display: inline-block; 233 display: inline-block;
231 } 234 }
232 235
233 #oobe.connect #connect-dot, 236 #oobe.connect #connect-dot,
234 #oobe.eula #eula-dot, 237 #oobe.eula #eula-dot,
235 #oobe.signin #signin-dot, 238 #oobe.signin #signin-dot,
236 #oobe.gaia-signin #gaia-signin-dot, 239 #oobe.gaia-signin #gaia-signin-dot,
237 #oobe.enrollment #signin-dot, 240 #oobe.enrollment #signin-dot,
238 #oobe.enrollment #gaia-signin-dot, 241 #oobe.enrollment #gaia-signin-dot,
239 #oobe.oauth-enrollment #signin-dot, 242 #oobe.oauth-enrollment #signin-dot,
240 #oobe.oauth-enrollment #gaia-signin-dot, 243 #oobe.oauth-enrollment #gaia-signin-dot,
241 #oobe.user-image #user-image-dot { 244 #oobe.user-image #user-image-dot {
242 opacity: 0.4; 245 opacity: 0.4;
243 } 246 }
244 247
248 #account-picker-dot,
245 #enrollment-dot, 249 #enrollment-dot,
246 #oauth-enrollment-dot { 250 #oauth-enrollment-dot,
251 #update-dot {
247 display: none; 252 display: none;
248 } 253 }
249 254
250 #connect table { 255 #connect table {
251 margin: 7em auto; 256 margin: 7em auto;
252 } 257 }
253 258
254 #security-info { 259 #security-info {
255 bottom: 10px; 260 bottom: 10px;
256 position: absolute; 261 position: absolute;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 } 368 }
364 369
365 [hidden] { 370 [hidden] {
366 display: none !important; 371 display: none !important;
367 } 372 }
368 373
369 #popup-overlay { 374 #popup-overlay {
370 -webkit-box-align: center; 375 -webkit-box-align: center;
371 -webkit-box-pack: center; 376 -webkit-box-pack: center;
372 -webkit-transition: 0.25s opacity; 377 -webkit-transition: 0.25s opacity;
373 background: #fff; 378 background: rgba(255, 255, 255, .75);
374 bottom: 0; 379 bottom: 0;
375 display: -webkit-box; 380 display: -webkit-box;
376 left: 0; 381 left: 0;
377 opacity: 0.75;
378 padding-bottom: 130px; 382 padding-bottom: 130px;
379 padding: 20px; 383 padding: 20px;
380 position: fixed; 384 position: fixed;
381 right: 0; 385 right: 0;
382 top: 0; 386 top: 0;
383 z-index: 5; 387 z-index: 5;
384 } 388 }
385 389
386 #enroll-login-screen { 390 #enroll-login-screen {
387 display: -webkit-box; 391 display: -webkit-box;
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 -webkit-user-select: none; 652 -webkit-user-select: none;
649 -webkit-box-align: start; 653 -webkit-box-align: start;
650 background-image: url('../../shared/images/select.png'), 654 background-image: url('../../shared/images/select.png'),
651 -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); 655 -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
652 background-position: center right; 656 background-position: center right;
653 background-repeat: no-repeat; 657 background-repeat: no-repeat;
654 border: 1px solid #aaa; 658 border: 1px solid #aaa;
655 color: #555; 659 color: #555;
656 display: -webkit-box; 660 display: -webkit-box;
657 font-size: inherit; 661 font-size: inherit;
658 height: 20px; 662 height: 22px;
659 margin: 0; 663 margin: 0;
660 overflow: hidden; 664 overflow: hidden;
661 padding-top: 1px; 665 padding-top: 2px;
662 padding-bottom: 1px; 666 padding-bottom: 2px;
663 text-overflow: ellipsis; 667 text-overflow: ellipsis;
664 text-align: left; 668 text-align: left;
665 text-indent: 4px; 669 text-indent: 4px;
666 white-space: nowrap; 670 white-space: nowrap;
667 z-index: 10; 671 z-index: 10;
668 } 672 }
669 673
670 .dropdown-title:hover { 674 .dropdown-title:hover {
671 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 675 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
672 background-image: url('../../shared/images/select.png'), 676 background-image: url('../../shared/images/select.png'),
673 -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9); 677 -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
674 color: #333; 678 color: #333;
675 background-position: center right; 679 background-position: center right;
676 background-repeat: no-repeat; 680 background-repeat: no-repeat;
677 } 681 }
678 682
679 .dropdown-title img { 683 .dropdown-title img {
680 height: 20px;
681 maring-top: -1px; 684 maring-top: -1px;
682 } 685 }
683 686
684 .dropdown-title div { 687 .dropdown-title div {
685 margin-top: 1px; 688 margin-top: 1px;
686 } 689 }
687 690
688 .dropdown-container { 691 .dropdown-container {
689 background: #f7f7f7; 692 background: #f7f7f7;
690 border: 1px solid #7c91bf; 693 border: 1px solid #7c91bf;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 } 767 }
765 768
766 .dropdown-overlay { 769 .dropdown-overlay {
767 bottom: 0; 770 bottom: 0;
768 left: 0; 771 left: 0;
769 position: fixed; 772 position: fixed;
770 right: 0; 773 right: 0;
771 top: 0; 774 top: 0;
772 z-index: 5; 775 z-index: 5;
773 } 776 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698