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