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

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: Next round 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..4640039ed093d6645ae1fa25ce4ee6d8bb9d792c 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -105,3 +105,27 @@
font-weight: bold;
padding-left: 20px;
}
+
+#page-url,
+#screenshot-row,
+#title,
+#description {
+ display: block;
Dan Beam 2013/03/21 01:09:11 this is the default, don't do this. this is akin t
benwells 2013/03/21 01:40:44 OK, got it. Feels much better now.
+}
+
+#launcher-title,
+#launcher-description {
+ display: none;
+}
+
+.launcher-layout #page-url,
+.launcher-layout #screenshot-row,
+.launcher-layout #title,
+.launcher-layout #description {
+ display: none;
+}
+
+.launcher-layout #launcher-title,
+.launcher-layout #launcher-description {
+ display: block;
+}
« 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