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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 9689048: [webui] fix vertical alignment of buttons and text inputs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index 96d9f3da6dfa17eccd4f11643ee994809a00c3b6..d59ec57cc19dbcbcdc8801dd46857f0b5eca2d0b 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -41,7 +41,7 @@ without changes to the corresponding grd file. -->
<include name="IDR_SHARED_CSS_TREE_JS"
file="shared/css/tree.css.js" type="BINDATA" />
<include name="IDR_SHARED_CSS_WIDGETS"
- file="shared/css/widgets.css" type="BINDATA" />
+ file="shared/css/widgets.css" type="BINDATA" flattenhtml="true"/>
Dan Beam 2012/03/13 01:50:10 nit: I guess a \s before /> to follow convention i
Evan Stade 2012/03/13 01:58:09 done. by the way, NB: this is necessary if you ar
<include name="IDR_SHARED_IMAGES_CHECK"
file="shared/images/check.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK"

Powered by Google App Engine
This is Rietveld 408576698