minor change to css

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@122060 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-12-22 11:03:24 +00:00
parent 6b2688e87b
commit 34648556c2
2 changed files with 7 additions and 4 deletions

View File

@ -7,6 +7,9 @@
<dependent-module archiveName="gcube-widgets-1.9.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gcube-widgets/gcube-widgets"> <dependent-module archiveName="gcube-widgets-1.9.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gcube-widgets/gcube-widgets">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="pickitem-widget-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/pickitem-widget/pickitem-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/> <property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="share-updates"/> <property name="context-root" value="share-updates"/>
</wb-module> </wb-module>

View File

@ -9,14 +9,14 @@
.share-updates-table .share-updates-photo-cell { .share-updates-table .share-updates-photo-cell {
width: 60px; width: 60px;
text-align: center; text-align: right;
vertical-align: top; vertical-align: top;
} }
.share-updates-member-photo { .share-updates-member-photo {
margin-left: 6px; padding: 2px;
width: 39px; width: 36px;
height: 39px; height: 36px;
border-radius: 4px; border-radius: 4px;
} }