File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
default_64_navimg/templates
default_combobox/templates
default_no_navimg/templates Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12681268 background : url (../ ../ icons/ x16 /question_frame.png) no-repeat center center;
12691269 float : right;
12701270 display : inline;
1271- position : absolute ;
1271+ position : relative ;
12721272 right : -2px ;
12731273 top : -2px ;
12741274 }
Original file line number Diff line number Diff line change 11.tipsy { font-size : 10px ; position : absolute; padding : 5px ; z-index : 100000 ; }
2- .tipsy-inner { background-color : # 000 ; color : # FFF ; max-width : 200 px ; padding : 5px 8px 4px 8px ; text-align : center ; }
2+ .tipsy-inner { background-color : # 000 ; color : # FFF ; max-width : 350 px ; padding : 5px 8px 4px 8px ; text-align : left ; }
33
44 /* Rounded corners */
5- .tipsy-inner { border-radius : 3 px ; -moz-border-radius : 3 px ; -webkit-border-radius : 3 px ; }
5+ .tipsy-inner { border-radius : 5 px ; -moz-border-radius : 5 px ; -webkit-border-radius : 5 px ; }
66
77 /* Uncomment for shadow */
88 /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
Original file line number Diff line number Diff line change 9292 searchFieldWatermark : '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
9393 } ) ;
9494
95- jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'sw' } ) ;
95+ jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'ne' , html : true } ) ;
9696 } ) ;
9797
9898
Original file line number Diff line number Diff line change 9393 searchFieldWatermark : '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
9494 } ) ;
9595
96- jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'sw' } ) ;
96+ jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'ne' , html : true } ) ;
9797 } ) ;
9898
9999 jQuery ( document ) . bind ( "change" , function ( event ) {
Original file line number Diff line number Diff line change 9494 searchFieldWatermark : '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
9595 } ) ;
9696
97- jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'sw' } ) ;
97+ jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'ne' , html : true } ) ;
9898 } ) ;
9999
100100 jQuery ( document ) . bind ( "change" , function ( event ) {
Original file line number Diff line number Diff line change 9393 searchFieldWatermark : '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
9494 } ) ;
9595
96- jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'sw' } ) ;
96+ jQuery ( '.ttip' ) . tipsy ( { live : true , gravity : 'ne' , html : true } ) ;
9797 } ) ;
9898
9999 jQuery ( document ) . bind ( "change" , function ( event ) {
You can’t perform that action at this time.
0 commit comments