Project

General

Profile

Patch #30168 » splitcontent_responsive_fixed_fix.patch

Anonymous, 2019-01-19 10:46

View differences:

public/stylesheets/responsive.css (working copy)
217 217
    display: none;
218 218
  }
219 219

  
220
  .splitcontentleft, #list-left {
220
  .splitcontentleft, .splitcontentright, .splitcontenttop {
221 221
    width: 100%;
222 222
    flex: auto;
223 223
    margin-right: 0;
224
    margin-left: 0;
224 225
  }
225 226

  
226
  .splitcontentright, #list-right {
227
    width: 100%;
228
    flex: auto;
229
    margin-left: 0;
230
  }
231

  
232 227
  /*----------------------------------------*\
233 228
    D) TOGGLE BUTTON & FLYOUT MENU
234 229
  \*----------------------------------------*/
(7-7/7)