Add zoom-in cursor css; small indentation fix
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 20 Jul 2012 22:27:49 +0000 (00:27 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 20 Jul 2012 22:27:49 +0000 (00:27 +0200)
mediagoblin/static/css/base.css

index 5e9c0b3eca5a6e696aef57ccf2d7e27750009e9f..f29f4ed2a7f6018ce387bddcf39265a4f500540d 100644 (file)
@@ -433,11 +433,17 @@ p.media_specs {
 }
 
 .no_html5 {
-    background: black;
-    color: white;
-    text-align: center;
-    height: 160px;
-    padding: 130px 10px 20px 10px;
+  background: black;
+  color: white;
+  text-align: center;
+  height: 160px;
+  padding: 130px 10px 20px 10px;
+}
+
+img.media_image {
+  cursor: -webkit-zoom-in;
+  cursor: -moz-zoom-in;
+  cursor: zoom-in;
 }
 
 /* icons */