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

Unified Diff: chrome/browser/resources/edit_search_engine_dialog.css

Issue 8729042: WebUI "Edit Search Engine" Dialog now wider and deeper and buttons bottom justified (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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 | chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698