summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/users_page/users_page.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/users_page/users_page.css')
-rw-r--r--chromium/chrome/browser/resources/settings/users_page/users_page.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/users_page/users_page.css b/chromium/chrome/browser/resources/settings/users_page/users_page.css
new file mode 100644
index 00000000000..de1cfa545ae
--- /dev/null
+++ b/chromium/chrome/browser/resources/settings/users_page/users_page.css
@@ -0,0 +1,23 @@
+/* Copyright 2015 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. */
+
+#addUserInput {
+ width: 100%;
+}
+
+.add-user-button {
+ padding-top: 25px;
+}
+
+.page-content > div {
+ margin-top: 30px;
+}
+
+.users {
+ -webkit-margin-start: 50px;
+}
+
+cr-input {
+ width: 300px;
+}