Ticket #1241 - fix for layout of dependences on add / edit forms

This commit is contained in:
tim madden 2012-02-22 10:53:48 -06:00
parent 956a88110d
commit 51b44a9ec9

View file

@ -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,