mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
New Trello design. Labels and Members. Working progress
This commit is contained in:
parent
36b2767a6d
commit
c51dc27b7f
3 changed files with 77 additions and 23 deletions
|
@ -5,6 +5,7 @@
|
|||
overflow: auto
|
||||
}
|
||||
|
||||
|
||||
.section-trello-board-title {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
|
@ -32,6 +33,34 @@
|
|||
|
||||
|
||||
.section-trello-render {
|
||||
|
||||
table.trello-table {
|
||||
border:none!important;
|
||||
margin-left: 0 !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
table.trello-table td {
|
||||
border:none!important;
|
||||
padding: 20px 20px 0 0 !important;
|
||||
}
|
||||
|
||||
span.trello-label {
|
||||
padding: 4px 10px;
|
||||
color: white;
|
||||
border-radius: 3px;
|
||||
text-shadow: 0 0 5px rgba(0,0,0,.2),0 0 2px #000;
|
||||
}
|
||||
|
||||
.trello-avatar {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
> .trello-board {
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
|
@ -44,7 +73,7 @@
|
|||
font-weight: bold;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .trello-list {
|
||||
|
@ -65,7 +94,7 @@
|
|||
font-size: 14px;
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
|
||||
> a {
|
||||
> .trello-card {
|
||||
color: #4c4c4c;
|
||||
|
@ -82,8 +111,8 @@
|
|||
white-space: normal;
|
||||
cursor: pointer;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue