Chromium Code Reviews| 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; |
| +} |