From a45f629068e1833c6b38055436cc4dd20545bf9e Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 23 May 2016 16:17:05 +0000 Subject: [PATCH] fixed css git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@128789 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/ShareUpdates.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index dc56d98..a130ad0 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -1,15 +1,3 @@ -@media screen and (max-width: 1430px) { - .upload-btn-m { - width: 40px !important; - } -} - -@media screen and (max-width: 1200px) { - .upload-btn-m { - width: 35px !important; - } -} - @media screen and (max-width: 1050px) { select.wizardListbox { width: 100% !important; @@ -43,6 +31,9 @@ .share-updates-photo-cell { display: none; } + .share-updates-table { + width: 100% !important; + } } .attachment-container-full-width { @@ -338,7 +329,7 @@ a.link:hover { } select.wizardListbox { - width: 70%; + width: 65%; background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; border-color: #BBB; color: #444;