mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
a few 1 pixel fixes.
this uses the same html/css structure acroos the tabs, and reduce the overlay click zone that expended the size of the header to 25px instead of 24px
This commit is contained in:
parent
7b21e13705
commit
27f3c224c2
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -7953,6 +7953,7 @@ span#login_widget > .button .badge,
|
||||
.alternate_upload .input-overlay {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
}
|
||||
/**
|
||||
* Primary styles
|
||||
|
@ -25,4 +25,5 @@
|
||||
.alternate_upload .input-overlay {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
line-height:1em;
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ data-terminals-available="{{terminals_available}}"
|
||||
<div class="tab-content">
|
||||
<div id="notebooks" class="tab-pane active">
|
||||
<div id="notebook_toolbar" class="row">
|
||||
<div class="col-sm-12 no-padding">
|
||||
<div class="col-sm-8 no-padding">
|
||||
<form id='alternate_upload' class='alternate_upload'>
|
||||
<span id="notebook_list_info">
|
||||
To import a notebook, drag the file onto the listing below or
|
||||
@ -42,6 +42,8 @@ data-terminals-available="{{terminals_available}}"
|
||||
</span>
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-sm-4 no-padding tree-buttons">
|
||||
<div class="pull-right">
|
||||
<div id="new-buttons" class="btn-group">
|
||||
<button class="dropdown-toggle btn btn-default btn-xs" data-toggle="dropdown">
|
||||
|
Loading…
Reference in New Issue
Block a user