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

Side by Side Diff: chrome/browser/resources/chromeos/set_time.css

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, single quotes in browsertest js Created 6 years, 7 months 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 | Annotate | Revision Log
OLDNEW
(Empty)
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. */
4
5 body {
6 overflow: hidden; /* Hide scrollbars for accurate size calculation. */
7 padding: 8px 20px;
8 }
9
10 h2 {
11 margin-bottom: 20px;
12 }
13
14 .button-strip {
15 display: flex;
16 justify-content: flex-end;
17 margin-top: 25px;
18 }
19
20 .row {
21 align-items: center;
22 display: flex;
23 margin: 0.65em 0;
24 }
25
26 input[type='date'],
27 input[type='time'] {
28 font-family: inherit;
29 font-size: 16px;
30 letter-spacing: 1px;
31 margin-bottom: 4px;
32 }
33
34 input[type='date']::-webkit-clear-button,
35 input[type='time']::-webkit-clear-button {
36 display: none;
37 }
38
39 label {
40 -webkit-margin-end: 5px;
41 }
42
43 #timezone-select {
44 flex: 1;
45 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/set_time_dialog.cc ('k') | chrome/browser/resources/chromeos/set_time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698