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

Align My Page box styling with updated box design (#41298).

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

View File

@ -1488,12 +1488,13 @@ div.wiki .task-list input.task-list-item-checkbox {
margin-bottom: 20px;
}
.mypage-box {
border:1px solid #ddd;
border:1px solid #d0d7de;
padding:8px;
margin:0 0 20px 0;
color:#505050;
line-height:1.5em;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mypage-box>.contextual {opacity:0.001; transition: opacity 0.2s;}