mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Fixes completely #3044 - select all
This commit is contained in:
parent
7c32c3dd2f
commit
02e1284d8b
@ -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;
|
||||
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user