Chromium Code Reviews| Index: chrome/browser/resources/options/options_page.css |
| diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
| index 6d9785367e8ab0c4264f37ab9b1ae8bf7dcfbc6c..52bdda3d01e03177f3b24144fadf26c1e286d27a 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -391,11 +391,9 @@ list > .heading:hover { |
| } |
| list .deletable-item { |
| - display: -webkit-box; |
| -} |
| - |
| -list .deletable-item > :first-child { |
| + -webkit-box-align: center; |
| -webkit-box-flex: 1; |
| + display: -webkit-box; |
| } |
| list .close-button { |
| @@ -408,7 +406,7 @@ list .close-button { |
| } |
| list > *:not(:hover) .close-button, list[disabled] .close-button { |
| - display: none; |
| + visibility: hidden; |
|
stuartmorgan
2010/12/17 00:40:21
Are we sure we want this behavior? I like getting
James Hawkins
2010/12/17 02:33:57
As discussed offline, this is good to go.
|
| } |
| list .close-button:hover { |