| Index: chrome/browser/resources/settings/internet_page/network_property_list.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| index 4a0c2660ad8fa022d9710bc102b03ff36d92e226..24ccdd5d891cd2cbb6e8933b4798903b406391cf 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| @@ -1,4 +1,5 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input-container.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_behavior.html">
|
| @@ -7,7 +8,7 @@
|
|
|
| <dom-module name="network-property-list">
|
| <template>
|
| - <style include="internet-shared">
|
| + <style include="iron-flex internet-shared">
|
| paper-input-container {
|
| margin-bottom: -12px;
|
| margin-top: -8px;
|
|
|