| Index: chrome/browser/resources/edit_search_engine_dialog.css
|
| diff --git a/chrome/browser/resources/edit_search_engine_dialog.css b/chrome/browser/resources/edit_search_engine_dialog.css
|
| index 0f89cfcb9b3056d9387051865703c5096eac5898..268fd4e771c5c98923009b995c57e224030aaf8b 100644
|
| --- a/chrome/browser/resources/edit_search_engine_dialog.css
|
| +++ b/chrome/browser/resources/edit_search_engine_dialog.css
|
| @@ -34,12 +34,13 @@ table {
|
| }
|
|
|
| .action-area {
|
| - -webkit-box-align: center;
|
| - -webkit-box-orient: horizontal;
|
| -webkit-box-pack: end;
|
| + -webkit-box-sizing: border-box;
|
| + bottom: 0;
|
| display: -webkit-box;
|
| padding: 12px;
|
| - text-align: end;
|
| + position: fixed;
|
| + width: 100%;
|
| }
|
|
|
| .button-strip {
|
|
|