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

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

Issue 1346823005: Elim cr_button from md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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 #titleDiv { 5 #titleDiv {
6 margin-bottom: 10px; 6 margin-bottom: 10px;
7 } 7 }
8 8
9 #outerDiv { 9 #outerDiv {
10 margin: 0 40px; 10 margin: 0 40px;
(...skipping 29 matching lines...) Expand all
40 40
41 #infoDiv span { 41 #infoDiv span {
42 margin-bottom: 8px; 42 margin-bottom: 8px;
43 } 43 }
44 44
45 #preferButton { 45 #preferButton {
46 margin: 0 7px 8px -2px; 46 margin: 0 7px 8px -2px;
47 padding: 0 47 padding: 0
48 } 48 }
49 49
50 #advancedDiv cr-button { 50 #advancedDiv paper-button {
51 --paper-button: { 51 --paper-button: {
52 text-align: start; 52 text-align: start;
53 }; 53 };
54 } 54 }
55 55
56 #proxyDiv { 56 #proxyDiv {
57 max-width: 500px; 57 max-width: 500px;
58 } 58 }
59 59
60 paper-checkbox { 60 paper-checkbox {
61 margin-bottom: 10px; 61 margin-bottom: 10px;
62 } 62 }
63 63
64 cr-collapse { 64 cr-collapse {
65 margin: 10px; 65 margin: 10px;
66 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698