Few css changes

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@128446 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-03 16:43:52 +00:00
parent d82048a6bd
commit 10feabeefb
3 changed files with 3 additions and 6 deletions

View File

@ -4,9 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="callout-tour-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/callout-tour/callout-tour">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/user-statistics/target/user-statistics-portlet-0.0.1-SNAPSHOT/WEB-INF/classes"/>
<property name="context-root" value="user-statistics"/>
</wb-module>

View File

@ -7,7 +7,7 @@
vertical-align: top;
height: 60px;
width: auto;
margin-right: 5%;
margin-right: 2%;
}
.statistic-header {

View File

@ -6,8 +6,7 @@
color: #FFF;
display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-right: 5%;
margin-right: 2%;
}
.error-msg {
@ -60,4 +59,5 @@
font-size: 12px !important;
padding: 5px 15px !important;
font-weight: normal !important;
display: inline !important;
}