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

Unified Diff: chrome/browser/resources/sync_confirmation/sync_confirmation.html

Issue 1930103002: Fixes the spacing between the buttons on the Sync Confirmation Screen (MacOS and Linux) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sync-confirmation-bug-fix
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_confirmation/sync_confirmation.html
diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.html b/chrome/browser/resources/sync_confirmation/sync_confirmation.html
index 91f8d5b066fc862d9852db9c5d3f75315ec257fc..34ddf7e68fc9000caa16aa76b2bc0c0ceac511eb 100644
--- a/chrome/browser/resources/sync_confirmation/sync_confirmation.html
+++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.html
@@ -34,12 +34,17 @@
};
}
- .action-container {
<if expr="is_macosx or is_linux">
+ .action-container {
flex-flow: row-reverse;
justify-content: flex-start;
-</if>
}
+
+ #undoButton {
+ -webkit-margin-end: 8px;
+ -webkit-margin-start: 0;
+ }
+</if>
</style>
</head>
<body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698