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

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

Issue 1509913004: [MD settings] moving dialog css to shared to use in OnStartup and Reset settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for browsertest Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/powerwash_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 64e5334449f0031876234c3af35472c79e78e4d6..a60efce48a19474b2e2af6bc2b623cc64679ffec 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
@@ -4,6 +4,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-icon-item.html">
<dom-module id="settings-startup-urls-page">
+ <link rel="import" type="css" href="chrome://md-settings/settings_dialog.css">
<link rel="import" type="css" href="chrome://md-settings/settings_shared.css">
<link rel="import" type="css" href="on_startup_shared.css">
<template>
@@ -30,15 +31,17 @@
<paper-dialog modal id="addUrlDialog" class="layout vertical">
<div id="dialog-content">
- <div class="dialog-title"
- i18n-content="onStartupSetPages"></div>
- <div class="dialog-body">
- <paper-icon-item class="start">
- <div i18n-content="onStartupAddPage"></div>&nbsp;
- <paper-input class="flex" no-label-float
+ <div class="top-row">
+ <div class="title" i18n-content="onStartupAddPage"></div>
+ <paper-icon-button icon="clear" on-tap="onCancelTap_" id="close">
+ </paper-icon-button>
+ </div>
+ <div class="body">
+ <div class="explanation">
+ <paper-input class="flex" always-float-label
i18n-values="label:onStartupEnterUrl" value="{{newUrl}}">
</paper-input>
- </paper-icon-item>
+ </div>
<div class="button-container">
<div class="action-buttons">
<paper-button class="cancel-button" on-tap="onCancelTap_"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/powerwash_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698