mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-845 - fix close button
PHRAS-846 - fix admin log view PHRAS-843 - fix action icons added white skin misc fix on skin color handling replace image icons by fonts icons
This commit is contained in:
@@ -1342,6 +1342,7 @@ $(document).ready(function () {
|
||||
$('#idFrameC #retractableButton').bind('click', function (event) {
|
||||
|
||||
if($('#idFrameC').attr('data-status') != 'closed'){
|
||||
$(this).find('i').removeClass('icon-double-angle-left').addClass('icon-double-angle-right')
|
||||
$('#idFrameC').width(80);
|
||||
$('#rightFrame').css('left', 80);
|
||||
$('#rightFrame').width($(window).width()-80);
|
||||
@@ -1352,6 +1353,7 @@ $(document).ready(function () {
|
||||
$('#idFrameC').addClass('closed');
|
||||
previousTab = $('#idFrameC .icon-menu').find('li.ui-tabs-active');
|
||||
}else{
|
||||
$(this).find('i').removeClass('icon-double-angle-right').addClass('icon-double-angle-left')
|
||||
$('#idFrameC').width(300);
|
||||
$('#rightFrame').css('left', 300);
|
||||
$('#rightFrame').width($(window).width()-300);
|
||||
|
Reference in New Issue
Block a user