summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/downloads_page/downloads_page.css
blob: b7960fcdca2a936e61849eb433764f91c016abd1 (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. */

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