updated css

fixed drop here on over

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@120251 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-11-10 11:05:53 +00:00
parent 3099a4e212
commit d29d5f88d0
2 changed files with 5 additions and 6 deletions

View File

@ -439,7 +439,8 @@ public class MultipleDNDUpload extends LayoutPanel implements
} //
console.log('dragover');
drop.className = "over-true";
$wnd.$('#drop_target_outer')[0].style.display = "inline";
$wnd.$('#drop_target_outer')[0].style.display = "";
instance.@org.gcube.portlets.widgets.workspaceuploader.client.uploader.dragdrop.MultipleDNDUpload::setVisibleOnlyChild(Z)(false);
// $wnd.$('#drop_target_only_child')[0].style.display = "none";
});

View File

@ -141,14 +141,12 @@ h1 {
#drop_target_inner {
width: 50%;
height: 50%;
/* text-align: center; */
/* vertical-align: middle; */
top: 25%;
margin: 0 auto;
position: relative;
background-image: url("dropfilehere.png");
background-repeat: no-repeat;
background-position: center;
margin: 0 auto;
position: relative;
/* background: orange; */
}
@ -165,7 +163,7 @@ h1 {
/* border: 3px dashed #D9D9D9; */
border-radius: 5px;
/* padding: 50%; */
text-align: center;
/* text-align: center; */
background-color: #FFF !important;
}