Skip to content

Commit

Permalink
add thin line atop of taskeditform
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Dec 30, 2010
1 parent 29ab30d commit 7fe0a0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _attachments/style/main.css
Expand Up @@ -242,7 +242,12 @@ div.taskeditor {
left: 10px;
}

/* line 229, ../style_src/main.scss */
/* line 228, ../style_src/main.scss */
hr.taskeditorline {
width: 95%;
}

/* line 234, ../style_src/main.scss */
a.deletebutton {
position: absolute;
right: 25px;
Expand Down
5 changes: 5 additions & 0 deletions _attachments/style_src/main.scss
Expand Up @@ -224,6 +224,11 @@ div.taskeditor
left: 10px;
}

hr.taskeditorline
{
width: 95%;
}


a.deletebutton
{
Expand Down
1 change: 1 addition & 0 deletions evently/tasks/setTasks/mustache.html
Expand Up @@ -4,6 +4,7 @@
<input type="checkbox" class="checkdone" {{#checked}}checked="checked"{{/checked}}/>
<span class="title">{{title}}</span> <span class="tags">{{shorttags}}</span>
<div class="taskeditor hidden" docid="{{_id}}">
<hr class="taskeditorline" />
<a class="deletebutton" href="#">
<img src="images/trash.png" width="20" height="25">
</a>
Expand Down

0 comments on commit 7fe0a0b

Please sign in to comment.