From 558c4cab8e7abeef53abea742d026e200bc48e7f Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Tue, 15 Nov 2011 22:02:24 +0100 Subject: [PATCH] fix timebeforetooltip span and css --- IPython/frontend/html/notebook/static/css/notebook.css | 4 ++++ IPython/frontend/html/notebook/templates/notebook.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 093b8525b..3313566ec 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -115,6 +115,10 @@ span.section_row_buttons a { float: right; } +#timebeforetooltip_span { + float: right; +} + #tooltipontab_span { float: right; } diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 08712a7c7..0655e5b10 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -269,7 +269,7 @@ Smart completer:
- + Time before tooltip :