Force fancybox previous and next page button to 'always on'

This commit is contained in:
Roberto Rosario
2011-02-16 00:04:59 -04:00
parent 064d67746b
commit f974950147

View File

@@ -14,7 +14,16 @@
<link rel="stylesheet" href="{{ MEDIA_URL }}packages/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
{#<link rel="stylesheet" href="{{ MEDIA_URL }}packages/nathansmith-960-Grid-System-30906f2/code/css/960.css" type="text/css" media="screen" />#}
<link rel="stylesheet" href="{{ MEDIA_URL }}css/960-fluid.css" type="text/css" media="screen" />
<style type="text/css">
#fancybox-left-ico {
left: 20px;
}
#fancybox-right-ico {
right: 20px;
left: auto;
}
</style>
{% block stylesheets %}{% endblock %}
{% endblock %}