summaryrefslogtreecommitdiff
path: root/modules/akismet
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
commit55cd2afde539842d54bd79fb7bdced37e5e53101 (patch)
treed98859e8e84864706124a89f1ee9b1dc1ebf7683 /modules/akismet
parentcbff78daa8a642e1800916f92e43202857c3b677 (diff)
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
Diffstat (limited to 'modules/akismet')
-rw-r--r--modules/akismet/views/admin_akismet_stats.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/akismet/views/admin_akismet_stats.html.php b/modules/akismet/views/admin_akismet_stats.html.php
index d82704cd..41bad15b 100644
--- a/modules/akismet/views/admin_akismet_stats.html.php
+++ b/modules/akismet/views/admin_akismet_stats.html.php
@@ -5,7 +5,7 @@
});
</script>
<div id="gAkismetStats">
- <iframe id="gAkismetExternalStats" width="100%" height="100%" frameborder="0"
+ <iframe id="gAkismetExternalStats" width="100%" height="500" frameborder="0"
src="http://<?= $api_key ?>.web.akismet.com/1.0/user-stats.php?blog=<?= urlencode($blog_url) ?>">
</iframe>
</div>