css fix
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129292 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d47ec3dfaa
commit
49590c8632
|
@ -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="ckan-metadata-publisher-widget-1.0.0-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>
|
||||
<dependent-module archiveName="ckan-util-library-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-util-library/ckan-util-library">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
|
|
@ -38,11 +38,15 @@ h1 {
|
|||
|
||||
/** For the modal **/
|
||||
.insert-metadata-modal-style {
|
||||
width: 1024px !important;
|
||||
margin-left: -500px !important;
|
||||
width: 1200px !important;
|
||||
margin-left: -600px !important;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
height: 500px;
|
||||
height: 550px;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
.modal {
|
||||
top: 2% !important;
|
||||
}
|
Loading…
Reference in New Issue