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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 5935003: DOMUI: Implement new-style password manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 10 years 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
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 {

Powered by Google App Engine
This is Rietveld 408576698