From 7650f444ea361e2f8080a085baf07a9a6fee75e7 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Thu, 24 Nov 2011 19:42:26 +0100 Subject: [PATCH] tooltip height in % --- IPython/frontend/html/notebook/static/css/notebook.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index e88bc4119..924a6c143 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -372,14 +372,14 @@ div.text_cell_render { /*properties of tooltip after "expand"*/ .bigtooltip{ - height:420px; + height:60%; } /*properties of tooltip before "expand"*/ .smalltooltip{ text-overflow: ellipsis; overflow: hidden; - height:100px; + height:15%; } .tooltip{ @@ -403,6 +403,7 @@ div.text_cell_render { padding: 3px; margin: 0px; font-family: monospace; + min-height:50px; } @media print {