summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-01-19 10:47:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-01-19 10:47:36 +0000
commit8ff9267e368a997ea3db3db98ba1c51d7c1709be (patch)
tree6120ef16beec78ef54668ad79786527301fe5834
parent134735a2205df642d36ce88f6fb094b42bf5bc5f (diff)
Merged r17812 to 4.0-stable (#29951).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17813 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/application.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index dfca39ec1..ab325b81d 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -595,10 +595,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;}