Chromium Code Reviews| 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..4f5813c5e512b1ce33d3ca4e75730f4f9acd5658 100644 |
| --- a/chrome/browser/resources/edit_search_engine_dialog.css |
| +++ b/chrome/browser/resources/edit_search_engine_dialog.css |
| @@ -37,8 +37,11 @@ table { |
| -webkit-box-align: center; |
| -webkit-box-orient: horizontal; |
| -webkit-box-pack: end; |
| + bottom: 0px; |
|
arv (Not doing code reviews)
2011/11/29 20:25:57
s/0px/0/
Kevin Greer
2011/11/29 21:44:53
Done.
|
| display: -webkit-box; |
| padding: 12px; |
| + position: absolute; |
|
arv (Not doing code reviews)
2011/11/29 20:25:57
This seems a bit strange to me. Why do we want to
Kevin Greer
2011/11/29 21:44:53
I want the buttons to be a fixed distance from the
|
| + right: 0px; |
|
arv (Not doing code reviews)
2011/11/29 20:25:57
RTL?
html[dir=rtl] .action-area {
left: 0;
ri
Kevin Greer
2011/11/29 21:44:53
Done.
|
| text-align: end; |
|
arv (Not doing code reviews)
2011/11/29 20:25:57
text-align is not needed if we go with position ab
Kevin Greer
2011/11/29 21:44:53
removed
|
| } |