mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
More tweaks and updates to the Trello design
This commit is contained in:
parent
1e37c68d99
commit
a0ebb215d9
5 changed files with 111 additions and 56 deletions
|
@ -36,13 +36,18 @@
|
|||
|
||||
table.trello-table {
|
||||
border:none!important;
|
||||
margin-left: 0 !important;
|
||||
margin-left: 20px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
table.trello-table td {
|
||||
border:none!important;
|
||||
padding: 20px 20px 0 0 !important;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tbody.board-stats td {
|
||||
padding-right: 40px!important;
|
||||
}
|
||||
|
||||
span.trello-label {
|
||||
|
@ -52,8 +57,21 @@
|
|||
text-shadow: 0 0 5px rgba(0,0,0,.2),0 0 2px #000;
|
||||
}
|
||||
|
||||
span.trello-board {
|
||||
color: white;
|
||||
padding: 20px 20px;
|
||||
width: 190px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.trello-avatar {
|
||||
border-radius: 3px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
|
@ -61,6 +79,16 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
p.board-stats {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
span.stat-number {
|
||||
font-family: "open_sanslight";
|
||||
font-size: 50px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
> .trello-board {
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue