Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 2, 2011
1 parent 65feb22 commit 0b1bd36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/http/public/stylesheets/job.styl
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,26 @@ bar(color)
transition: padding 200ms, height 200ms
height: 0
overflow: hidden
td:first-child
color: light + 30%
&.show
padding: 15px
height: auto

// job log

.job .log ul
reset-list()
margin: 5px
padding: 10px
max-height: 100px
overflow-y: auto
background: dark - 10%
border-radius: 5px
li
width: 100%
color: light

// more button

#more
Expand Down

0 comments on commit 0b1bd36

Please sign in to comment.