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:
parent
751a33413d
commit
d0780a04d7
|
@ -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>
|
||||
|
|
|
@ -48,9 +48,10 @@ h1 {
|
|||
}
|
||||
}
|
||||
|
||||
@media(min-height: 800px) {
|
||||
.modal-body-custom {
|
||||
height: 500px !important;
|
||||
max-height: none !important;
|
||||
max-height: 500px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-top-custom {
|
||||
|
|
Loading…
Reference in New Issue