Skip to content

Commit ee0bc76

Browse files
committed
- Changed configuration and look of Tipsy tooltips.
1 parent 3f9a8e7 commit ee0bc76

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
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
}

interface/web/themes/default/css/screen/tipsy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
2-
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
2+
.tipsy-inner { background-color: #000; color: #FFF; max-width: 350px; padding: 5px 8px 4px 8px; text-align: left; }
33

44
/* Rounded corners */
5-
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
5+
.tipsy-inner { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
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; }*/

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
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

interface/web/themes/default_64_navimg/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
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) {

interface/web/themes/default_combobox/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
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) {

interface/web/themes/default_no_navimg/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
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) {

0 commit comments

Comments
 (0)