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

Unified Diff: chrome/browser/resources/options2/search_engine_manager.css

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix position of favicon. Tighten up margins and padding. Created 8 years, 4 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/options2/search_engine_manager.css
diff --git a/chrome/browser/resources/options2/search_engine_manager.css b/chrome/browser/resources/options2/search_engine_manager.css
index f807679d027230043e54fee85abe8c6d5368ac52..768f451dc6874194fc25049333fbba4dcce1d450 100644
--- a/chrome/browser/resources/options2/search_engine_manager.css
+++ b/chrome/browser/resources/options2/search_engine_manager.css
@@ -17,7 +17,8 @@
.search-engine-list .favicon {
height: 16px;
- padding: 1px 7px 0 7px;
+ line-height: 16px;
kevers 2012/08/10 16:10:08 Vertical alignment of the favicon was being thrown
+ padding: 0 7px;
width: 16px;
}

Powered by Google App Engine
This is Rietveld 408576698