Skip to content

Commit

Permalink
JSTree css fixes for better look
Browse files Browse the repository at this point in the history
  • Loading branch information
bethrezen committed Feb 28, 2015
1 parent 7279b5b commit 5d0d837
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
13 changes: 13 additions & 0 deletions application/web/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,16 @@ div#Product-grid .btn-sm {
padding: 3px 5px 3px;
font-size: 10px;
}

/* line 155, ../sass/admin.scss */
.jstree {
font-size: 12px;
max-height: 100%;
overflow: auto;
}

/* line 161, ../sass/admin.scss */
.jarviswidget .jstree {
max-height: 400px;
overflow: auto;
}
9 changes: 9 additions & 0 deletions application/web/sass/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion application/web/sass/admin.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions application/web/sass/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,15 @@ div#Product-grid {
div#Product-grid .btn-sm{
padding: 3px 5px 3px;
font-size: 10px;
}

.jstree {
font-size: 12px;
max-height: 100%;
overflow: auto;
}

.jarviswidget .jstree {
max-height: 400px;
overflow: auto;
}

0 comments on commit 5d0d837

Please sign in to comment.