mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Do not break inside columns (#29951).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17812 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
04ac58b3c5
commit
08fd9c399b
@ -597,10 +597,28 @@ ul.projects div.description li {list-style-type:initial;}
|
||||
-moz-column-width: 400px;
|
||||
-moz-column-gap : 0.5rem;
|
||||
}
|
||||
#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
|
||||
#projects-index ul.projects li.root {margin-bottom: 1em;}
|
||||
#projects-index li.root ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
|
||||
#projects-index ul.projects li.root {
|
||||
margin-bottom: 1em;
|
||||
padding: 15px 20px;
|
||||
border: 1px solid #d7d7d7;
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
break-inside: avoid-column;
|
||||
-webkit-break-inside: avoid-column;
|
||||
-moz-break-inside: avoid-column;
|
||||
page-break-inside:avoid;
|
||||
-webkit-column-break-inside: avoid;
|
||||
-moz-column-break-inside: avoid;
|
||||
width: 100%;
|
||||
}
|
||||
#projects-index ul.projects li.child {margin-top: 1em;}
|
||||
#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; }
|
||||
#projects-index ul.projects div.description {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
|
||||
|
||||
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user