Commit 3a26ff6e authored by dpapad's avatar dpapad Committed by Commit bot

MD Settings: Rename select_css.html to md_select_css.html.

BUG=651513
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2393463002
Cr-Commit-Position: refs/heads/master@{#422879}
parent 1163ff62
<link rel="import" href="/settings_vars_css.html">
<dom-module id="select">
<dom-module id="md-select">
<template>
<style>
select {
......
......@@ -4,12 +4,12 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-textarea.html">
<link rel="import" href="/md_select_css.html">
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/select_css.html">
<dom-module id="settings-address-edit-dialog">
<template>
<style include="settings-shared select">
<style include="settings-shared md-select">
.address-row {
display: flex;
}
......
......@@ -3,11 +3,11 @@
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="/md_select_css.html">
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/select_css.html">
<dom-module id="settings-credit-card-edit-dialog">
<style include="settings-shared select">
<style include="settings-shared md-select">
paper-input {
width: var(--paper-input-max-width);
}
......
......@@ -2,17 +2,17 @@
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="/md_select_css.html">
<link rel="import" href="/route.html">
<link rel="import" href="/search_engines_page/search_engines_page.html">
<link rel="import" href="/search_engines_page/search_engines_browser_proxy.html">
<link rel="import" href="/settings_page/settings_animated_pages.html">
<link rel="import" href="/settings_page/settings_subpage.html">
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/select_css.html">
<dom-module id="settings-search-page">
<template>
<style include="settings-shared select"></style>
<style include="settings-shared md-select"></style>
<settings-animated-pages id="pages" section="search">
<neon-animatable route-path="default">
<div class="settings-box first">
......
......@@ -233,8 +233,8 @@
file="settings_shared_css.html"
type="chrome_html"
flattenhtml="true" />
<structure name="IDR_SETTINGS_SELECT_CSS_HTML"
file="select_css.html"
<structure name="IDR_SETTINGS_MD_SELECT_CSS_HTML"
file="md_select_css.html"
type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
file="settings_ui/settings_ui.html"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment