summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-04 18:21:08 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-04 18:21:08 +0200
commitb8d600ef317ee91b73133cc7af7a83cf12d5d0d9 (patch)
tree4d11a6169f5c6ddbc120ec5aa9b8cb75636dea97
parentdfabb2233685be891929dd4065c257a025dc3151 (diff)
downloadrpg-b8d600ef317ee91b73133cc7af7a83cf12d5d0d9.tar.gz
rpg-b8d600ef317ee91b73133cc7af7a83cf12d5d0d9.tar.bz2
fixed screenshot height
-rw-r--r--lib/plugins/extension/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/plugins/extension/style.css b/lib/plugins/extension/style.css
index 1cce52be8..0a3a0cc0e 100644
--- a/lib/plugins/extension/style.css
+++ b/lib/plugins/extension/style.css
@@ -172,6 +172,11 @@
background: transparent url(images/disabled.png) no-repeat 2px 2px;
}
+#extension__manager div.screenshot img {
+ width: 120px;
+ height: 70px;
+}
+
#extension__manager .legend div.screenshot {
margin-top: 4px;
margin-left: -132px;