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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html

Issue 2840713002: MD Settings: Remove usage of deprecated iron-flex-layout.html. (Closed)
Patch Set: Fix broken layout in startup_urls_page.html Created 3 years, 8 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/on_startup_page/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index 451ca112c15fc22de6a89e75ce8a342602ad968a..e48bde1e13343baa16adb0a2aa6336c3a65160a0 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -1,7 +1,7 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/html/action_link.html">
<link rel="import" href="chrome://resources/html/action_link_css.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.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/iron-list/iron-list.html">
<link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
<link rel="import" href="chrome://resources/cr_elements/cr_scrollable_behavior.html">
@@ -13,7 +13,7 @@
<dom-module id="settings-startup-urls-page">
<template>
- <style include="settings-shared action-link">
+ <style include="settings-shared action-link iron-flex">
#outer {
@apply(--settings-list-frame-padding);
max-height: 395px; /** Enough height to show six entries. */
@@ -28,7 +28,7 @@
}
</style>
<div id="outer" class="layout vertical flex vertical-list">
- <div id="container" class="scroll-container flex" scrollable>
+ <div id="container" class="scroll-container" scrollable>
<iron-list items="[[startupPages_]]" scroll-target="container">
<template>
<settings-startup-url-entry model="[[item]]"

Powered by Google App Engine
This is Rietveld 408576698