Index: chrome/browser/resources/md_user_manager/supervised_user_learn_more.css |
diff --git a/chrome/browser/resources/md_user_manager/control_bar.css b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css |
similarity index 30% |
copy from chrome/browser/resources/md_user_manager/control_bar.css |
copy to chrome/browser/resources/md_user_manager/supervised_user_learn_more.css |
index 77b126010a4969c0e0b9538d1cea967963ec16f1..87e5a5d2381ba3113ae60d52c92682d889c0515a 100644 |
--- a/chrome/browser/resources/md_user_manager/control_bar.css |
+++ b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css |
@@ -2,38 +2,55 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
-#login-header-bar { |
- bottom: 0; |
- left: 0; |
- min-height: 32px; |
- padding-bottom: 12px; |
- padding-top: 12px; |
- position: absolute; |
- right: 0; |
+:host { |
+ align-self: center; |
+}; |
Dan Beam
2016/03/25 02:39:14
}; -> }
Moe
2016/03/29 18:54:39
Oops. Done.
|
+ |
+#container { |
+ color: var(--google-grey-800); |
+ line-height: 20px; |
+ width: 624px; |
} |
-paper-button { |
- border-radius: 2px; |
- line-height: 32px; |
- min-width: 52px; |
- padding: 0 16px; |
+#title-area { |
+ border-bottom: 1px solid rgba(0, 0, 0, .12); |
+ font-size: 16px; |
+ padding-bottom: 16px; |
+} |
+ |
+#title-area iron-icon { |
+ --iron-icon-height: 20px; |
+ --iron-icon-width: 20px; |
+ color: var(--google-grey-500); |
} |
-#addUser { |
- -webkit-margin-end: 16px; |
+.content-area { |
+ padding-top: 32px; |
+ white-space: pre-wrap; |
+ word-wrap: break-word; |
} |
-#logo { |
- content: -webkit-image-set( |
- url(../../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo_name_48.png) 1x, |
- url(../../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo_name_48.png) 2x); |
- height: 18px; |
- left: 24px; |
+#actions { |
+ bottom: 16px; |
position: absolute; |
- top: 19px; |
+ right: 16px; |
+} |
+ |
+:host-context([dir='rtl']) #actions { |
+ left: 16px; |
+ right: auto; |
+} |
+ |
+#actions paper-button { |
+ border-radius: 2px; |
+ font-weight: 500; |
+ line-height: 32px; |
+ margin: 0; |
+ min-width: 52px; |
+ padding: 0 16px; |
} |
-:host-context([dir='rtl']) #logo { |
- left: auto; |
- right: 24px; |
+#actions #done { |
+ background: var(--google-blue-500); |
+ color: white; |
} |