mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 07:48:50 +01:00
stale background doesn't overlap icons anymore
This commit is contained in:
parent
222aef25b8
commit
0ae63015f2
2 changed files with 4 additions and 3 deletions
|
|
@ -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? %>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue