Feature #27346 » 27346-v2.patch
app/views/calendars/show.html.erb | ||
---|---|---|
15 | 15 |
</fieldset> |
16 | 16 |
</div> |
17 | 17 | |
18 |
<p class="contextual"> |
|
19 |
<%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %> |
|
20 |
</p> |
|
18 |
<span class="contextual pagination"> |
|
19 |
<ul class="pages"> |
|
20 |
<li class="previous page"> |
|
21 |
<%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> |
|
22 |
</li><li class="next page"> |
|
23 |
<%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %> |
|
24 |
</li> |
|
25 |
</ul> |
|
26 |
</span> |
|
21 | 27 | |
22 | 28 |
<p class="buttons"> |
23 | 29 |
<%= label_tag('month', l(:label_month)) %> |
public/stylesheets/application.css | ||
---|---|---|
1116 | 1116 |
table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;} |
1117 | 1117 |
table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;} |
1118 | 1118 |
p.cal.legend span {display:block;} |
1119 |
.controller-calendars p.buttons {margin-top: unset;} |
|
1119 | 1120 | |
1120 | 1121 |
/***** Tooltips ******/ |
1121 | 1122 |
.tooltip{position:relative;z-index:24;} |
- « Previous
- 1
- 2
- 3
- Next »