fix some ui things

This commit is contained in:
John Bintz 2009-11-17 21:41:31 -05:00
parent 4cb06754c3
commit 80ae11a58d
2 changed files with 0 additions and 15 deletions

View File

@ -37,16 +37,3 @@
</div>
</form>
</div>
<script type="text/javascript">
$$('.comicpress-admin h3').each(function(h3) {
h3.observe('click', function(e) {
Event.stop(e);
var area = $(e.target).nextSiblings().shift();
if (area) {
new Effect[area.visible() ? 'BlindUp' : 'BlindDown'](area, {
duration: 0.25
});
}
});
});
</script>

View File

@ -146,8 +146,6 @@
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
margin-bottom: 0;
cursor: hand;
cursor: pointer;
display: block;
text-decoration: none;
font-size: 13px;