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

Unified Diff: chrome/browser/resources/options/search_engine_manager.css

Issue 382963003: fix sizing of inputs in search engine manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/search_engine_manager.css
diff --git a/chrome/browser/resources/options/search_engine_manager.css b/chrome/browser/resources/options/search_engine_manager.css
index 68ad445ab7fce8a8bcf424ab494786f5377e4555..3235031b0355d8d7c10ddd512f8ff1db9903c271 100644
--- a/chrome/browser/resources/options/search_engine_manager.css
+++ b/chrome/browser/resources/options/search_engine_manager.css
@@ -7,8 +7,7 @@
}
.search-engine-list input {
- -webkit-box-flex: 1;
- display: -webkit-box;
+ width: 100%;
}
.search-engine-list > div {
@@ -69,6 +68,7 @@
}
.search-engine-list .url-column .list-inline-button {
+ -webkit-margin-start: 1ex;
Dan Beam 2014/07/10 22:28:54 nit: did you mean em?
Evan Stade 2014/07/10 22:50:32 no, this is meant to match L40
margin-top: 0;
padding: 1px 6px 2px 6px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698