Plugin Directory

Changeset 927868


Ignore:
Timestamp:
06/06/2014 05:08:14 PM (12 years ago)
Author:
lsobral
Message:

v1.1 The area of the mouseover was restricted to the visible space, usually the icon.

Location:
larbous-floating-menu
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • larbous-floating-menu/tags/1.1/larbous-floating-menu.php

    r927777 r927868  
    235235        jq(function() {
    236236            jq('#lbfm-navigation > li').hover(
     237                //Mouseover
    237238                function () {
    238239                    jq(this).stop().animate({'marginLeft':'-2px'},200);
  • larbous-floating-menu/tags/1.1/readme.txt

    r927777 r927868  
    55Requires at least: 3.9
    66Tested up to: 3.9
    7 Stable tag: trunk
     7Stable tag: 1.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949= 1.0 =
    5050* The first version without modifications
     51
     52== Upgrade Notice ==
     53This update fixes the area where the mouseover will work. Before this area was invading the space of the site, now it only restricted to visible part. Only the file =larbous-floating-menu= has changed.
  • larbous-floating-menu/trunk/larbous-floating-menu.php

    r927777 r927868  
    235235        jq(function() {
    236236            jq('#lbfm-navigation > li').hover(
     237                //Mouseover
    237238                function () {
    238239                    jq(this).stop().animate({'marginLeft':'-2px'},200);
  • larbous-floating-menu/trunk/readme.txt

    r927777 r927868  
    55Requires at least: 3.9
    66Tested up to: 3.9
    7 Stable tag: trunk
     7Stable tag: 1.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949= 1.0 =
    5050* The first version without modifications
     51
     52== Upgrade Notice ==
     53This update fixes the area where the mouseover will work. Before this area was invading the space of the site, now it only restricted to visible part. Only the file =larbous-floating-menu= has changed.
Note: See TracChangeset for help on using the changeset viewer.