From 6879cac440d51f4872830596e612f2b1197ff3ca 2014-12-23 22:20:03 From: Matthias Bussonnier Date: 2014-12-23 22:20:03 Subject: [PATCH] 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 --- diff --git a/IPython/html/static/style/style.min.css b/IPython/html/static/style/style.min.css index 6d0f474..88c8b9d 100644 --- a/IPython/html/static/style/style.min.css +++ b/IPython/html/static/style/style.min.css @@ -7953,6 +7953,7 @@ span#login_widget > .button .badge, .alternate_upload .input-overlay { display: inline-block; font-weight: bold; + line-height: 1em; } /** * Primary styles diff --git a/IPython/html/static/tree/less/altuploadform.less b/IPython/html/static/tree/less/altuploadform.less index 1ce7c22..bc107ff 100644 --- a/IPython/html/static/tree/less/altuploadform.less +++ b/IPython/html/static/tree/less/altuploadform.less @@ -25,4 +25,5 @@ .alternate_upload .input-overlay { display: inline-block; font-weight: bold; + line-height:1em; } diff --git a/IPython/html/templates/tree.html b/IPython/html/templates/tree.html index 7768e30..2dc8b37 100644 --- a/IPython/html/templates/tree.html +++ b/IPython/html/templates/tree.html @@ -32,7 +32,7 @@ data-terminals-available="{{terminals_available}}"
-
+
To import a notebook, drag the file onto the listing below or @@ -42,6 +42,8 @@ data-terminals-available="{{terminals_available}}"
+
+