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; |
Evan Stade
2010/12/16 21:06:47
for webkit-box-flex to have an effect, doesn't the
James Hawkins
2010/12/16 23:03:01
The parent div gets -webkit-box from the rule "lis
|
+ 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; |
} |
list .close-button:hover { |