Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.css

Issue 2331423008: MD Settings: Search Engines: Move dropdown menu to search_engines_list (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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. */
4
5 .favicon-image {
6 -webkit-margin-end: 8px;
7 background-repeat: no-repeat;
8 background-size: contain;
9 display: inline-block;
10 height: 20px;
11 vertical-align: middle;
12 width: 20px;
13 }
14
15 .name {
16 margin: auto;
17 }
18
19 .dropdown-content {
20 background: white;
21 box-shadow: 0 2px 6px grey;
22 }
23
24 paper-icon-button {
25 -webkit-padding-end: 0;
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698