From e4d34384173739f34751a0fbce1adedc9ae310b0 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Sat, 19 Nov 2016 11:37:51 +0000 Subject: [PATCH] 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 --- src/main/webapp/ShareUpdates.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index a130ad0..590920c 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -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 {