ftimme
2012-06-06 ee0bc768513fd9f447908dbd3e78670ea8609c38
- Changed configuration and look of Tipsy tooltips.
6 files modified
14 ■■■■ changed files
interface/web/themes/default/css/screen/content_ispc.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/tipsy.css 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_64_navimg/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_combobox/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_no_navimg/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content_ispc.css
@@ -1268,7 +1268,7 @@
        background: url(../../icons/x16/question_frame.png) no-repeat center center;
        float:right;
        display:inline;
        position:absolute;
        position:relative;
        right:-2px;
        top:-2px;
    }
interface/web/themes/default/css/screen/tipsy.css
@@ -1,8 +1,8 @@
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 350px; padding: 5px 8px 4px 8px; text-align: left; }
  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  .tipsy-inner { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
  
  /* Uncomment for shadow */
  /*.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
@@ -92,7 +92,7 @@
                searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
            });
            
            jQuery('.ttip').tipsy({live: true, gravity: 'sw'});
            jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
        });
        
        
interface/web/themes/default_64_navimg/templates/main.tpl.htm
@@ -93,7 +93,7 @@
                searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
            });
            
            jQuery('.ttip').tipsy({live: true, gravity: 'sw'});
            jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
        });
        jQuery(document).bind("change", function(event) {
interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -94,7 +94,7 @@
                searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
            });
            
            jQuery('.ttip').tipsy({live: true, gravity: 'sw'});
            jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
        });
        jQuery(document).bind("change", function(event) {
interface/web/themes/default_no_navimg/templates/main.tpl.htm
@@ -93,7 +93,7 @@
                searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">'
            });
            
            jQuery('.ttip').tipsy({live: true, gravity: 'sw'});
            jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
        });
        jQuery(document).bind("change", function(event) {