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

Unified Diff: chrome/browser/resources/settings/internet_page/network_property_list.html

Issue 2921533005: Settings: Network: Fix some spacing issues (Closed)
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698