Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / feedback / css / feedback.css
index 96c9122..4542531 100644 (file)
@@ -84,11 +84,11 @@ body {
 }
 
 #screenshot-container {
-  margin-top: 30px;
+  margin-top: 10px;
 }
 
 .content #screenshot-image {
-  -webkit-margin-start: 30px;
+  -webkit-margin-start: 100px;
   display: block;
   height: 60px;
   margin-top: 40px;
@@ -96,17 +96,28 @@ body {
 }
 
 .content #screenshot-image:hover {
-  height: 150px;
+  -webkit-margin-start: 80px;
+  height: 125px;
   margin-top: 80px;
   z-index: 1;
 }
 
+.content #screenshot-image.wide-screen {
+  height: auto;
+  width: 100px;
+}
+
+.content #screenshot-image.wide-screen:hover {
+  height: auto;
+  width: 200px;
+}
+
 .content #privacy-note {
   color: #969696;
   font-size: 10px;
   line-height: 15px;
   margin-bottom: 20px;
-  margin-top: 40px;
+  margin-top: 20px;
 }
 
 .content .buttons-pane {