From 326e31b6a100070f6ab5b32f8b81fdf7c0e229f6 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 28 Oct 2014 12:37:33 +0100 Subject: [PATCH] svg icons --- assets/images/icons/finished.svg | 31 +++++++++++++++++++++ assets/images/icons/run-time.svg | 15 ++++++++++ assets/scripts/app/templates/repos/show.hbs | 8 ++++-- assets/styles/main/repository.sass | 9 ++++-- assets/styles/main/tools.sass | 8 +++--- 5 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 assets/images/icons/finished.svg create mode 100644 assets/images/icons/run-time.svg diff --git a/assets/images/icons/finished.svg b/assets/images/icons/finished.svg new file mode 100644 index 00000000..5e2b2781 --- /dev/null +++ b/assets/images/icons/finished.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/images/icons/run-time.svg b/assets/images/icons/run-time.svg new file mode 100644 index 00000000..c1acf337 --- /dev/null +++ b/assets/images/icons/run-time.svg @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/assets/scripts/app/templates/repos/show.hbs b/assets/scripts/app/templates/repos/show.hbs index 90c5f533..cc9b0b2a 100644 --- a/assets/scripts/app/templates/repos/show.hbs +++ b/assets/scripts/app/templates/repos/show.hbs @@ -9,9 +9,11 @@
{{view Travis.RepoShowToolsView}} - - - +
+ + + +

{{description}}

diff --git a/assets/styles/main/repository.sass b/assets/styles/main/repository.sass index 0343480b..dff0150c 100644 --- a/assets/styles/main/repository.sass +++ b/assets/styles/main/repository.sass @@ -10,9 +10,14 @@ display: inline-block margin-right: 5px - a#status-image-popup + .status-image + width: 90px + height: 25px display: inline-block - opacity: 1.0 + + a#status-image-popup + display: inline-block + opacity: 1.0 .github-icon width: 21px diff --git a/assets/styles/main/tools.sass b/assets/styles/main/tools.sass index b3d34ed4..5afee560 100644 --- a/assets/styles/main/tools.sass +++ b/assets/styles/main/tools.sass @@ -77,8 +77,8 @@ a display: inline-block - width: 28px - height: 28px + width: 27px + height: 27px position: relative top: -7px cursor: pointer @@ -89,8 +89,8 @@ margin-left: 5px img - width: 15px - height: 15px + width: 16px + height: 16px margin-top: 6px margin-left: 0px