Skip to content

Commit

Permalink
Fixes completely jupyter#3044 - select all
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranchina committed Nov 18, 2017
1 parent 7c32c3d commit 02e1284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notebook/static/tree/less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ul.breadcrumb {
input {
margin-right: @dashboard_lr_pad;
margin-left: @dashboard_lr_pad + @dashboard-selectorbtn-lpad;
vertical-align: baseline;
vertical-align: text-bottom;
line-height: @btn_mini_height;
position: relative;
top: -1px;
Expand Down Expand Up @@ -256,6 +256,9 @@ ul.breadcrumb {
#select-all {
margin-left: @dashboard_lr_pad;
margin-right: 2px;
margin-top: 2px;

height: 16px;
}

[dir="rtl"] #select-all.pull-left {
Expand Down

0 comments on commit 02e1284

Please # to comment.