Merge branch 'ember-cli' of github.com:travis-ci/travis-web into ember-cli
This commit is contained in:
commit
49ea505981
|
@ -68,8 +68,7 @@
|
||||||
float: none
|
float: none
|
||||||
|
|
||||||
& > div:first-child:nth-last-child(2) ~ div
|
& > div:first-child:nth-last-child(2) ~ div
|
||||||
width: 0
|
display: none
|
||||||
|
|
||||||
|
|
||||||
@media #{$large-up}
|
@media #{$large-up}
|
||||||
#left
|
#left
|
||||||
|
|
|
@ -1,22 +1,25 @@
|
||||||
|
#global-slider
|
||||||
|
display: none
|
||||||
|
|
||||||
.pro.maximized
|
.pro.maximized
|
||||||
#right
|
#right
|
||||||
width: 0
|
display: none
|
||||||
*:not(#slider):not(.icon):not(.ember-view)
|
|
||||||
display: none
|
|
||||||
|
|
||||||
#slider
|
#global_slider
|
||||||
top: 45px
|
position: absolute
|
||||||
left: -20px
|
background-color: $color-bg-slider
|
||||||
|
cursor: pointer
|
||||||
|
background: transparent inline-image('ui/slider-open.svg') no-repeat 6px 5px
|
||||||
|
border-top-left-radius: 4px
|
||||||
|
top: 85px
|
||||||
|
right: 0
|
||||||
width: 20px
|
width: 20px
|
||||||
height: 20px
|
height: 20px
|
||||||
background-image: inline-image('ui/slider-open.svg')
|
|
||||||
background-position: 6px 5px
|
|
||||||
border-bottom-left-radius: 4px
|
border-bottom-left-radius: 4px
|
||||||
|
display: block
|
||||||
|
|
||||||
// @media #{$medium-up}
|
&:hover
|
||||||
// display: block
|
background-color: $color-border-slider-hover
|
||||||
|
|
||||||
|
|
||||||
#top .profile
|
#top .profile
|
||||||
margin-right: 15px
|
margin-right: 15px
|
||||||
|
|
|
@ -150,10 +150,6 @@
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-border-slider-hover
|
background-color: $color-border-slider-hover
|
||||||
|
|
||||||
.maximized
|
|
||||||
#slider
|
|
||||||
top: 45px
|
|
||||||
|
|
||||||
#right .show-more-jobs
|
#right .show-more-jobs
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
|
@ -1 +1,8 @@
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
|
|
||||||
|
|
||||||
|
{{#if config.pro}}
|
||||||
|
<div id="global_slider" {{action toggle target=slider}}>
|
||||||
|
<div class='icon'></div>
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user