Project

General

Profile

Patch #29951 » 0001-Do-not-break-inside-columns.patch

Marius BĂLTEANU, 2018-12-02 12:57

View differences:

public/stylesheets/application.css
593 593
  -moz-column-width: 400px;
594 594
  -moz-column-gap : 0.5rem;
595 595
}
596
#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
597
#projects-index ul.projects li.root {margin-bottom: 1em;}
596
#projects-index li.root ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
597
#projects-index ul.projects li.root {
598
  margin-bottom: 1em;
599
  padding: 15px 20px;
600
  border: 1px solid #d7d7d7;
601
  border-radius: 3px;
602
  box-sizing: border-box;
603
  -moz-box-sizing: border-box;
604
  -webkit-box-sizing: border-box;
605
  break-inside: avoid-column;
606
  -webkit-break-inside: avoid-column;
607
  -moz-break-inside: avoid-column;
608
  page-break-inside:avoid;
609
  -webkit-column-break-inside: avoid;
610
  -moz-column-break-inside: avoid;
611
  width: 100%;
612
}
598 613
#projects-index ul.projects li.child {margin-top: 1em;}
599 614
#projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
615
#projects-index ul.projects div.description {
616
  padding-top: 0.5em;
617
}
600 618
#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
601 619

  
602 620
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
(6-6/7)