diff --git a/assets/images/icons/state-errored.svg b/assets/images/icons/state-errored.svg new file mode 100644 index 00000000..1834e4ef --- /dev/null +++ b/assets/images/icons/state-errored.svg @@ -0,0 +1,5 @@ + + + diff --git a/assets/images/icons/state-failed.svg b/assets/images/icons/state-failed.svg new file mode 100644 index 00000000..66981936 --- /dev/null +++ b/assets/images/icons/state-failed.svg @@ -0,0 +1,5 @@ + + + diff --git a/assets/images/icons/state-passed.svg b/assets/images/icons/state-passed.svg new file mode 100644 index 00000000..627c62b1 --- /dev/null +++ b/assets/images/icons/state-passed.svg @@ -0,0 +1,4 @@ + + + diff --git a/assets/images/icons/state-pending.svg b/assets/images/icons/state-pending.svg new file mode 100644 index 00000000..ad6257d9 --- /dev/null +++ b/assets/images/icons/state-pending.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/styles/left/list.sass b/assets/styles/left/list.sass index 336e96fb..c04ef1e2 100644 --- a/assets/styles/left/list.sass +++ b/assets/styles/left/list.sass @@ -35,7 +35,7 @@ // @include border-radius(10px) .summary - margin: 5px 0 0 15px + margin: 5px 0 0 18px white-space: nowrap overflow: hidden text-overflow: ellipsis diff --git a/assets/styles/status.sass b/assets/styles/status.sass index a63bd7f3..2c5a83ab 100644 --- a/assets/styles/status.sass +++ b/assets/styles/status.sass @@ -1,65 +1,42 @@ @import "_mixins/all" -// .status -// display: inline-block -// width: 10px -// height: 10px -// margin-right: 2px -// @include border-radius(5px) - .status display: inline-block width: 12px height: 12px - margin-right: 2px - -.status:before - -webkit-font-smoothing: antialiased !important - position: absolute - display: inline-block - width: 12px - height: 12px - font: 12px 'Glyphicons Halflings' - font-style: normal + margin-right: 3px + background-size: auto auto + background-position: 0px 0px #repos .yellow, .yellow #summary .number, .list .yellow .number, .status - background-color: $color-bg-status-pending - width: 10px - height: 10px - margin-top: 1px - margin-left: 1px - @include border-radius(5px) + background-image: inline-image('icons/state-pending.svg') a color: $color-text-status-pending #repos .green, .green #summary .number, .list .green .number - .status:before - content: "\e084" - color: $color-bg-status-passed + .status + background-image: inline-image('icons/state-passed.svg') a color: $color-text-status-passed #repos .red, .red #summary .number, .list .red .number - .status:before - content: "\e081" - color: $color-bg-status-failed - @include rotate(45deg) + .status + background-image: inline-image('icons/state-failed.svg') a color: $color-text-status-failed #repos .gray, .gray #summary .number, .list .gray .number - .status:before - content: "\e101" - color: $color-bg-status-gray + .status + background-image: inline-image('icons/state-errored.svg') a color: $color-text-status-gray diff --git a/public/fonts/glyphiconshalflings-regular.eot b/public/fonts/glyphiconshalflings-regular.eot deleted file mode 100755 index bd59ccd2..00000000 Binary files a/public/fonts/glyphiconshalflings-regular.eot and /dev/null differ diff --git a/public/fonts/glyphiconshalflings-regular.otf b/public/fonts/glyphiconshalflings-regular.otf deleted file mode 100644 index b058f1cd..00000000 Binary files a/public/fonts/glyphiconshalflings-regular.otf and /dev/null differ diff --git a/public/fonts/glyphiconshalflings-regular.svg b/public/fonts/glyphiconshalflings-regular.svg deleted file mode 100755 index 0fb45873..00000000 --- a/public/fonts/glyphiconshalflings-regular.svg +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/fonts/glyphiconshalflings-regular.ttf b/public/fonts/glyphiconshalflings-regular.ttf deleted file mode 100755 index c63c068f..00000000 Binary files a/public/fonts/glyphiconshalflings-regular.ttf and /dev/null differ diff --git a/public/fonts/glyphiconshalflings-regular.woff b/public/fonts/glyphiconshalflings-regular.woff deleted file mode 100755 index 4c778ffd..00000000 Binary files a/public/fonts/glyphiconshalflings-regular.woff and /dev/null differ diff --git a/public/images/icons/state-errored.svg b/public/images/icons/state-errored.svg new file mode 100644 index 00000000..1834e4ef --- /dev/null +++ b/public/images/icons/state-errored.svg @@ -0,0 +1,5 @@ + + + diff --git a/public/images/icons/state-failed.svg b/public/images/icons/state-failed.svg new file mode 100644 index 00000000..66981936 --- /dev/null +++ b/public/images/icons/state-failed.svg @@ -0,0 +1,5 @@ + + + diff --git a/public/images/icons/state-passed.svg b/public/images/icons/state-passed.svg new file mode 100644 index 00000000..627c62b1 --- /dev/null +++ b/public/images/icons/state-passed.svg @@ -0,0 +1,4 @@ + + + diff --git a/public/images/icons/state-pending.svg b/public/images/icons/state-pending.svg new file mode 100644 index 00000000..ad6257d9 --- /dev/null +++ b/public/images/icons/state-pending.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/mailer/canceled-header-bg.png b/public/images/mailer/canceled-header-bg.png new file mode 100644 index 00000000..bbab26f9 Binary files /dev/null and b/public/images/mailer/canceled-header-bg.png differ diff --git a/public/images/mailer/errored-header-bg.png b/public/images/mailer/errored-header-bg.png new file mode 100644 index 00000000..bbab26f9 Binary files /dev/null and b/public/images/mailer/errored-header-bg.png differ diff --git a/public/images/mailer/failed-header-bg.png b/public/images/mailer/failed-header-bg.png new file mode 100644 index 00000000..4f933cba Binary files /dev/null and b/public/images/mailer/failed-header-bg.png differ diff --git a/public/images/mailer/footer-logo-38x38.png b/public/images/mailer/footer-logo-38x38.png new file mode 100644 index 00000000..817417ec Binary files /dev/null and b/public/images/mailer/footer-logo-38x38.png differ diff --git a/public/images/mailer/passed-header-bg.png b/public/images/mailer/passed-header-bg.png new file mode 100644 index 00000000..7823c81d Binary files /dev/null and b/public/images/mailer/passed-header-bg.png differ diff --git a/public/images/mailer/please-donate.png b/public/images/mailer/please-donate.png new file mode 100644 index 00000000..7f087c39 Binary files /dev/null and b/public/images/mailer/please-donate.png differ