| 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 7841ccec3f779ec89057fd044c578ab071a06780..49d7c25c5792a36caa7616e3d72b9b947796b248 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| @@ -4,12 +4,13 @@
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_behavior.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_indicator.html">
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.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="internet_shared_css.html">
|
|
|
| <dom-module id="network-property-list">
|
| <template>
|
| - <style include="internet-shared">
|
| + <style include="internet-shared iron-flex">
|
| paper-input-container {
|
| margin-bottom: -12px;
|
| margin-top: -8px;
|
| @@ -35,7 +36,8 @@
|
| <!-- Propety label -->
|
| <div>[[getPropertyLabel_(item, prefix)]]</div>
|
| <!-- Uneditable property value -->
|
| - <div hidden="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
|
| + <div class="layout horizontal"
|
| + hidden="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
|
| <div class="secondary">
|
| [[getPropertyValue_(item, prefix, propertyDict)]]
|
| </div>
|
|
|