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..de4b2c12fb863ff33764559249e6b7bf9b94c785 100644 |
--- a/chrome/browser/resources/edit_search_engine_dialog.css |
+++ b/chrome/browser/resources/edit_search_engine_dialog.css |
@@ -34,12 +34,18 @@ table { |
} |
.action-area { |
- -webkit-box-align: center; |
- -webkit-box-orient: horizontal; |
- -webkit-box-pack: end; |
- display: -webkit-box; |
+ bottom: 0; |
+ padding: 12px; |
+ position: absolute; |
Rick Byers
2011/11/29 22:06:47
I believe the use of webkit-box here was to get th
|
+ right: 0; |
+} |
+ |
+html[dir=rtl] .action-area { |
+ bottom: 0; |
arv (Not doing code reviews)
2011/11/29 21:55:30
no need to duplicate bottom, padding nor position.
|
+ left: 0; |
padding: 12px; |
- text-align: end; |
+ position: absolute; |
+ right: auto; |
} |
.button-strip { |