stale background doesn't overlap icons anymore

This commit is contained in:
Michael Witrant 2011-02-19 18:02:41 +08:00 committed by Reinier Balt
parent 222aef25b8
commit 0ae63015f2
2 changed files with 4 additions and 3 deletions

View file

@ -23,8 +23,8 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
</ul>
</li>
</ul>
<%= grip_span(todo) %>
<div class="description<%= staleness_class( todo ) %>">
<%= grip_span(todo) %>
<%= date_span(todo) -%>
<span class="todo.descr"><%= h todo.description %></span>
<%= image_tag_for_recurring_todo(todo) if todo.from_recurring_todo? %>

View file

@ -379,8 +379,8 @@ input.item-checkbox {
vertical-align: middle;
}
.rec_description, .description, .stale_l1, .stale_l2, .stale_l3 {
margin-left: 60px;
.rec_description, .description {
margin-left: 80px;
position:relative;
}
@ -941,6 +941,7 @@ div.message {
.grip {
cursor: move;
float: left;
}
.drop_target {