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

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

Issue 8502042: Sync Promo: Fix up focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha sort Created 9 years 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/browser_resources.grd ('k') | chrome/browser/resources/sync_promo.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_promo.css
diff --git a/chrome/browser/resources/sync_promo.css b/chrome/browser/resources/sync_promo.css
deleted file mode 100644
index a7728d54051b5cc7ea090dcc44b33cede6f0304b..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/sync_promo.css
+++ /dev/null
@@ -1,130 +0,0 @@
-/* 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.
- */
-
-html {
- font-family: segoe ui, arial, helvetica, sans-serif;
- font-size: 13px;
- height: 100%;
-}
-
-body {
- background-image: -webkit-linear-gradient(
- rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.04));
-}
-
-#sync-setup-overlay {
- background-color: transparent;
- width: 100%;
-}
-
-#sync-setup-login {
- margin: 0 auto;
- max-width: 900px;
- min-width: 830px;
- width: auto;
-}
-
-#sync-setup-configure {
- background-color: transparent;
- margin-left: auto;
- margin-right: auto;
- width: 600px;
-}
-
-#sync-setup-login-promo-column {
- margin-right: 385px;
-}
-
-html[dir='rtl'] #sync-setup-login-promo-column {
- margin-left: 385px;
- margin-right: 0;
-}
-
-#sync-setup-login-content-column {
- float: right;
- width: 335px;
-}
-
-html[dir='rtl'] #sync-setup-login-content-column {
- float: left;
-}
-
-#promo-title {
- margin-top: 33px;
- margin-bottom: 64px;
- text-align: center;
-}
-
-#promo-title[hidden] + div {
- margin-top: 30px;
-}
-
-#promo-infographic {
- margin-top: 14px;
-}
-
-#promo-skip {
- clear: both;
- display: block;
- padding-top: 85px;
- text-align: center;
-}
-
-#promo-advanced,
-#promo-advanced:hover,
-#sync-setup-login-promo-column a:link,
-#sync-setup-login-promo-column a:hover {
- color: #15c;
-}
-
-#promo-advanced:active,
-#sync-setup-login-promo-column a:active {
- color: #d14836;
-}
-
-/* When showing the full page promo, remove top margin from sign-in box. */
-#sync-promo .sign-in {
- margin-top: 0;
-}
-
-#sync-setup-login h1 {
- color: #222;
- font-size: 27px;
- font-weight: normal;
-}
-
-#sync-setup-login-promo-column h2 {
- color: #222;
- font-size: 18px;
- font-weight: normal;
-}
-
-#sync-setup-login-promo-column h3 {
- color: #222;
- font-size: 13px;
- line-height: 13px;
-}
-
-#sync-setup-login-promo-column p {
- color: #222;
- font-size: 13px;
- line-height: 20px;
-}
-
-#promo-info-pane {
- height: 186px;
- position: relative;
-}
-
-#promo-info-pane > * {
- -webkit-transition: opacity 200ms linear;
- opacity: 1;
- position: absolute;
-}
-
-#promo-info-pane > [hidden] {
- display: inline-block; /* Override default user-agent styles. */
- opacity: 0;
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/sync_promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698