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

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

Issue 9566039: Make search engine dialog not resize while editing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/options2/search_engine_manager.css
diff --git a/chrome/browser/resources/options2/search_engine_manager.css b/chrome/browser/resources/options2/search_engine_manager.css
index 8fd084c06f37602df8f05ac7ffa3e4a8d2a0e77e..478ea55bcad664e6ac31580cb292302ca1446744 100644
--- a/chrome/browser/resources/options2/search_engine_manager.css
+++ b/chrome/browser/resources/options2/search_engine_manager.css
@@ -3,7 +3,12 @@
* found in the LICENSE file. */
#search-engine-manager-page {
- max-width: 700px;
+ width: 700px;
+}
+
+.search-engine-list input {
+ display: -webkit-box;
+ -webkit-box-flex: 1;
}
.search-engine-list > div {
« 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