 Chromium Code Reviews
 Chromium Code Reviews Issue 1346823005:
  Elim cr_button from md-settings  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1346823005:
  Elim cr_button from md-settings  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/resources/settings/search_page/search_page.css | 
| diff --git a/chrome/browser/resources/settings/search_page/search_page.css b/chrome/browser/resources/settings/search_page/search_page.css | 
| index b27aeaa748d314e104fa09381d88374b6133e4d1..95ba730867baa105f4c0ec680c1e51ba61d193ce 100644 | 
| --- a/chrome/browser/resources/settings/search_page/search_page.css | 
| +++ b/chrome/browser/resources/settings/search_page/search_page.css | 
| @@ -6,11 +6,11 @@ | 
| -webkit-margin-start: 10px; | 
| } | 
| -cr-button.search-engines-advanced { | 
| +paper-button.search-engines-advanced { | 
| margin-top: 10px; | 
| } | 
| -cr-button.search-engines { | 
| +paper-button.search-engines { | 
| align-items: center; | 
| display: flex; | 
| 
michaelpg
2015/09/22 22:03:46
these used to apply to a <cr-button> (a container
 
stevenjb
2015/09/22 23:00:18
The button has no content, so this really just app
 
michaelpg
2015/09/23 00:24:40
I see.... "display: flex" make the paper-button no
 | 
| margin-top: 20px; |