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

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

Issue 6151004: DOMUI Prefs: Replace search engine edit overlay with inline editing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace fix Created 9 years, 11 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
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 4a4a800bd3c964b083b8fbd2bfc42f3707bf96fb..4707037b2a734ab1438d0397078023a3dc85ce98 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -417,7 +417,9 @@ list .deletable-item {
}
list .deletable-item > :first-child {
+ -webkit-box-align: center;
-webkit-box-flex: 1;
+ -webkit-padding-end: 3px;
display: -webkit-box;
}

Powered by Google App Engine
This is Rietveld 408576698