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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.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 typo on pinyin dialog. 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/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index 43d59568da97d145e9edcac1256164c2a1e83dab..d19683a60e89fe1b17fc8831cc03b6f40d4b30a0 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -22,6 +22,7 @@ list > * {
-webkit-padding-start: 3px;
color: hsl(0, 0%, 70%);
display: -webkit-box;
+ line-height: 30px;
Evan Stade 2012/08/14 18:38:01 should this be in em?
kevers 2012/08/14 20:26:53 Used 30px to be same height as element in the tree
Evan Stade 2012/08/14 22:06:39 that seems like a valid reason. Although you can a
padding-bottom: 0;
padding-top: 0;
text-decoration: none;

Powered by Google App Engine
This is Rietveld 408576698