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

Unified Diff: chrome/browser/resources/feedback.css

Issue 12737006: Allow feedback form to be shown in an App Launcher feedback mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Touch up rebase Created 7 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/feedback/feedback_util.cc ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback.css
diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
index dc01e73d1569b07aac398221163d7efa4a6d784c..611701c6b6ba00351faa7951b26e4d897c26689d 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -105,3 +105,12 @@
font-weight: bold;
padding-left: 20px;
}
+
+.launcher-layout #page-url,
+.launcher-layout #screenshot-row,
+.launcher-layout #title,
+.launcher-layout #description,
+html:not(.launcher-layout) #launcher-title,
+html:not(.launcher-layout) #launcher-description {
+ display: none;
+}
« no previous file with comments | « chrome/browser/feedback/feedback_util.cc ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698