Skip to content

Commit

Permalink
be able to delete projects; closes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
radekstepan committed Jan 30, 2016
1 parent de4129a commit 0f8b412
Show file tree
Hide file tree
Showing 18 changed files with 448 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burnchart",
"version": "3.0.2",
"version": "3.0.3",
"description": "GitHub Burndown Chart as a Service",
"author": "Radek Stepan <[email protected]> (http://radekstepan.com)",
"license": "AGPL-3.0",
Expand Down
14 changes: 12 additions & 2 deletions public/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ th {
}
@font-face {
font-family: 'Fontello';
src: url("../fonts/fontello.eot?74672344");
src: url("../fonts/fontello.eot?74672344#iefix") format('embedded-opentype'), url("../fonts/fontello.woff?74672344") format('woff'), url("../fonts/fontello.ttf?74672344") format('truetype'), url("../fonts/fontello.svg?74672344#fontello") format('svg');
src: url("../fonts/fontello.eot");
src: url("../fonts/fontello.eot#iefix") format('embedded-opentype'), url("../fonts/fontello.woff") format('woff'), url("../fonts/fontello.ttf") format('truetype'), url("../fonts/fontello.svg#fontello") format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -966,6 +966,15 @@ ul li {
#page #content #projects table tr td:first-child {
color: #3e4457;
}
#page #content #projects table tr td.action {
text-align: right;
cursor: pointer;
color: #77000e;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#page #content #projects table tr:nth-child(even) td {
background: #fefefe;
}
Expand Down Expand Up @@ -1003,6 +1012,7 @@ ul li {
border-top: 1px solid #dde1ed;
text-align: right;
font-family: 'MuseoSlab500Regular', serif;
font-size: 14px;
}
#page #content #projects .footer .icon {
color: #aaafbf;
Expand Down
2 changes: 1 addition & 1 deletion public/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified public/fonts/fontello.eot
Binary file not shown.
34 changes: 18 additions & 16 deletions public/fonts/fontello.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/fonts/fontello.ttf
Binary file not shown.
Binary file modified public/fonts/fontello.woff
Binary file not shown.
Loading

0 comments on commit 0f8b412

Please sign in to comment.