Skip to content

Commit 0f8b412

Browse files
committed
be able to delete projects; closes #51
1 parent de4129a commit 0f8b412

File tree

18 files changed

+448
-115
lines changed

18 files changed

+448
-115
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "burnchart",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "GitHub Burndown Chart as a Service",
55
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
66
"license": "AGPL-3.0",

public/css/bundle.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ th {
369369
}
370370
@font-face {
371371
font-family: 'Fontello';
372-
src: url("../fonts/fontello.eot?74672344");
373-
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');
372+
src: url("../fonts/fontello.eot");
373+
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');
374374
font-weight: normal;
375375
font-style: normal;
376376
}
@@ -966,6 +966,15 @@ ul li {
966966
#page #content #projects table tr td:first-child {
967967
color: #3e4457;
968968
}
969+
#page #content #projects table tr td.action {
970+
text-align: right;
971+
cursor: pointer;
972+
color: #77000e;
973+
-webkit-user-select: none;
974+
-moz-user-select: none;
975+
-ms-user-select: none;
976+
user-select: none;
977+
}
969978
#page #content #projects table tr:nth-child(even) td {
970979
background: #fefefe;
971980
}
@@ -1003,6 +1012,7 @@ ul li {
10031012
border-top: 1px solid #dde1ed;
10041013
text-align: right;
10051014
font-family: 'MuseoSlab500Regular', serif;
1015+
font-size: 14px;
10061016
}
10071017
#page #content #projects .footer .icon {
10081018
color: #aaafbf;

public/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/fonts/fontello.eot

508 Bytes
Binary file not shown.

public/fonts/fontello.svg

Lines changed: 18 additions & 16 deletions
Loading

public/fonts/fontello.ttf

508 Bytes
Binary file not shown.

public/fonts/fontello.woff

264 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)