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 } 46