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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/feedback/feedback_util.cc ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #feedback-page { 5 #feedback-page {
6 -webkit-margin-start: 80px; 6 -webkit-margin-start: 80px;
7 color: rgb(48, 57, 66); 7 color: rgb(48, 57, 66);
8 } 8 }
9 9
10 #feedback-page > h1 { 10 #feedback-page > h1 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 #attach-file-note { 99 #attach-file-note {
100 padding: 10px 0 20px 100 padding: 10px 0 20px
101 } 101 }
102 102
103 .attach-file-notification { 103 .attach-file-notification {
104 color: rgb(204, 0, 0); 104 color: rgb(204, 0, 0);
105 font-weight: bold; 105 font-weight: bold;
106 padding-left: 20px; 106 padding-left: 20px;
107 } 107 }
108
109 .launcher-layout #page-url,
110 .launcher-layout #screenshot-row,
111 .launcher-layout #title,
112 .launcher-layout #description,
113 html:not(.launcher-layout) #launcher-title,
114 html:not(.launcher-layout) #launcher-description {
115 display: none;
116 }
OLDNEW
« 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