mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01: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;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.depends_on {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
|
||||||
div.depends_on label {
|
div.depends_on label {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
@ -361,7 +365,7 @@ div#input_box {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected_predecessors {
|
.selected_predecessors {
|
||||||
clear:right;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.new_todo_form ul.predecessor_list,
|
form.new_todo_form ul.predecessor_list,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue