From 56e561608044b64a4cd382f96ef340c7dfd58774 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 27 Apr 2018 15:59:24 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B01370=20Portal=20badge=20:=20improve=20ti?= =?UTF-8?q?le=20on=20low=20resolutions=202=20(wooops=20pushed=20to=20soon)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5759] --- datamodels/2.x/itop-portal-base/portal/web/css/portal.css | 7 +++++-- .../2.x/itop-portal-base/portal/web/css/portal.scss | 8 ++++++-- 2 files changed, 11 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 c5e8fb9e6..0599c81e6 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 @@ -462,7 +462,7 @@ footer { text-align: left; } .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { - font-size: 2em; + font-size: 1.5em; } } @media (min-width: 992px) { @@ -483,7 +483,7 @@ footer { font-size: 1.2em; } .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { - font-size: 6em; + font-size: 4em; } } @media (min-width: 1200px) { @@ -508,6 +508,9 @@ footer { .home .tile .tile_description { font-size: 1.2em; } + .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { + font-size: 6em; + } } /********************/ /* Modules settings */ diff --git a/datamodels/2.x/itop-portal-base/portal/web/css/portal.scss b/datamodels/2.x/itop-portal-base/portal/web/css/portal.scss index 3d346c108..6eee5f572 100644 --- a/datamodels/2.x/itop-portal-base/portal/web/css/portal.scss +++ b/datamodels/2.x/itop-portal-base/portal/web/css/portal.scss @@ -498,7 +498,7 @@ footer{ text-align: left; } .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { - font-size: 2em; + font-size: 1.5em; } } @media (min-width: 992px) { @@ -520,7 +520,7 @@ footer{ } .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { - font-size: 6em; + font-size: 4em; } } @media (min-width: 1200px) { @@ -545,6 +545,10 @@ footer{ .home .tile .tile_description{ font-size: 1.2em; } + + .home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon { + font-size: 6em; + } } /********************/