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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 #sync-promo {
7 background-color: #f6f6f6;
8 border-bottom: solid 1px #dbdbdb;
9 margin-top: 0px;
10 position: fixed;
11 width: 100%;
12 }
13
14 #sync-promo-contents {
15 margin-left: auto;
16 margin-right: auto;
17 max-width: 850px;
18 }
19
20 #sync-promo-toggle {
21 margin-bottom: 2px;
22 margin-left: auto;
23 margin-right: auto;
24 width: 12px;
25 }
26
27 #sync-promo.collapsed #sync-promo-toggle-button {
28 -webkit-transform: rotate(180deg);
29 }
30
31 #sync-setup-configure {
32 margin-left: auto;
33 margin-right: auto;
34 max-width: 475px;
35 }
36
37 #sync-setup-login-summary-title {
38 font-size: 115%;
39 font-weight: bold;
40 }
41
42 #sync-setup-login-left-column {
43 padding: 30px;
44 }
OLDNEW
« 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