summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/downloads_page/downloads_page.css
blob: ebdafd70d6f8c8acfecf4e234c624fffcf49a8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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. */

cr-settings-input {
  /* This ensures that the "Download location" label and the text in the input
   * itself are vertically aligned. */
  margin-bottom: 1em;
  width: 300px;
}

#locationLabel {
  -webkit-margin-end: 10px;
}