| 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>
|
|
|