travis-web/assets/styles/profile/hooks.sass
Henrik Hodne 2450f9fe9d Revert previous revert
I found the commit that caused the bug that caused me to do the last
revert. I'm therefore reverting the previous revert and I will be
committing a revert that reverts the commit that introduced the bug. See
next commit.

This reverts commit db2d38a7af.
2014-02-12 09:54:24 -06:00

76 lines
1.5 KiB
Sass

@import "_mixins/all"
#profile
#unadministerable-hooks
margin-top: 15px
h3
font-size: $font-size-big
.tip
margin-top: 5px
#hooks, #unadministerable-hooks
// @include list-base
margin-top: 10px
li
position: relative
height: 19px
padding: 10px
white-space: nowrap
overflow: hidden
border-bottom: 1px solid $color-border-light
&:nth-child(3)
border-top: 1px solid $color-border-light
&:nth-child(odd)
background-color: $color-bg-hooks-odd
.controls
background: $color-bg-hooks-odd
&:nth-child(even)
background-color: $color-bg-hooks-even
.controls
background: $color-bg-hooks-even
> a
float: left
font-size: $font-size-big
text-decoration: none
.description
display: none
margin-left: 10px
line-height: 22px
font-size: $font-size-smaller
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
color: $color-text-light
.controls
position: absolute
top: 10px
right: 0
white-space: nowrap
a
float: left
display: block
.repo-settings-icon
// Overriding an earlier definition above, which is probably
// obsolete. TODO: Remove if so.
position: relative
height: 20px
width: 20px
padding-right: 0
background: inline-image('ui/repo-settings.png') no-repeat 3px 4px
&:hover
> a
color: $color-link-highlight
.description
display: inline