1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Align project styling on projects-index with updated box design (#41298).

git-svn-id: https://svn.redmine.org/redmine/trunk@23076 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-09-24 09:59:24 +00:00
parent b9920a88ad
commit 633a969d24

View File

@ -788,9 +788,10 @@ ul.projects div.description ul li {list-style-type:initial;}
#projects-index ul.projects li.root {
margin-bottom: 1em;
padding: 15px 20px;
border: 1px solid #d7d7d7;
border: 1px solid #d0d7de;
border-radius: 3px;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
break-inside: avoid-column;