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

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_proxy_exclusions.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 body { 5 span {
6 font-family: Roboto; 6 margin: 5px;
7 } 7 }
8 8
9 section { 9 iron-icon {
10 margin-top: 50px; 10 margin: 5px;
11 } 11 }
12 12
13 cr-dropdown-menu { 13 div#container {
14 width: 200px; 14 border: 1px solid lightgrey;
15 height: 100px;
16 margin: 5px;
17 overflow-y: auto;
15 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698