Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_network.css
blob7e3d86006c2c43ab1c9e5224cb7be4bb1718a8c3
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
3 * found in the LICENSE file.
4 */
6 #connect {
7 min-height: 395px;
8 padding: 70px 17px 21px;
11 #connect table {
12 margin: 7em auto;
15 .control-with-label {
16 -webkit-box-align: start;
17 display: -webkit-box;
18 margin: 10px 0;
21 #welcome-message {
22 color: #444;
23 font-size: 16px;
24 margin-bottom: 30px;
27 #connect .step-contents {
28 margin: 33px auto 82px;
29 width: 435px;
32 html:not([highlight=strong]) #network-timezone-setting {
33 display: none;