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

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

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 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 5
6 #connect { 6 #connect {
7 min-height: 395px; 7 min-height: 395px;
8 padding: 70px 17px 21px; 8 padding: 70px 17px 21px;
9 } 9 }
10 10
(...skipping 11 matching lines...) Expand all
22 color: #444; 22 color: #444;
23 font-size: 16px; 23 font-size: 16px;
24 margin-bottom: 30px; 24 margin-bottom: 30px;
25 } 25 }
26 26
27 #connect .step-contents { 27 #connect .step-contents {
28 margin: 33px auto 82px; 28 margin: 33px auto 82px;
29 width: 435px; 29 width: 435px;
30 } 30 }
31 31
32 .connect-debugging-specific {
33 display: none;
34 }
35
36 .connect-debugging-view .connect-debugging-specific {
37 display: block;
38 }
39
32 html:not([highlight=strong]) #network-timezone-setting { 40 html:not([highlight=strong]) #network-timezone-setting {
33 display: none; 41 display: none;
34 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698