Chromium Code Reviews| Index: chrome/browser/resources/settings/date_time_page/date_time_page.css |
| diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.css b/chrome/browser/resources/settings/date_time_page/date_time_page.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee552ef5d1b9eee2329ebdca7d6c19ff9e0a31ce |
| --- /dev/null |
| +++ b/chrome/browser/resources/settings/date_time_page/date_time_page.css |
| @@ -0,0 +1,31 @@ |
| +/* Copyright 2015 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. */ |
| + |
| +core-label { |
| + margin: 10px; |
| +} |
| + |
| +.time-zone-label { |
| + -webkit-margin-end: 10px; |
| +} |
| + |
| +cr-checkbox { |
| + -webkit-margin-end: 10px; |
| +} |
| + |
| +cr-input { |
|
michaelpg
2015/03/08 05:57:08
some of this looks copy-pasted from downloads_page
Oren Blasberg
2015/03/10 01:25:01
Done.
|
| + width: 300px; |
| +} |
| + |
| +cr-input /deep/ #input { |
| + margin: 0.25em 0; |
| +} |
| + |
| +.location-label { |
| + -webkit-margin-end: 10px; |
| +} |
| + |
| +#setAutomatically { |
| + margin: 10px; |
| +} |