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

Unified Diff: chrome/browser/resources/md_user_manager/supervised_user_learn_more.css

Issue 1630903002: material design user manager with create profile flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments #2 Created 4 years, 10 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/supervised_user_learn_more.css
diff --git a/chrome/browser/resources/options/supervised_user_learn_more.css b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css
similarity index 78%
copy from chrome/browser/resources/options/supervised_user_learn_more.css
copy to chrome/browser/resources/md_user_manager/supervised_user_learn_more.css
index e54d68b89a3667532b04dce66f201f0755e28615..b4473e2f8055f9982342927607c80305d9d9d38e 100644
--- a/chrome/browser/resources/options/supervised_user_learn_more.css
+++ b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css
@@ -1,11 +1,13 @@
-/* Copyright 2014 The Chromium Authors. All rights reserved.
+/* Copyright 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#supervised-user-learn-more {
+#container {
+ background-color: white;
display: flex;
flex-direction: column;
- width: 722px;
+ margin: 0 auto;
+ max-width: 722px;
}
#supervised-user-learn-more-title {
@@ -39,3 +41,11 @@
#supervised-user-learn-more-action-area {
padding: 20px;
}
+
+paper-button {
+ border-radius: 2px;
+ font-size: 13px;
+ line-height: 32px;
+ min-width: 52px;
+ padding: 0 16px;
+}

Powered by Google App Engine
This is Rietveld 408576698