</fieldset>
</div>
-<p class="contextual">
- <%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %>
-</p>
+<span class="contextual pagination">
+ <ul class="pages">
+ <li class="previous page">
+ <%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %>
+ </li><li class="next page">
+ <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %>
+ </li>
+ </ul>
+</span>
<p class="buttons">
<%= label_tag('month', l(:label_month)) %>
table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
p.cal.legend span {display:block;}
+.controller-calendars p.buttons {margin-top: unset;}
/***** Tooltips ******/
.tooltip{position:relative;z-index:24;}
assert_select 'div#query_form_content' do
assert_select 'fieldset#filters.collapsible'
end
- assert_select 'p.contextual'
+ assert_select 'span.contextual.pagination'
assert_select 'p.buttons'
end
end