This commit is contained in:
Massimiliano Assante 2018-07-03 21:58:46 +00:00
parent 8d1548876e
commit d0ce0ccb2f
3 changed files with 3 additions and 9 deletions

View File

@ -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"> <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> <dependency-type>uses</dependency-type>
</dependent-module> </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> <dependency-type>uses</dependency-type>
</dependent-module> </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"/>

View File

@ -770,11 +770,6 @@ h4 small {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }
ul, ol {
padding: 0;
margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul { ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0 margin-bottom: 0
} }

View File

@ -320,13 +320,12 @@ div#WestPanel {
font-family: "Helvetica Neue", Arial,"Times New Roman",Times; font-family: "Helvetica Neue", Arial,"Times New Roman",Times;
font-size: 12px; font-size: 12px;
} }
.Breadcrumbs-Personal { ul.Breadcrumbs-Personal {
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
list-style: outside none none; list-style: outside none none;
margin-bottom: 3px 2px; margin: 0;
padding: 5px;
} }
.Breadcrumbs-Personal li { .Breadcrumbs-Personal li {