From a8541089be426b78c4bf48743e53e17af3ef432a Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 20 Dec 2017 21:04:28 +0100 Subject: Useless span removed from the card's title --- app/Resources/static/themes/material/css/cards.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Resources/static/themes/material/css/cards.scss') diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 8ef864d6..4a442228 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -25,7 +25,6 @@ main { max-height: 80px; font-size: 19px; font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #313131; } .card-stacked .card-content .card-title { -- cgit v1.2.3 From 49fb9e7cabef39c30579eee0301f1019a3251dcd Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 21 Dec 2017 17:10:46 +0100 Subject: Card tags template shared --- app/Resources/static/themes/material/css/cards.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Resources/static/themes/material/css/cards.scss') diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 4a442228..8f7f8f7b 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -250,6 +250,10 @@ a.original:not(.waves-effect) { float: right; max-width: 6em; } + + .tags { + display: inline-block; + } } #content .collection .collection-item { -- cgit v1.2.3