minor css fixes

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@161805 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-12-22 10:43:45 +00:00
parent 533f73b836
commit 70516235a9
2 changed files with 8 additions and 9 deletions

View File

@ -137,4 +137,12 @@ h1 {
.button-as-role-style {
padding-left: 0px !important;
color: black !important;
}
/** For the management panel **/
@media ( min-width :1200px) {
.management-metadata-modal-style {
width: 800px !important;
margin-left: -400px !important;
}
}

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to="GCubeCkanDataCatalog">
<!-- Inherit our applications main module. -->
<inherits name='org.gcube.portlets.gcubeckan.gcubeckandatacatalog.GCubeCkanDataCatalog' />
<!-- Specify the path to any remote services. -->
<servlet path="/GCubeCkanDataCatalog/greet" class="org.gcube.portlets.gcubeckan.gcubeckandatacatalog.server.GreetingServiceImpl" />
</module>