diff --git a/app/styles/app/layouts/profile.sass b/app/styles/app/layouts/profile.sass index 81660f09..5335c4f5 100644 --- a/app/styles/app/layouts/profile.sass +++ b/app/styles/app/layouts/profile.sass @@ -59,13 +59,13 @@ .profile-user .media-elem - width: 12% + width: 14% img - width: 2.2rem - height: 2.2rem + width: 2.4rem + height: 2.4rem border-radius: 50% .media-body - width: 88% + width: 86% p margin: 0 ul diff --git a/app/styles/app/modules/switch.sass b/app/styles/app/modules/switch.sass index 6f85298f..fb3857e0 100644 --- a/app/styles/app/modules/switch.sass +++ b/app/styles/app/modules/switch.sass @@ -34,3 +34,15 @@ $switch-inner-width: 27px right: $switch-width - $switch-inner-width - (($switch-width - ($switch-inner-width * 2)) / 2) background-color: #39a85b @extend .icon-hook-on + + &.disabled + cursor: default + pointer-events: none + opacity: .5 + + .active &.disabled + background-color: #b6d5b6 + &:after + right: $switch-width - $switch-inner-width - (($switch-width - ($switch-inner-width * 2)) / 2) + background-color: #39a85b + @extend .icon-hook-on diff --git a/app/templates/account.hbs b/app/templates/account.hbs index 39a7168b..346554bc 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -20,9 +20,9 @@ {{#if config.pro}} -

We're only showing you private repositories. You can find your public projects on travis-ci.org.

+

We're only showing your private repositories. You can find your public projects on travis-ci.org.

{{else}} -

We're only showing you public repositories. You can find your private projects on travis-ci.com.

+

We're only showing your public repositories. You can find your private projects on travis-ci.com.

{{/if}} @@ -67,9 +67,9 @@ {{else}}
  • {{#if hooksWithoutAdmin.length}} -

    Sorry, but we can't find any repositories you have admin access to.

    + Sorry, but we can't find any repositories you have admin access to. {{else}} -

    Sorry, it seems like we couldn't find any repositories you have access to on GitHub.

    + Sorry, it seems like we couldn't find any repositories you have access to on GitHub. {{/if}}
  • {{/each}} @@ -78,11 +78,14 @@ {{#if hooksWithoutAdmin.length}}
    -

    Repositories without admin access

    +

    You require admin rights to enable these repositories