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

Side by Side Diff: chrome/browser/resources/feedback/css/feedback.css

Issue 23536038: Minor feedback UI fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 5
6 html { 6 html {
7 height: 100%; 7 height: 100%;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 .content #screenshot-image { 90 .content #screenshot-image {
91 -webkit-margin-start: 30px; 91 -webkit-margin-start: 30px;
92 display: block; 92 display: block;
93 height: 60px; 93 height: 60px;
94 margin-top: 40px; 94 margin-top: 40px;
95 transition: all 250ms ease; 95 transition: all 250ms ease;
96 } 96 }
97 97
98 .content #screenshot-image:hover { 98 .content #screenshot-image:hover {
99 height: 170px; 99 height: 150px;
100 margin-top: 80px; 100 margin-top: 80px;
101 z-index: 1; 101 z-index: 1;
102 } 102 }
103 103
104 .content #privacy-note { 104 .content #privacy-note {
105 color: #969696; 105 color: #969696;
106 font-size: 10px; 106 font-size: 10px;
107 line-height: 15px; 107 line-height: 15px;
108 margin-bottom: 20px; 108 margin-bottom: 20px;
109 margin-top: 40px; 109 margin-top: 40px;
110 } 110 }
111 111
112 .content .buttons-pane { 112 .content .buttons-pane {
113 display: -webkit-flex; 113 display: -webkit-flex;
114 justify-content: flex-end 114 justify-content: flex-end
115 } 115 }
116 116
117 .content #attach-file-note { 117 .content #attach-file-note {
118 -webkit-margin-start: 112px; 118 -webkit-margin-start: 112px;
119 margin-bottom: 10px; 119 margin-bottom: 10px;
120 margin-top: 10px; 120 margin-top: 10px;
121 } 121 }
122 122
123 .content .attach-file-notification { 123 .content .attach-file-notification {
124 -webkit-padding-start: 20px;
125 color: rgb(204, 0, 0); 124 color: rgb(204, 0, 0);
126 font-weight: bold; 125 font-weight: bold;
127 } 126 }
128 127
129 button.white-button { 128 button.white-button {
130 -webkit-margin-end: 10px; 129 -webkit-margin-end: 10px;
131 color: #000; 130 color: #000;
132 } 131 }
133 132
134 button.blue-button { 133 button.blue-button {
135 color: #fff; 134 color: #fff;
136 text-shadow: 1px sharp drop shadow rgb(45, 106, 218); 135 text-shadow: 1px sharp drop shadow rgb(45, 106, 218);
137 } 136 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698