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

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

Issue 2921533005: Settings: Network: Fix some spacing issues (Closed)
Patch Set: Created 3 years, 6 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 <link rel="import" href="../settings_shared_css.html"> 1 <link rel="import" href="../settings_shared_css.html">
2 2
3 <!-- Common styles for Internet settings. --> 3 <!-- Common styles for Internet settings. -->
4 <dom-module id="internet-shared"> 4 <dom-module id="internet-shared">
5 <template> 5 <template>
6 <style include="settings-shared"> 6 <style include="settings-shared">
7 cr-network-icon { 7 cr-network-icon {
8 -webkit-padding-end: var(--settings-box-row-padding); 8 -webkit-padding-end: var(--settings-box-row-padding);
9 } 9 }
10 10
11 iron-icon.policy { 11 iron-icon.policy {
12 -webkit-margin-end: 12px; 12 -webkit-margin-end: var(--cr-controlled-by-spacing);
13 } 13 }
14 14
15 paper-input-container { 15 paper-input-container {
16 --paper-input-container-input: { 16 --paper-input-container-input: {
17 color: var(--paper-grey-600); 17 color: var(--paper-grey-600);
18 font-size: inherit; 18 font-size: inherit;
19 font-weight: 400; 19 font-weight: 400;
20 }; 20 };
21 margin-bottom: 0; 21 margin-bottom: 0;
22 margin-top: -9px; 22 margin-top: -9px;
(...skipping 11 matching lines...) Expand all
34 -webkit-margin-start: calc(12px + 8px); 34 -webkit-margin-start: calc(12px + 8px);
35 } 35 }
36 36
37 .title { 37 .title {
38 font-size: 107.69%; /* 14px / 13px */ 38 font-size: 107.69%; /* 14px / 13px */
39 font-weight: 500; 39 font-weight: 500;
40 } 40 }
41 </style> 41 </style>
42 </template> 42 </template>
43 </dom-module> 43 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698