mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
fix #1181. The project listing now had the small drag handle and all the controls to the left.
This commit is contained in:
parent
8b13ee88ab
commit
e935066c18
6 changed files with 18 additions and 28 deletions
|
|
@ -806,7 +806,7 @@ var ProjectListPage = {
|
|||
/* make the three lists of project sortable */
|
||||
$(['active', 'hidden', 'completed']).each(function() {
|
||||
$("#list-"+this+"-projects").sortable({
|
||||
handle: '.handle',
|
||||
handle: '.grip',
|
||||
update: update_order
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -426,13 +426,13 @@ input.item-checkbox {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rec_description, .description {
|
||||
.rec_description, .description, .project_description {
|
||||
margin-left: 80px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.rec_description {
|
||||
margin-left: 80px;
|
||||
.project_description {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.stale_l1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue