git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@169654 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8d1548876e
commit
d0ce0ccb2f
|
@ -11,7 +11,7 @@
|
|||
<dependent-module archiveName="workspace-tree-widget-6.21.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/WorkspaceTree/WorkspaceTree">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="storagehub-icons-library-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/storagehub-icons-library/storagehub-icons-library">
|
||||
<dependent-module archiveName="storagehub-icons-library-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/storagehub-icons-library/storagehub-icons-library">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
|
||||
|
|
|
@ -770,11 +770,6 @@ h4 small {
|
|||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
margin: 0 0 10px 25px
|
||||
}
|
||||
|
||||
ul ul, ul ol, ol ol, ol ul {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
|
|
@ -320,13 +320,12 @@ div#WestPanel {
|
|||
font-family: "Helvetica Neue", Arial,"Times New Roman",Times;
|
||||
font-size: 12px;
|
||||
}
|
||||
.Breadcrumbs-Personal {
|
||||
ul.Breadcrumbs-Personal {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
list-style: outside none none;
|
||||
margin-bottom: 3px 2px;
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.Breadcrumbs-Personal li {
|
||||
|
|
Loading…
Reference in New Issue