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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.html

Issue 2191203002: [MD settings] remove label float from dropdowns so that they center correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | chrome/browser/resources/settings/site_settings/media_picker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 5f0d6c0c4b9c6c103abd1d35f67289e6d0858694..cc4f0495dea4bdf8f3cbb6fc6113bb5d9df0b901 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -19,7 +19,7 @@
<neon-animatable id="main">
<div class="settings-box first">
<p class="start">$i18n{searchExplanation}</p>
- <paper-dropdown-menu vertical-align="auto">
+ <paper-dropdown-menu vertical-align="auto" no-label-float>
stevenjb 2016/07/29 16:21:08 I am wondering if we could do something like this
michaelpg 2016/07/29 17:40:36 seems like no-label-float does a variety of magica
stevenjb 2016/07/29 17:45:34 OK. Wish there were a way to change the default. O
<paper-listbox class="dropdown-content"
selected="[[getSelectedSearchEngineIndex_(searchEngines_)]]"
on-iron-select="onIronSelect_">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/media_picker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698