tweak log tailing handle

This commit is contained in:
Sven Fuchs 2012-09-17 14:24:00 +02:00
parent 3e56f85eaa
commit 1f0ab839f1
2 changed files with 22 additions and 16 deletions

View File

@ -98,26 +98,28 @@ pre#log
top: 0 top: 0
right: 0 right: 0
margin: 10px 10px 0 0 margin: 10px 10px 0 0
padding: 1px 4px 1px 6px padding: 0 2px 0 3px
color: #666 color: #666
text-shadow: 1px 1px 0px #fff text-shadow: 1px 1px 0px #fff
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
font-size: 11px font-size: 11px
line-height: 17px line-height: 14px
text-decoration: none text-decoration: none
white-space: nowrap white-space: nowrap
border: 1px solid #bbb border: 1px solid #bbb
border-top-color: #ddd border-top-color: #ddd
border-bottom-color: #bbb border-bottom-color: #bbb
@include border-radius(12px) @include border-radius(8px)
@include background(linear-gradient(#fff, #e0e0e0)) @include background(linear-gradient(#fff, #e0e0e0))
label label
display: none display: none
cursor: pointer cursor: pointer
&:hover label &:hover
display: inline padding: 1px 4px 1px 6px
label
display: inline
.status .status
display: inline-block display: inline-block
@ -129,5 +131,5 @@ pre#log
@include box-shadow(white 1px 1px 2px) @include box-shadow(white 1px 1px 2px)
&.active .status &.active .status
background-color: #6c0 background-color: #6b0

View File

@ -599,22 +599,22 @@ pre#log .bg-white {
top: 0; top: 0;
right: 0; right: 0;
margin: 10px 10px 0 0; margin: 10px 10px 0 0;
padding: 1px 4px 1px 6px; padding: 0 2px 0 3px;
color: #666666; color: #666666;
text-shadow: 1px 1px 0px white; text-shadow: 1px 1px 0px white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px; font-size: 11px;
line-height: 17px; line-height: 14px;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
border: 1px solid #bbbbbb; border: 1px solid #bbbbbb;
border-top-color: #dddddd; border-top-color: #dddddd;
border-bottom-color: #bbbbbb; border-bottom-color: #bbbbbb;
-webkit-border-radius: 12px; -webkit-border-radius: 8px;
-moz-border-radius: 12px; -moz-border-radius: 8px;
-ms-border-radius: 12px; -ms-border-radius: 8px;
-o-border-radius: 12px; -o-border-radius: 8px;
border-radius: 12px; border-radius: 8px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0)); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
background: -webkit-linear-gradient(#ffffff, #e0e0e0); background: -webkit-linear-gradient(#ffffff, #e0e0e0);
background: -moz-linear-gradient(#ffffff, #e0e0e0); background: -moz-linear-gradient(#ffffff, #e0e0e0);
@ -627,10 +627,14 @@ pre#log .bg-white {
cursor: pointer; cursor: pointer;
} }
/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */ /* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
#log #tail:hover {
padding: 1px 4px 1px 6px;
}
/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
#log #tail:hover label { #log #tail:hover label {
display: inline; display: inline;
} }
/* line 122, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */ /* line 124, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
#log #tail .status { #log #tail .status {
display: inline-block; display: inline-block;
margin-right: 1px; margin-right: 1px;
@ -646,9 +650,9 @@ pre#log .bg-white {
-moz-box-shadow: white 1px 1px 2px; -moz-box-shadow: white 1px 1px 2px;
box-shadow: white 1px 1px 2px; box-shadow: white 1px 1px 2px;
} }
/* line 131, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */ /* line 133, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
#log #tail.active .status { #log #tail.active .status {
background-color: #66cc00; background-color: #66bb00;
} }
/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */ /* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
#repository { #repository {