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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_pages.html

Issue 1932403002: MD User Manager: Removes external style sheets in Polymer components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/md_user_manager/user_manager_pages.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_pages.html b/chrome/browser/resources/md_user_manager/user_manager_pages.html
index 5446da4e17e5a806b3e61ac2498cc6b42aabf97c..9e5276f12d2366470deb40f88c423af4413b9de0 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_pages.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_pages.html
@@ -7,9 +7,17 @@
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animated-pages.html">
<dom-module id="user-manager-pages">
- <link rel="import" type="css"
- href="chrome://md-user-manager/user_manager_pages.css">
<template>
+ <style>
+ neon-animated-pages {
+ height: 100%;
+ }
+
+ neon-animated-pages > div {
+ display: flex;
+ justify-content: center;
+ }
+ </style>
<neon-animated-pages id="animatedPages" attr-for-selected="id"
selected="[[selectedPage_]]" entry-animation="slide-from-left-animation"
exit-animation="slide-right-animation">

Powered by Google App Engine
This is Rietveld 408576698