File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -1961,6 +1961,9 @@ button.active {
19611961 max-width : 180px ;
19621962}
19631963
1964+ .jBox-Widetip {
1965+ max-width : 300px ;
1966+ }
19641967
19651968@media only screen and (max-width : 1055px ) , only screen and (max-device-width : 1055px ) {
19661969
Original file line number Diff line number Diff line change @@ -360,6 +360,20 @@ GUI_control.prototype.content_ready = function (callback) {
360360 outside : 'x'
361361 } ) ;
362362
363+ new jBox ( 'Tooltip' , {
364+ theme : 'Widetip' ,
365+ attach : '.cf_tip_wide' ,
366+ trigger : 'mouseenter' ,
367+ closeOnMouseleave : true ,
368+ closeOnClick : 'body' ,
369+ delayOpen : 100 ,
370+ delayClose : 100 ,
371+ position : {
372+ x : 'right' ,
373+ y : 'center'
374+ } ,
375+ outside : 'x'
376+ } ) ;
363377 } ) ;
364378
365379 if ( callback ) callback ( ) ;
Original file line number Diff line number Diff line change 2626 < td > < select name ="board ">
2727 < option value ="0 " i18n ="firmwareFlasherOptionLoading "> Loading ...</ option >
2828 </ select > </ td >
29- < td > < span class ="description " i18n ="firmwareFlasherOnlineSelectBoardDescription "> </ span > < div class ="helpicon cf_tip " i18n_title ="firmwareFlasherOnlineSelectBoardHint "/> </ td >
29+ < td > < span class ="description " i18n ="firmwareFlasherOnlineSelectBoardDescription "> </ span > < div class ="helpicon cf_tip_wide " i18n_title ="firmwareFlasherOnlineSelectBoardHint "/> </ td >
3030 </ tr >
3131 < tr >
3232 < td > < select name ="firmware_version ">
You can’t perform that action at this time.
0 commit comments