Index: chrome/browser/resources/md_user_manager/control_bar.css |
diff --git a/chrome/browser/resources/md_user_manager/control_bar.css b/chrome/browser/resources/md_user_manager/control_bar.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a908de528ed9c76b2f100798133ac5601dc3893c |
--- /dev/null |
+++ b/chrome/browser/resources/md_user_manager/control_bar.css |
@@ -0,0 +1,41 @@ |
+/* 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. |
+ */ |
Dan Beam
2016/02/12 23:42:24
this should be on the previous line:
* found in
Moe
2016/02/20 00:20:58
Done.
|
+ |
+#login-header-bar { |
+ bottom: 0; |
+ left: 0; |
+ min-height: 32px; |
+ padding-bottom: 12px; |
+ padding-top: 12px; |
+ position: absolute; |
+ right: 0; |
+} |
+ |
+paper-button { |
+ border-radius: 2px; |
+ font-size: 13px; |
+ line-height: 32px; |
+ min-width: 52px; |
+ padding: 0 16px; |
+} |
+ |
+#add-user-button { |
+ -webkit-margin-end: 16px; |
+} |
+ |
+#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; |
+ position: absolute; |
+ top: 19px; |
+} |
+ |
+:host-context([dir='rtl']) #logo { |
+ left: auto; |
+ right: 24px; |
+} |