From 2ac44e40e82c1267ca55d1759c3926b368742fad Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 15 Jun 2016 14:34:43 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/d4science-responsive-theme@129127 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/css/custom.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/css/custom.css b/src/main/webapp/css/custom.css index c427bd0..c507a98 100644 --- a/src/main/webapp/css/custom.css +++ b/src/main/webapp/css/custom.css @@ -64,11 +64,13 @@ body { div#wrapper { @include respond-to(desktop) { - padding: 2em 3em 0; + padding: 2em 4em 0; } - background: #EEE url(@theme_image_path@/custom/body_bg.png) center top repeat-x; - background-position: 0px -65px; - min-height: 750px; + @include respond-to(phone, tablet) { + padding-top: 0; + } + background-color: #f5f8fa; + min-height: 750px; } .aui .row { @@ -121,6 +123,10 @@ header#banner { width: 28px; height: 28px; } +/* hides the navigation bar as it is useless for this theme*/ +#_145_navSiteNavigationNavbarBtn { + display: none; +} /* when user is signed out remove the dockbar v space*/ body.signed-in { padding-top: 0px;