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; |
+} |