Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Fix details panel style. Move initial channel position to fit the can…
Browse files Browse the repository at this point in the history
…vas.
  • Loading branch information
Daniil Fedotov committed Sep 4, 2017
1 parent d9030c8 commit 94a1d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions priv/www/js/tmpl/visualiser.ejs
Expand Up @@ -44,6 +44,9 @@ margin: 0;
float: left;
}
#details table td { padding : 1px 10px 1px 4px; margin : 0; border: none; line-height: 14px; text-align: left; }
#details table th { padding : 1px 4px 1px 10px; margin : 0; border: none; line-height: 14px; text-align: right; }
#helpButton{
margin-right: 10px;
float: right;
Expand Down
2 changes: 1 addition & 1 deletion priv/www/visualiser/js/model.js
Expand Up @@ -140,7 +140,7 @@ function Channel(tree, elem, model) {
}

Channel.prototype = {
yInit : 100,
yInit : 120,
yIncr : 50,
xInit : 100,
xIncr : 50,
Expand Down

0 comments on commit 94a1d11

Please sign in to comment.