mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
99 lines
1.8 KiB
CSS
99 lines
1.8 KiB
CSS
.my-cards-board-wrapper {
|
|
border-radius: 0 0 4px 4px;
|
|
min-width: 400px;
|
|
margin-bottom: 2rem;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
border-color: #a2a2a2;
|
|
}
|
|
.my-cards-board-title {
|
|
font-size: 1.4rem;
|
|
font-weight: bold;
|
|
padding: 0.5rem;
|
|
background-color: #808080;
|
|
color: #fff;
|
|
}
|
|
.my-cards-swimlane-title {
|
|
font-size: 1.1rem;
|
|
font-weight: bold;
|
|
padding: 0.5rem;
|
|
padding-bottom: 0.4rem;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
.swimlane-default-color {
|
|
background-color: #d3d3d3;
|
|
}
|
|
.my-cards-list-title {
|
|
font-weight: bold;
|
|
font-size: 1.1rem;
|
|
text-align: center;
|
|
margin-bottom: 0.7rem;
|
|
}
|
|
.my-cards-list-wrapper {
|
|
margin: 1rem;
|
|
border-radius: 5px;
|
|
display: inline-grid;
|
|
min-width: 250px;
|
|
max-width: 350px;
|
|
}
|
|
.my-cards-card-wrapper {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
.my-cards-dueat-list-wrapper {
|
|
max-width: 500px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
.my-cards-board-table thead {
|
|
border-bottom: 3px solid #4d4d4d;
|
|
background-color: transparent;
|
|
}
|
|
.my-cards-board-table th,
|
|
.my-cards-board-table td {
|
|
border: 0;
|
|
}
|
|
.my-cards-board-table tr {
|
|
border-bottom: 2px solid #a2a2a2;
|
|
}
|
|
.my-cards-card-title-table {
|
|
font-weight: bold;
|
|
padding-left: 2px;
|
|
max-width: 243px;
|
|
}
|
|
.my-cards-board-badge {
|
|
width: 36px;
|
|
height: 24px;
|
|
float: left;
|
|
border-radius: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* Accessibility page styles */
|
|
.accessibility-page {
|
|
padding: 20px;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.accessibility-page h2 {
|
|
font-size: 24px;
|
|
margin-bottom: 20px;
|
|
color: #4d4d4d;
|
|
}
|
|
|
|
.accessibility-page-content {
|
|
background-color: #fff;
|
|
padding: 20px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
|
|
}
|
|
|
|
.accessibility-page-content p {
|
|
margin-bottom: 16px;
|
|
line-height: 1.6;
|
|
}
|