summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/set_time.css
blob: fcc2e4f89db127789086214ef91b1f71637c0eac (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
43
44
45
/* Copyright 2014 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. */

body {
  overflow: hidden;  /* Hide scrollbars for accurate size calculation. */
  padding: 8px 20px;
}

h2 {
  margin-bottom: 20px;
}

.button-strip {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.row {
  align-items: center;
  display: flex;
  margin: 0.65em 0;
}

input[type='date'],
input[type='time'] {
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

input[type='date']::-webkit-clear-button,
input[type='time']::-webkit-clear-button {
  display: none;
}

label {
  -webkit-margin-end: 5px;
}

#timezone-select {
  flex: 1;
}