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

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: Use else instead of continue 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
Index: chrome/browser/resources/feedback.css
diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
index dc01e73d1569b07aac398221163d7efa4a6d784c..9ba86766dd1f16eaa0161239d33581d6fa71c218 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -105,3 +105,27 @@
font-weight: bold;
padding-left: 20px;
}
+
+.normal-layout #page-url,
+.normal-layout #screenshot-row,
+.normal-layout #title,
+.bormal-layout #description {
+ display: block;
Dan Beam 2013/03/19 04:43:53 s/.normal-layout // CSS works by overriding norma
benwells 2013/03/20 07:49:32 Done.
+}
+
+.normal-layout #launcher-title,
+.normal-layout #launcher-description {
Dan Beam 2013/03/19 04:43:53 IMO: this is preferable .launcher-layout #page-
benwells 2013/03/20 07:49:32 I am using document now but I find this a bit conf
Dan Beam 2013/03/21 01:09:11 grouping these styles together makes it more appar
+ 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;
+}

Powered by Google App Engine
This is Rietveld 408576698