From ed10bd9dfb4442eee96971de416c42f5f2c1664f 2011-11-24 18:42:26 From: Matthias BUSSONNIER Date: 2011-11-24 18:42:26 Subject: [PATCH] tooltip height in % --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index e88bc41..924a6c1 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 {