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:
Matthias Bussonnier 2014-12-23 23:20:03 +01:00
parent 7b21e13705
commit 27f3c224c2
3 changed files with 5 additions and 1 deletions

View File

@ -7953,6 +7953,7 @@ span#login_widget > .button .badge,
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
line-height: 1em;
}
/**
* Primary styles

View File

@ -25,4 +25,5 @@
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
line-height:1em;
}

View File

@ -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">