summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_network.css
blob: d68d22646b88c6c2dfdb125c9f3abe8c1e176c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#connect {
  min-height: 395px;
  padding: 70px 17px 21px;
}

#connect table {
  margin: 7em auto;
}

.control-with-label {
  -webkit-box-align: start;
  display: -webkit-box;
  margin: 10px 0;
}

#welcome-message {
  color: #444;
  font-size: 16px;
  margin-bottom: 30px;
}

#connect .step-contents {
  margin: 33px auto 82px;
  width: 435px;
}

.connect-debugging-specific {
  display: none;
}

.connect-debugging-view .connect-debugging-specific {
  display: block;
}

html:not([highlight=strong]) #network-timezone-setting {
  display: none;
}