N°1094.3 Portal: Forgot compiled .css on last commit. Not necessary but improves first page load after setup / MTP.

SVN:trunk[5042]
This commit is contained in:
Guillaume Lajarige
2017-10-18 14:58:23 +00:00
parent 868c1cface
commit d8b5dd7bd2

View File

@@ -628,10 +628,19 @@ table .group-actions {
border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px;
font-size: 1em; font-size: 1em;
} }
/****************/ /****************************************************************/
/* - Mosaic mode */ /* - Mosaic mode */
/* Note: Some of the CSS is factorised in the "Tree mode" part */ /* */
/****************/ /* 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 { #brick_content_mosaic {
position: relative; position: relative;
padding: 10px 10px 1px 10px; padding: 10px 10px 1px 10px;