Project

General

Profile

Patch #30168 » splitcontent_responsive_fix.diff

Anonymous, 2019-01-16 09:45

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
    flex: auto;
223
    margin-left: 0;
224
    margin-right: 0;
222 225
  }
223 226

  
224
  .splitcontentright, #list-right {
225
    width: 100%;
226
  }
227

  
228 227
  /*----------------------------------------*\
229 228
    D) TOGGLE BUTTON & FLYOUT MENU
230 229
  \*----------------------------------------*/
......
855 854

  
856 855
  #login-form {width:100%; margin-top:2em;}
857 856
}
858

  
(6-6/7)