aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-07-21 00:27:49 +0200
committerJef van Schendel <mail@jefvanschendel.nl>2012-07-21 00:27:49 +0200
commit36f8e350d497b3019b36e6e47eb1f921d5bab092 (patch)
tree3027f919254b59fb351add38217a2c1105d086f9
parente17525189943a091468541b93a357a64c32e2b51 (diff)
downloadmediagoblin-36f8e350d497b3019b36e6e47eb1f921d5bab092.tar.lz
mediagoblin-36f8e350d497b3019b36e6e47eb1f921d5bab092.tar.xz
mediagoblin-36f8e350d497b3019b36e6e47eb1f921d5bab092.zip
Add zoom-in cursor css; small indentation fix
-rw-r--r--mediagoblin/static/css/base.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 5e9c0b3e..f29f4ed2 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -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 */