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

Side by Side Diff: chrome/browser/resources/sync_promo.css

Issue 8283014: Sync: Update look of sign in box (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing binary Created 9 years, 2 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
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 html { 6 html {
7 font-family: segoe ui, arial, helvetica, sans-serif; 7 font-family: segoe ui, arial, helvetica, sans-serif;
8 font-size: 13px;
8 height: 100%; 9 height: 100%;
9 } 10 }
10 11
11 body { 12 body {
12 background-image: -webkit-linear-gradient( 13 background-image: -webkit-linear-gradient(
13 rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.04)); 14 rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.04));
14 } 15 }
15 16
16 #sync-setup-overlay { 17 #sync-setup-overlay {
17 background-color: transparent; 18 background-color: transparent;
18 width: 100%; 19 width: 100%;
19 } 20 }
20 21
21 #sync-setup-login { 22 #sync-setup-login {
22 margin-left: auto; 23 margin: 0 auto;
23 margin-right: auto; 24 max-width: 900px;
24 width: 800px; 25 min-width: 830px;
26 width: auto;
25 } 27 }
26 28
27 #sync-setup-configure { 29 #sync-setup-configure {
28 background-color: transparent; 30 background-color: transparent;
29 margin-left: auto; 31 margin-left: auto;
30 margin-right: auto; 32 margin-right: auto;
31 width: 600px; 33 width: 600px;
32 } 34 }
33 35
34 #sync-setup-login-promo-column { 36 #sync-setup-login-promo-column {
35 display: block; 37 margin-right: 385px;
36 float: left; 38 }
37 width: 500px; 39
40 html[dir='rtl'] #sync-setup-login-promo-column {
41 margin-left: 385px;
42 margin-right: 0;
38 } 43 }
39 44
40 #sync-setup-login-content-column { 45 #sync-setup-login-content-column {
41 float: right; 46 float: right;
42 width: 275px; 47 width: 335px;
48 }
49
50 html[dir='rtl'] #sync-setup-login-content-column {
51 float: left;
43 } 52 }
44 53
45 #promo-title { 54 #promo-title {
46 display: block; 55 display: block;
47 margin-top: 33px; 56 margin-top: 33px;
48 margin-bottom: 64px; 57 margin-bottom: 64px;
49 text-align: center; 58 text-align: center;
50 } 59 }
51 60
52 h1 { 61 #promo-infographic {
53 font-size: 180%; 62 margin-top: 14px;
54 font-weight: normal;
55 }
56
57 #promo-message-title {
58 font-size: 120%;
59 }
60
61 #promo-message-body {
62 font-size: 85%;
63 margin-top: 8px;
64 margin-bottom: 28px;
65 } 63 }
66 64
67 #promo-skip { 65 #promo-skip {
68 clear: both; 66 clear: both;
69 display: block; 67 display: block;
70 padding-top: 85px; 68 padding-top: 85px;
71 text-align: center; 69 text-align: center;
72 } 70 }
73 71
74 #promo-information > h3 {
75 font-size: 85%;
76 margin-bottom: 0;
77 margin-top: 0;
78 }
79
80 #promo-information > p {
81 font-size: 85%;
82 margin-top: 0;
83 }
84
85 #promo-advanced-link { 72 #promo-advanced-link {
86 font-size: 85%; 73 font-size: 85%;
87 margin: 0 10px; 74 margin: 0 10px;
88 } 75 }
89 76
77 #sync-setup-login h1 {
78 color: #222;
79 font-size: 27px;
80 font-weight: normal;
81 }
82
83 #sync-setup-login-promo-column h2 {
84 color: #222;
85 font-size: 18px;
86 font-weight: normal;
87 }
88
89 #sync-setup-login-promo-column h3 {
90 color: #222;
91 font-size: 13px;
92 line-height: 13px;
93 }
94
95 #sync-setup-login-promo-column p {
96 color: #222;
97 font-size: 13px;
98 line-height: 20px;
99 }
100
90 #promo-info-pane { 101 #promo-info-pane {
91 height: 186px; 102 height: 186px;
92 position: relative; 103 position: relative;
93 } 104 }
94 105
95 #promo-info-pane > * { 106 #promo-info-pane > * {
96 -webkit-transition: opacity .2s linear; 107 -webkit-transition: opacity .2s linear;
97 opacity: 1; 108 opacity: 1;
98 position: absolute; 109 position: absolute;
99 } 110 }
100 111
101 #promo-info-pane > [hidden] { 112 #promo-info-pane > [hidden] {
102 display: inline-block; /* Override default user-agent styles. */ 113 display: inline-block; /* Override default user-agent styles. */
103 opacity: 0; 114 opacity: 0;
104 } 115 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_source_unittest.cc ('k') | chrome/browser/resources/sync_promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698