Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-7834

[SearchTool] For some content types, the glyph is not spaced enough from the title of the content

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 4.1.6, 4.2.0
    • 4.0M12
    • None
    • None
    • 4.2 M5

      links list, FAQ

          [CMS-7834] [SearchTool] For some content types, the glyph is not spaced enough from the title of the content

          Here there is a patch :

          diff --git a/themes/theme-ametys-base/sass/src/grid/Grid.scss b/themes/theme-ametys-base/sass/src/grid/Grid.scss
          index bba9e22..68a9515 100644
          --- a/themes/theme-ametys-base/sass/src/grid/Grid.scss
          +++ b/themes/theme-ametys-base/sass/src/grid/Grid.scss
          @@ -57,7 +57,7 @@
               &:after {
               	margin-left: 0px;
               	position: absolute;
          -    	left:8px;
          +    	left:6px;
               	bottom:0px;
               	color: $ametys-ribbon-main-glyph-decorator-color; 
               	font-size: 11px;
          

          We have to be sure that this patch does not affect others grids ?

          This issue is linked to CMS-8501 issue : all content types decorators should be merged into the main glyph (for a better appearance and to be able to use other decorators on contents)

          Laurence Aumeunier added a comment - Here there is a patch : diff --git a/themes/theme-ametys-base/sass/src/grid/Grid.scss b/themes/theme-ametys-base/sass/src/grid/Grid.scss index bba9e22..68a9515 100644 --- a/themes/theme-ametys-base/sass/src/grid/Grid.scss +++ b/themes/theme-ametys-base/sass/src/grid/Grid.scss @@ -57,7 +57,7 @@ &:after { margin-left: 0px; position: absolute; - left:8px; + left:6px; bottom:0px; color: $ametys-ribbon-main-glyph-decorator-color; font-size: 11px; We have to be sure that this patch does not affect others grids ? This issue is linked to CMS-8501 issue : all content types decorators should be merged into the main glyph (for a better appearance and to be able to use other decorators on contents)

            raphael Raphaël Franchet
            sprieul Simon Prieul (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: