##// END OF EJS Templates
tooltip height in %
Matthias BUSSONNIER -
Show More
@@ -372,14 +372,14 b' div.text_cell_render {'
372
372
373 /*properties of tooltip after "expand"*/
373 /*properties of tooltip after "expand"*/
374 .bigtooltip{
374 .bigtooltip{
375 height:420px;
375 height:60%;
376 }
376 }
377
377
378 /*properties of tooltip before "expand"*/
378 /*properties of tooltip before "expand"*/
379 .smalltooltip{
379 .smalltooltip{
380 text-overflow: ellipsis;
380 text-overflow: ellipsis;
381 overflow: hidden;
381 overflow: hidden;
382 height:100px;
382 height:15%;
383 }
383 }
384
384
385 .tooltip{
385 .tooltip{
@@ -403,6 +403,7 b' div.text_cell_render {'
403 padding: 3px;
403 padding: 3px;
404 margin: 0px;
404 margin: 0px;
405 font-family: monospace;
405 font-family: monospace;
406 min-height:50px;
406 }
407 }
407
408
408 @media print {
409 @media print {
General Comments 0
You need to be logged in to leave comments. Login now