From 71c1058961d2b54b918c417a3d1957965b74ccef Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 8 Jul 2016 08:50:10 +0000 Subject: [PATCH] Fix to be compliant with the changes on the portal theme git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@130159 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/DatabasesManager.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/DatabasesManager.css b/src/main/webapp/DatabasesManager.css index 6896010..829bb5d 100644 --- a/src/main/webapp/DatabasesManager.css +++ b/src/main/webapp/DatabasesManager.css @@ -39,6 +39,11 @@ border-bottom: none !important; } +.aui ul, .aui ol { + margin: 0px !important; +} + + /** Add css rules here for your application. */