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

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: nits 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
« no previous file with comments | « chrome/browser/resources/shared/css/widgets.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e1eb60b02a62ee9c69da4ad8ab15a10303056368 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -41,7 +41,8 @@ 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" />
<include name="IDR_SHARED_IMAGES_CHECK"
file="shared/images/check.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK"
« no previous file with comments | « chrome/browser/resources/shared/css/widgets.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698