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

Side by Side Diff: chrome/browser/resources/settings/internet_page/internet_shared_css.html

Issue 2179223004: MD Settings: Internet: Clean up network and proxy sections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_609156_internet_cleanup_3
Patch Set: Add MAX_NAMESERVERS Created 4 years, 4 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 <link rel="import" href="/settings_shared_css.html">
2
3 <!-- Common styles for Material Design settings. -->
4 <dom-module id="internet-shared">
5 <template>
6 <style include="settings-shared">
7 paper-input-container {
8 --paper-input-container-input: {
9 color: var(--paper-grey-600);
10 font-size: inherit;
11 font-weight: 400;
12 };
13 margin-bottom: 0;
14 margin-top: -9px;
15 }
16
17 .indented {
18 -webkit-margin-start: 20px;
19 }
20
21 .settings-box.embedded {
22 align-self: stretch;
23 border-top: none;
24 padding: 0;
25 }
26 </style>
27 </template>
28 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698