Fix upload box CSS

This commit is contained in:
Romain Neutron
2014-02-05 13:00:07 +01:00
parent 3b437c83c4
commit 03fc818fe4
4 changed files with 12 additions and 7 deletions

View File

@@ -152,7 +152,11 @@
load: function(event, ui)
{
ui.tab.find('span').empty();
}
},
create : function () {
$('#tab-upload').css('overflow', 'hidden');
},
heightStyle: "fill"
});
//Show the good collection status box

View File

@@ -179,7 +179,11 @@ $(document).ready(function () {
load: function(event, ui)
{
ui.tab.find('span').empty();
}
},
create : function () {
$('#tab-upload').css('overflow', 'hidden');
},
heightStyle: "fill"
});
//Show the good collection status box

View File

@@ -3927,9 +3927,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
height: 100%;
}
#uploadBox #tab-upload,
#uploadBox #tab-lazaret {
height: 90%;
#uploadBox .ui-tabs .ui-tabs-panel {
padding: 20px;
}

View File

@@ -4051,8 +4051,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
height: 100%;
}
#uploadBox #tab-upload,
#uploadBox #tab-lazaret {
#uploadBox .ui-tabs .ui-tabs-panel {
height: 90%;
padding: 20px;
}