1. 28 Jan, 2015 6 commits
    • Marin Jankovski's avatar
      537cd66d
    • Dmitriy Zaporozhets's avatar
      8eb365c0
    • Dmitriy Zaporozhets's avatar
    • Dmitriy Zaporozhets's avatar
      50297f71
    • Dmitriy Zaporozhets's avatar
      Merge branch '1019' into 'master' · 6290b75d
      Dmitriy Zaporozhets authored
      #1019: Broadcast message does not show up properly with new UI
      
      With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen.
      
      This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched.
      
      Releases: master, 7-7-stable
      
      Fixes: #1019
      
      See merge request !315
      6290b75d
    • Visay Keo's avatar
      Fix broadcast message to show up properly with new UI · 35d6d1ce
      Visay Keo authored
      With the new UI, the broadcast message is the first level child element
      of the body tag and then render full width without respecting the width
      of the left sidebar. This makes the message goes under the left sidebar
      in smaller screen.
      
      This commit fixes the issue by moving the message element into the
      "page-with-sidebar" div so it will always render together with the main
      content area with same look as before. The rendering for the search,
      login and other view without left sidebar remains untouched.
      
      Releases: master, 7-7-stable
      Fixes: #1019
      35d6d1ce
  2. 27 Jan, 2015 34 commits