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) 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

View File

@@ -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

View File

@@ -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;
} }

View File

@@ -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;
} }