Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / settings / search_engines_page / search_engine_entry.css
blobd2b390d6fb5e0cf4ed8a79025fa1e029c239bbba
1 /* Copyright (c) 2015 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. */
5 .icons {
6 display: inline-block;
7 text-align: right;
8 width: 96px;
11 .inputs {
12 display: inline-block;
15 .inputs > cr-input {
16 border-bottom: 1px solid gray;
19 .inputs > cr-input:not(:last-child) {
20 border-right: 1px solid gray;
23 .narrow-input {
24 width: 140px;
27 .wide-input {
28 width: 300px;