summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/search_engines_page/search_engine_adder.css
blob: b4cb0bb3c50122168fe41fb39b1e330f3621d0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 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. */

.input-label {
  font-size: 0.75em;
}

.container {
  margin-top: 14px;
  width: 660px;
}

.add-label {
  width: 660px;
}

.input-field {
  -webkit-margin-end: 20px;
}