mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
More github design updates
This commit is contained in:
parent
6d5cc420d7
commit
cf6410cfe8
5 changed files with 90 additions and 45 deletions
|
@ -42,11 +42,19 @@
|
|||
.section-github-render {
|
||||
|
||||
h3 {
|
||||
margin: 40px 0;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.github-board {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0px!important;
|
||||
margin-left: 0px!important;
|
||||
}
|
||||
|
||||
thead.github th {
|
||||
|
@ -63,6 +71,18 @@
|
|||
padding: 15px 30px !important;
|
||||
}
|
||||
|
||||
span.label-private {
|
||||
font-weight: normal;
|
||||
color: #4c4a42;
|
||||
background-color: #ffefc6;
|
||||
padding: 3px 4px;
|
||||
font-size: 12px;
|
||||
border-radius: 2px;
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
|
||||
line-height: 1;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
table.milestone-table {
|
||||
td a.link {
|
||||
font-size: 18px;
|
||||
|
@ -73,6 +93,18 @@
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.date-meta {
|
||||
margin-right: 10px;
|
||||
font-size: 14px;
|
||||
color: #767676;
|
||||
|
||||
img {
|
||||
height: 14px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
progress[value] {
|
||||
background-color: #eeeeee;
|
||||
border-radius: 3px;
|
||||
|
@ -81,6 +113,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
table.contributor-table {
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
||||
.github-avatar {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
|
@ -108,7 +144,7 @@
|
|||
|
||||
td span.milestone {
|
||||
color: #3c3c3c;
|
||||
font-size: 18px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
li.github-commit-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue