mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
fix #1256 by changing the layout of the context view to match the project view
This commit is contained in:
parent
f9232a7e9d
commit
dea8734498
9 changed files with 57 additions and 63 deletions
|
@ -891,7 +891,7 @@ var ContextListPage = {
|
|||
/* make the two state lists of context sortable */
|
||||
$(['active', 'hidden']).each(function() {
|
||||
$("#list-contexts-"+this).sortable({
|
||||
handle: '.handle',
|
||||
handle: '.grip',
|
||||
update: update_order
|
||||
})
|
||||
});
|
||||
|
|
|
@ -430,12 +430,12 @@ input.item-checkbox {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rec_description, .description, .project_description {
|
||||
.rec_description, .description, .project_description, .context_description {
|
||||
margin-left: 80px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.project_description {
|
||||
.project_description, .context_description {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
|
@ -861,6 +861,7 @@ form {
|
|||
padding: 10px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.inline-form {
|
||||
border: none;
|
||||
padding: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue