1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

github UI tidy

This commit is contained in:
Harvey Kandola 2016-09-10 16:24:24 -07:00
parent 9e39153108
commit bf1b75a527
8 changed files with 214 additions and 247 deletions

View file

@ -40,107 +40,90 @@
}
.section-github-render {
h3 {
margin-bottom: 0px;
}
h6 {
font-size: 18px;
margin: 0;
display: inline;
}
h6 a {
color: inherit;
}
p {
margin-top: 5px;
}
.github-board {
margin-top: 30px;
}
table {
margin-left: 0px!important;
border: none!important;
}
thead.github th {
background-color: #f8f8f8;
text-align: left;
padding: 4px 30px;
font-family: "open_sanssemibold";
border-bottom: 1px solid #e1e1e1 !important;
}
tbody.github td {
.github-table {
margin: 0 !important;
border: none !important;
padding: 8px 30px !important;
vertical-align: top;
}
line-height: 30px;
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.label-table {
margin-top:30px !important;
}
table.milestone-table {
progress[value] {
background-color: #eeeeee;
border-radius: 3px;
height: 15px;
width: 50%;
td {
border: none !important;
vertical-align: top;
}
}
.github-issue-label {
.heading {
font-size: 1.6rem;
margin: 30px 0 0 0;
}
.issue-label {
font-size: 11px;
color: white;
padding: 0px 4px;
color: $color-white;
padding: 0px 8px;
margin-right: 5px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
display: inline-block;
line-height: 22px;
}
.date-meta {
color: #767676;
font-size: 13px;
}
.dataid {
color: #767676;
font-size: 13px;
}
.repo {
font-size: 16px;
progress[value] {
background-color: $color-off-white;
border-radius: 3px;
height: 15px;
width: 150px;
}
.progress-meta {
color: $color-gray;
font-size: 1rem;
font-family: "arial";
}
.contributor-name {
line-height: 15px;
}
.milestone-name, .issue-name, .contributor-name {
font-size: 1.2rem;
}
.milestone-symbol {
padding-top: 3px;
}
.issue-symbol {
padding-top: 3px;
}
.contributor-meta {
line-height: 30px;
}
.milestone-meta, .issue-meta, .contributor-meta {
color: $color-gray;
font-size: 1rem;
}
.github-avatar {
border-radius: 4px;
width: 36px;
height: 36px;
}
.branch {
font-family: "open_sanssemibold";
}
.milestone {
font-size: 15px;
}
.github-avatar {
border-radius: 4px;
}
// 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;
// }
}

View file

@ -1,7 +1,7 @@
.wysiwyg {
// font-size: 1rem;
font-size: 15px;
line-height: 30px;
line-height: 30px;
color: #3c3c3c;
table