From d8b5dd7bd2253cc03560f96807d7e5cdd00410e1 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Wed, 18 Oct 2017 14:58:23 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B01094.3=20Portal:=20Forgot=20compiled=20.?= =?UTF-8?q?css=20on=20last=20commit.=20Not=20necessary=20but=20improves=20?= =?UTF-8?q?first=20page=20load=20after=20setup=20/=20MTP.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5042] --- .../itop-portal-base/portal/web/css/portal.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/portal/web/css/portal.css b/datamodels/2.x/itop-portal-base/portal/web/css/portal.css index c4d1cd95a1..b1894412ca 100644 --- a/datamodels/2.x/itop-portal-base/portal/web/css/portal.css +++ b/datamodels/2.x/itop-portal-base/portal/web/css/portal.css @@ -628,10 +628,19 @@ table .group-actions { border-radius: 0px 0px 4px 4px; font-size: 1em; } -/****************/ -/* - Mosaic mode */ -/* Note: Some of the CSS is factorised in the "Tree mode" part */ -/****************/ +/****************************************************************/ +/* - Mosaic mode */ +/* */ +/* Note: Some of the CSS is factorised in the "Tree mode" part */ +/* */ +/* Note: .mosaic-item-layout-x classes are for different */ +/* presentation modes. Like in binary, add the values to know */ +/* which class to use. */ +/* - 1 is for name */ +/* - 2 is for description */ +/* - 4 is for image */ +/* eg. .mosaic-item-layout-5 when just name and image */ +/****************************************************************/ #brick_content_mosaic { position: relative; padding: 10px 10px 1px 10px;