Uploaded image for project: 'Skin Intranet'
  1. Skin Intranet
  2. SKININTRA-194

Hours to be displayed when it is set on news content

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.0
    • 1.1.5
    • None
    • None
    • 4.6 RC4, 4.6 RC5

      Currently begin/end hours are not displayed even they are set.

      Can you please fix it.

        1. Mobile view.png
          Mobile view.png
          127 kB
        2. screenshot-1.png
          screenshot-1.png
          16 kB
        3. screenshot-2.png
          screenshot-2.png
          91 kB

          [SKININTRA-194] Hours to be displayed when it is set on news content

          On mobile view, change white-space for dates

          .page-interieur .top .white-date .date-container .date {
            white-space: unset;
          }
          

          Print and share actions are misplaced too on mobile, it should be better to do

            @media screen and (max-width: 768px)
          .page-interieur .actions-print {
            right: 20px;
            left: initial;
            top: 54px;
          }
          

          Laurence Aumeunier added a comment - On mobile view, change white-space for dates .page-interieur .top .white-date .date-container .date { white-space: unset; } Print and share actions are misplaced too on mobile, it should be better to do @media screen and (max-width: 768px) .page-interieur .actions-print { right: 20px; left: initial; top: 54px; }

            laurence Laurence Aumeunier
            dcartier David Cartier-Michaud
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: