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

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

Issue 2746383003: Feedback: Default screenshot image moved a bit to the left. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 -webkit-align-items: center; 98 -webkit-align-items: center;
99 display: -webkit-flex; 99 display: -webkit-flex;
100 height: 29px; 100 height: 29px;
101 } 101 }
102 102
103 #screenshot-container { 103 #screenshot-container {
104 margin-top: 10px; 104 margin-top: 10px;
105 } 105 }
106 106
107 .content #screenshot-image { 107 .content #screenshot-image {
108 -webkit-margin-end: 25px;
108 display: block; 109 display: block;
109 height: 60px; 110 height: 60px;
110 margin-top: 40px; 111 margin-top: 40px;
111 transition: all 250ms ease; 112 transition: all 250ms ease;
112 } 113 }
113 114
114 .content #screenshot-image:hover { 115 .content #screenshot-image:hover {
116 -webkit-margin-end: 0;
115 height: 125px; 117 height: 125px;
116 margin-top: 80px; 118 margin-top: 80px;
117 z-index: 1; 119 z-index: 1;
118 } 120 }
119 121
120 .content #screenshot-image.wide-screen { 122 .content #screenshot-image.wide-screen {
121 height: auto; 123 height: auto;
122 width: 100px; 124 width: 100px;
123 } 125 }
124 126
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 height: 50px; 207 height: 50px;
206 margin-bottom: 20px; 208 margin-bottom: 20px;
207 margin-top: 120px; 209 margin-top: 120px;
208 } 210 }
209 211
210 .srt-body { 212 .srt-body {
211 font-size: 14px; 213 font-size: 14px;
212 line-height: 24px; 214 line-height: 24px;
213 margin: 0 40px; 215 margin: 0 40px;
214 } 216 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698