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

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

Issue 1713283002: MD Settings: Manage search engines, polish to match latest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_listener_behavior
Patch Set: remove paper-button dependency Created 4 years, 10 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
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 :host([is-default]) {
6 font-weight: 500;
7 }
8
5 .name-column, 9 .name-column,
6 .keyword-column { 10 .keyword-column {
7 flex: 3; 11 flex: 3;
8 } 12 }
9 13
10 .name-column {
11 display: flex;
12 }
13
14 .url-column { 14 .url-column {
15 flex: 3.5; 15 flex: 4;
16 overflow: hidden; 16 overflow: hidden;
17 text-overflow: ellipsis; 17 text-overflow: ellipsis;
18 white-space: nowrap; 18 white-space: nowrap;
19 } 19 }
20 20
21 .icon-container { 21 .icon-container {
22 flex: 1; 22 -webkit-margin-end: 8px;
23 margin: auto;
24 text-align: center;
25 } 23 }
26 24
27 .name { 25 .name {
28 flex: 3;
29 margin: auto; 26 margin: auto;
30 } 27 }
31 28
32 #container { 29 #container {
33 border-top: 1px solid lightgray; 30 border-top: 1px solid lightgray;
34 display: flex; 31 display: flex;
35 padding: 10px 0; 32 padding: 2px 0;
36 } 33 }
37 34
38 .dropdown-content { 35 .dropdown-content {
39 background: white; 36 background: white;
40 box-shadow: 0 2px 6px grey; 37 box-shadow: 0 2px 6px grey;
41 } 38 }
42 39
43 paper-item:hover { 40 paper-item:hover {
44 background-color: #f0f0f0; 41 background-color: #f0f0f0;
45 } 42 }
43
44 paper-icon-button {
45 -webkit-padding-end: 0;
46 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/search_engines_page/search_engine_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698