Project

General

Profile

Feature #27346 » calendars_prev_and_next_month_pagination_style_r17016.diff

Bernhard Rohloff, 2017-11-01 07:34

View differences:

app/views/calendars/show.html.erb (Arbeitskopie)
14 14
  </fieldset>
15 15
</div>
16 16

  
17
<p class="contextual">
18
  <%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %>
19
</p>
17
<span class="contextual pagination">
18
  <ul class="pages">
19
    <li class="previous page"><%= link_to_previous_month(@year, @month, 
20
:accesskey => accesskey(:previous)) %></li><li class="next page"><%= link_to_next_month(@year, @month, 
21
:accesskey => accesskey(:next)) %></li>
22
  </ul>
23
</span>
20 24

  
21 25
<p class="buttons">
22 26
  <%= label_tag('month', l(:label_month)) %>
public/stylesheets/application.css (Arbeitskopie)
496 496

  
497 497
#issue_is_private_wrap {float:right; margin-right:1em;}
498 498
.toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:16px; margin-left:0; margin-right:5px; cursor:pointer;}
499
.buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
499
.buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: unset; }
500 500

  
501 501
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
502 502
div#issue-changesets div.changeset { padding: 4px;}
(1-1/3)