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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback/css/feedback.css
diff --git a/chrome/browser/resources/feedback/css/feedback.css b/chrome/browser/resources/feedback/css/feedback.css
index 0c123bd047a5d05cdd2400ed2dbb4686f93a08c2..e3b3116e8b76656aee3feb3fb763a6eece930e97 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -105,6 +105,7 @@ body {
}
.content #screenshot-image {
+ -webkit-margin-end: 25px;
display: block;
height: 60px;
margin-top: 40px;
@@ -112,6 +113,7 @@ body {
}
.content #screenshot-image:hover {
+ -webkit-margin-end: 0;
height: 125px;
margin-top: 80px;
z-index: 1;
« 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