1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

New GitHub design code clean up

This commit is contained in:
EnesAlili 2016-08-30 14:49:21 +01:00
parent 87be56bc4b
commit 2c76644b23
3 changed files with 12 additions and 105 deletions

View file

@ -83,6 +83,10 @@
margin-left: 10px;
}
table.label-table {
margin-top:30px !important;
}
table.milestone-table {
td a.link {
font-size: 18px;
@ -199,108 +203,7 @@
width: 90%;
}
}
}
}
}
/*
.github-board {
width: 100%;
white-space: nowrap;
color: #767676;
> .github-group-title {
margin: 10px 0;
font-size: 14px;
color: #767676;
}
> .github-list {
margin: 10px 20px 0 20px !important;
padding: 0;
color: #767676;
> .github-commit-item {
display: block;
width: 95%;
font-size: 12px;
color: #999;
padding: 10px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
&:first-of-type {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
&:last-of-type {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom: 1px solid #eee;
}
&:hover {
background-color: #f7fbfc;
cursor: pointer;
}
> .link {
color: #999;
> .github-avatar {
float: left;
margin-right: 15px;
margin-top: 2px;
}
> .issue-avatar {
float: left;
margin-right: 15px;
margin-top: 10px;
}
> .github-commit-body {
margin: 0px;
padding: 0px;
> .github-commit-title {
color: #4e575b;
text-decoration: none;
font-size: 13px;
font-weight: 600;
line-height: 22px;
margin: 0;
padding: 0px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
.label-name {
font-size: 16px;
font-family: "open_sanssemibold";
margin: 0 10px 0 0;
}
}
> .github-commit-meta {
font-weight: normal;
color: #767676;
font-size: 12px;
line-height: 22px;
margin: 0px;
padding: 0px;
width: 90%;
}
}
}
}
}
} */
}