Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / set_time.css
blobfcc2e4f89db127789086214ef91b1f71637c0eac
1 /* Copyright 2014 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. */
5 body {
6 overflow: hidden; /* Hide scrollbars for accurate size calculation. */
7 padding: 8px 20px;
10 h2 {
11 margin-bottom: 20px;
14 .button-strip {
15 display: flex;
16 justify-content: flex-end;
17 margin-top: 25px;
20 .row {
21 align-items: center;
22 display: flex;
23 margin: 0.65em 0;
26 input[type='date'],
27 input[type='time'] {
28 font-family: inherit;
29 font-size: 16px;
30 letter-spacing: 1px;
31 margin-bottom: 4px;
34 input[type='date']::-webkit-clear-button,
35 input[type='time']::-webkit-clear-button {
36 display: none;
39 label {
40 -webkit-margin-end: 5px;
43 #timezone-select {
44 flex: 1;