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

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

Issue 8826009: chromeos: Fix cursor on OOBE network screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | chrome/browser/resources/chromeos/login/oobe_screen_network.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 (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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 line-height: 45px; 92 line-height: 45px;
93 padding-top: 1px; 93 padding-top: 1px;
94 } 94 }
95 95
96 #header span { 96 #header span {
97 text-transform: lowercase; 97 text-transform: lowercase;
98 } 98 }
99 99
100 #header span, 100 #header span,
101 #user-image-screen-curtain p, 101 #user-image-screen-curtain p,
102 .label { 102 .label,
103 .menu-control {
103 cursor: default; 104 cursor: default;
104 } 105 }
105 106
106 #header-sections { 107 #header-sections {
107 display: inline-block; 108 display: inline-block;
108 height: 30px; 109 height: 30px;
109 position: relative; 110 position: relative;
110 } 111 }
111 112
112 .header-section:before { 113 .header-section:before {
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 left: 10px; 729 left: 10px;
729 opacity: 1.0; 730 opacity: 1.0;
730 position: absolute; 731 position: absolute;
731 right: 10px; 732 right: 10px;
732 text-shadow: 0 1px 1px #fff; 733 text-shadow: 0 1px 1px #fff;
733 } 734 }
734 735
735 #offline-network-control { 736 #offline-network-control {
736 margin-left: 60px; 737 margin-left: 60px;
737 } 738 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698