Project

General

Profile

Patch #30168 » use_splitcontent_in_my_page_responsive_fix.patch

Anonymous, 2019-01-15 08:59

View differences:

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

  
220
  .splitcontentleft, #list-left {
221
    width: 100%;
220
  .splitcontenttop {
221
    flex: 1;
222
    flex-basis: 100%;
222 223
  }
223 224

  
224
  .splitcontentright, #list-right {
225
    width: 100%;
225
  .splitcontentleft {
226
    flex: 1;
227
    flex-basis: 100%;
228
    margin-right: 0;
226 229
  }
227 230

  
231
  .splitcontentright {
232
    flex: 1;
233
    flex-basis: 100%;
234
    margin-right: 0;
235
  }
236

  
228 237
  /*----------------------------------------*\
229 238
    D) TOGGLE BUTTON & FLYOUT MENU
230 239
  \*----------------------------------------*/
......
855 864

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

  
(5-5/7)