mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Final tweaks to GitHub n Trello section
This commit is contained in:
parent
26a548598b
commit
25b66f77a1
11 changed files with 69 additions and 67 deletions
|
@ -35,6 +35,8 @@ html {
|
|||
background-color: $color-white;
|
||||
font-size: 14px;
|
||||
height: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -46,6 +48,8 @@ a {
|
|||
color: $color-link;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: underline;
|
||||
|
|
|
@ -24,7 +24,7 @@ $color-header: #f3f5f8;
|
|||
$color-link: #0092d3;
|
||||
$color-border: #e1e1e1;
|
||||
|
||||
$color-input: #a1a1a1;
|
||||
$color-input: #5a5a5a;
|
||||
$color-stroke: #e1e1e1;
|
||||
|
||||
$color-tooltip: #a1a1a1;
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
html, html a {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
|
||||
}
|
||||
|
||||
.fixed-width-font {
|
||||
font-family: 'courier new', courier;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
.section-github-editor {
|
||||
.github-view label {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.github-repo {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
|
@ -46,7 +50,7 @@
|
|||
}
|
||||
|
||||
.github-table {
|
||||
margin: 0 !important;
|
||||
margin: 10px 0 !important;
|
||||
border: none !important;
|
||||
line-height: 30px;
|
||||
|
||||
|
@ -76,11 +80,15 @@
|
|||
|
||||
.github-table tbody tr td {
|
||||
border: none!important;
|
||||
padding-left: 20px!important;
|
||||
padding-bottom: 0!important;
|
||||
padding: 5px 20px 5px 20px !important;
|
||||
}
|
||||
|
||||
span.dataid {
|
||||
.github-table .right-column {
|
||||
text-align: right;
|
||||
color:#838d94;
|
||||
}
|
||||
|
||||
span.data {
|
||||
color:#838d94;
|
||||
}
|
||||
|
||||
|
@ -93,11 +101,18 @@
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
progress[value] {
|
||||
background-color: $color-off-white;
|
||||
border-radius: 3px;
|
||||
height: 15px;
|
||||
width: 150px;
|
||||
.progress-bar {
|
||||
display: inline-block; border-radius: 3px;
|
||||
width: 40%;
|
||||
background-color: #f1f1f1;
|
||||
height: 8px;
|
||||
margin-left: 10px;
|
||||
|
||||
.progress {
|
||||
height: 8px;
|
||||
border-radius: 4px;
|
||||
background-color: #4caf50;
|
||||
}
|
||||
}
|
||||
|
||||
span.issue-state {
|
||||
|
|
|
@ -60,20 +60,12 @@
|
|||
|
||||
.heading {
|
||||
|
||||
a {
|
||||
color: #3c3c3c!important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
margin: 0;
|
||||
font-family: "open_sanslight";
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 15px;
|
||||
line-height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
table.trello-single-board {
|
||||
|
@ -96,8 +88,7 @@
|
|||
|
||||
.trello-single-board tbody tr td {
|
||||
border: none!important;
|
||||
padding-left: 20px!important;
|
||||
padding-bottom: 0!important;
|
||||
padding: 5px 20px 5px 20px !important;
|
||||
}
|
||||
|
||||
.trello-label {
|
||||
|
@ -106,7 +97,7 @@
|
|||
padding: 4px 6px;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
|
||||
margin-left: 10px;
|
||||
margin-left: 14px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -20,16 +20,16 @@
|
|||
{{input id="branch-since" value=config.branchSince type="text" }}<br>
|
||||
</div>
|
||||
<div class="input-control">
|
||||
<label>Show Milestones</label>
|
||||
{{input id="show-milestone" checked=config.showMilestones type="checkbox"}}<br>
|
||||
</div>
|
||||
<div class="input-control">
|
||||
<label>Show Issues</label>
|
||||
{{input id="show-issues" checked=config.showIssues type="checkbox"}}<br>
|
||||
</div>
|
||||
<div class="input-control">
|
||||
<label>Show Commits</label>
|
||||
{{input id="show-commits" checked=config.showCommits type="checkbox" }}<br>
|
||||
<label>GitHub Views</label>
|
||||
<div class="tip">Select the views you want to show</div>
|
||||
<div class="github-view">
|
||||
{{input id="show-milestone" checked=config.showMilestones type="checkbox"}}
|
||||
<label>Show Milestones</label>
|
||||
{{input id="show-issues" checked=config.showIssues type="checkbox"}}
|
||||
<label>Show Issues</label>
|
||||
{{input id="show-commits" checked=config.showCommits type="checkbox" }}
|
||||
<label>Show Commits</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue