Actions
Bug #3073
closedmissing application.js file
Start date:
10/03/2011
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
References to application.js in code and in html page but not such file.
Does not look very useful:
jQuery(document).ready(function($)
{
$('div.application').css('font-size', '0px');
$('div.application').css('min-width', '30px');
$('div.application').css('padding-bottom', '0px');
$('div.application').css('margin-top', '12px');
$('div.application').css('margin-bottom', '22px');
$('div.application').mouseover(function()
{
$(this).css('font-size', '11px');
$(this).css('min-width', '60px');
$(this).css('padding-bottom', '10px');
$(this).css('margin-top', '0px');
$(this).css('margin-bottom', '10px');
});
$('div.application').mouseout(function()
{
$(this).css('font-size', '0px');
$(this).css('min-width', '30px');
$(this).css('margin-top', '12px');
$(this).css('margin-bottom', '22px');
$(this).css('margin-left', '0px');
$(this).css('margin-right', '10px');
$(this).css('padding-bottom', '0px');
});
})
Updated by Stefaan Vanbillemont about 12 years ago
- Project changed from Chamilo LCMS Connect to Repository
- Category deleted (
21)
Updated by Stefaan Vanbillemont over 11 years ago
- Target version changed from 2.1.0 to Backlog (default)
Updated by Anthony Hurst almost 11 years ago
- Status changed from Needs more info to Bug resolved
- Target version changed from Backlog (default) to LCMS 3
Actions