minor css changes to attachments

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@134396 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-19 11:37:51 +00:00
parent c192c2a50c
commit e4d3438417
1 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,9 @@
border: 1px solid #DDD;
border-radius: 4px;
display: inline-block;
width: 93%;
width: 94%;
height: 50px;
overflow-y: hidden;
}
.attachment-container-half-width {
@ -58,6 +60,8 @@
border-radius: 4px;
display: inline-block;
width: 46%;
height: 50px;
overflow-y: hidden;
}
td>form {