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

Unified Diff: chrome/browser/resources/sync_promo/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/resources/sync_promo.js ('k') | chrome/browser/resources/sync_promo/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/sync_promo.css
diff --git a/chrome/browser/resources/sync_promo.css b/chrome/browser/resources/sync_promo/sync_promo.css
similarity index 93%
rename from chrome/browser/resources/sync_promo.css
rename to chrome/browser/resources/sync_promo/sync_promo.css
index a7728d54051b5cc7ea090dcc44b33cede6f0304b..ab03c527e327343cf255410fdd4da6399d1d8329 100644
--- a/chrome/browser/resources/sync_promo.css
+++ b/chrome/browser/resources/sync_promo/sync_promo.css
@@ -23,9 +23,14 @@ body {
margin: 0 auto;
max-width: 900px;
min-width: 830px;
+ position: relative;
width: auto;
}
+#sync-setup-login > div:first-of-type {
+ position: relative;
+}
+
#sync-setup-configure {
background-color: transparent;
margin-left: auto;
@@ -34,12 +39,14 @@ body {
}
#sync-setup-login-promo-column {
- margin-right: 385px;
+ left: 0;
+ position: absolute;
+ width: 444px;
}
html[dir='rtl'] #sync-setup-login-promo-column {
- margin-left: 385px;
- margin-right: 0;
+ left: auto;
+ right: 0;
}
#sync-setup-login-content-column {
« no previous file with comments | « chrome/browser/resources/sync_promo.js ('k') | chrome/browser/resources/sync_promo/sync_promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698