mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix upload box CSS
This commit is contained in:
@@ -152,7 +152,11 @@
|
|||||||
load: function(event, ui)
|
load: function(event, ui)
|
||||||
{
|
{
|
||||||
ui.tab.find('span').empty();
|
ui.tab.find('span').empty();
|
||||||
}
|
},
|
||||||
|
create : function () {
|
||||||
|
$('#tab-upload').css('overflow', 'hidden');
|
||||||
|
},
|
||||||
|
heightStyle: "fill"
|
||||||
});
|
});
|
||||||
|
|
||||||
//Show the good collection status box
|
//Show the good collection status box
|
||||||
|
@@ -179,7 +179,11 @@ $(document).ready(function () {
|
|||||||
load: function(event, ui)
|
load: function(event, ui)
|
||||||
{
|
{
|
||||||
ui.tab.find('span').empty();
|
ui.tab.find('span').empty();
|
||||||
}
|
},
|
||||||
|
create : function () {
|
||||||
|
$('#tab-upload').css('overflow', 'hidden');
|
||||||
|
},
|
||||||
|
heightStyle: "fill"
|
||||||
});
|
});
|
||||||
|
|
||||||
//Show the good collection status box
|
//Show the good collection status box
|
||||||
|
@@ -3927,9 +3927,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadBox #tab-upload,
|
#uploadBox .ui-tabs .ui-tabs-panel {
|
||||||
#uploadBox #tab-lazaret {
|
|
||||||
height: 90%;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4051,8 +4051,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadBox #tab-upload,
|
#uploadBox .ui-tabs .ui-tabs-panel {
|
||||||
#uploadBox #tab-lazaret {
|
|
||||||
height: 90%;
|
height: 90%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user