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:
parent
533f73b836
commit
70516235a9
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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>
|
Loading…
Reference in New Issue