minor css fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@164596 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-02-27 13:52:56 +00:00
parent 751a33413d
commit d0780a04d7
2 changed files with 5 additions and 7 deletions

View File

@ -13,9 +13,6 @@
<dependent-module archiveName="ckan-util-library-2.4.2-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-util-library/ckan-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ckan-metadata-publisher-widget-1.3.3-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-metadata-publisher-widget/ckan-metadata-publisher-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="gcube-ckan-datacatalog"/>
<property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</wb-module>

View File

@ -37,7 +37,7 @@ h1 {
}
/** For the modal & the management panel **/
@media ( min-width :1200px) {
@media(min-width :1200px) {
.management-metadata-modal-style {
width: 1000px !important;
margin-left: -450px !important;
@ -48,9 +48,10 @@ h1 {
}
}
.modal-body-custom {
height: 500px !important;
max-height: none !important;
@media(min-height: 800px) {
.modal-body-custom {
max-height: 500px !important;
}
}
.modal-top-custom {