diff --git a/app/app/styles/base.scss b/app/app/styles/base.scss
index df90c265..e3e1d8a0 100644
--- a/app/app/styles/base.scss
+++ b/app/app/styles/base.scss
@@ -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;
diff --git a/app/app/styles/color.scss b/app/app/styles/color.scss
index ec8e9650..a444b4c4 100644
--- a/app/app/styles/color.scss
+++ b/app/app/styles/color.scss
@@ -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;
diff --git a/app/app/styles/font.scss b/app/app/styles/font.scss
index 5d5c9b5a..7c6cce5b 100644
--- a/app/app/styles/font.scss
+++ b/app/app/styles/font.scss
@@ -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;
}
diff --git a/app/app/styles/section/github.scss b/app/app/styles/section/github.scss
index 887debb5..f3333a40 100644
--- a/app/app/styles/section/github.scss
+++ b/app/app/styles/section/github.scss
@@ -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 {
diff --git a/app/app/styles/section/trello.scss b/app/app/styles/section/trello.scss
index 235dfe90..5bbc380b 100644
--- a/app/app/styles/section/trello.scss
+++ b/app/app/styles/section/trello.scss
@@ -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;
}
}
diff --git a/app/app/templates/components/section/github/type-editor.hbs b/app/app/templates/components/section/github/type-editor.hbs
index 1e35767d..a304615c 100644
--- a/app/app/templates/components/section/github/type-editor.hbs
+++ b/app/app/templates/components/section/github/type-editor.hbs
@@ -20,16 +20,16 @@
{{input id="branch-since" value=config.branchSince type="text" }}
Commits {{len .BranchCommits}} commits by {{.NumContributors}} contributors + | Commits · {{len .BranchCommits}} commits by {{.NumContributors}} contributors | ||||
---|---|---|---|---|---|
+ | {{$commit.Message}} - {{$commit.Branch}} + {{$commit.Branch}} | -+ | - | + |