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

Unified Diff: chrome/browser/resources/new_tab_sync_promo.css

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Promo: Add a way to collapse the sync promo Created 9 years, 5 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
« no previous file with comments | « chrome/browser/resources/new_tab.js ('k') | chrome/browser/resources/new_tab_sync_promo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab_sync_promo.css
===================================================================
--- chrome/browser/resources/new_tab_sync_promo.css (revision 0)
+++ chrome/browser/resources/new_tab_sync_promo.css (revision 0)
@@ -0,0 +1,44 @@
+/* Copyright (c) 2011 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.
+ */
+
+#sync-promo {
+ background-color: #f6f6f6;
+ border-bottom: solid 1px #dbdbdb;
+ margin-top: 0px;
+ position: fixed;
+ width: 100%;
+}
+
+#sync-promo-contents {
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 850px;
+}
+
+#sync-promo-toggle {
+ margin-bottom: 2px;
+ margin-left: auto;
+ margin-right: auto;
+ width: 12px;
+}
+
+#sync-promo.collapsed #sync-promo-toggle-button {
+ -webkit-transform: rotate(180deg);
+}
+
+#sync-setup-configure {
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 475px;
+}
+
+#sync-setup-login-summary-title {
+ font-size: 115%;
+ font-weight: bold;
+}
+
+#sync-setup-login-left-column {
+ padding: 30px;
+}
Property changes on: chrome/browser/resources/new_tab_sync_promo.css
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/resources/new_tab.js ('k') | chrome/browser/resources/new_tab_sync_promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698