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

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_proxy.css

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: Created 5 years, 5 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 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 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 {
6 display: inline-block;
7 }
8
5 select { 9 select {
6 font-size: 16px; 10 font-size: 16px;
7 margin-bottom: 10px; 11 margin-bottom: 10px;
8 margin-top: 10px; 12 margin-top: 10px;
9 padding: 5px; 13 padding: 5px;
10 } 14 }
11 15
12 paper-input-container { 16 span {
13 margin: -10px 5px 0 5px; 17 @apply(--paper-font-subhead);
18 @apply(--paper-input-container-input);
19 margin: 5px;
14 } 20 }
21
22 cr-checkbox {
23 margin-bottom: 10px;
24 }
25
26 cr-input {
27 margin: -9px 5px 0 5px;
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698