mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Ticket #1241 - fix for layout of dependences on add / edit forms
This commit is contained in:
parent
956a88110d
commit
51b44a9ec9
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
float:right;
|
||||
}
|
||||
|
||||
div.depends_on {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
div.depends_on label {
|
||||
float: left;
|
||||
}
|
||||
|
@ -361,7 +365,7 @@ div#input_box {
|
|||
}
|
||||
|
||||
.selected_predecessors {
|
||||
clear:right;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
form.new_todo_form ul.predecessor_list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue