Project

General

Profile

« Previous | Next » 

Revision 1112

Slight style changes on issue associated changesets list.

View differences:

trunk/app/views/issues/_changesets.rhtml
1
<ul>
2 1
<% changesets.each do |changeset| %>
3
    <li class="<%= cycle('odd', 'even') %>"><%= link_to("#{l(:label_revision)} #{changeset.revision}",
4
                    :controller => 'repositories', :action => 'revision', :id => @project, :rev => changeset.revision) %><br />
5
        <em><%= changeset.committer %>, <%= format_time(changeset.committed_on) %></em>
6
    <%= textilizable(changeset, :comments) %></li>
2
    <div class="changeset <%= cycle('odd', 'even') %>">
3
    <p><%= link_to("#{l(:label_revision)} #{changeset.revision}",
4
                :controller => 'repositories', :action => 'revision', :id => @project, :rev => changeset.revision) %><br />
5
        <span class="author"><%= authoring(changeset.committed_on, changeset.committer) %></span></p>
6
    <%= textilizable(changeset, :comments) %>
7
    </div>
7 8
<% end %>
8
</ul>
trunk/public/stylesheets/application.css
136 136
li p {margin-top: 0;}
137 137
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
138 138

  
139
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em;}
140
div#issue-changesets ul {list-style-position: outside; list-style-type:none; margin: 0;  padding: 0;}
141
div#issue-changesets li { padding: 4px; }
139
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
140
div#issue-changesets .changeset { padding: 4px;}
141
div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
142
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
142 143

  
143 144
.autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
144 145
#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }

Also available in: Unified diff