Bladeren bron

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@5042 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 7 jaren geleden
bovenliggende
commit
de7a9fcb3c
1 gewijzigde bestanden met toevoegingen van 13 en 4 verwijderingen
  1. 13 4
      datamodels/2.x/itop-portal-base/portal/web/css/portal.css

+ 13 - 4
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;