Fix styles for box on the profile.
This commit is contained in:
parent
464c4ea5dc
commit
a8e1b270a2
|
@ -58,13 +58,6 @@ html, body
|
||||||
min-width: 760px
|
min-width: 760px
|
||||||
padding: 20px 40px 80px 30px
|
padding: 20px 40px 80px 30px
|
||||||
|
|
||||||
#right
|
|
||||||
@include flex(1, 1, 300px)
|
|
||||||
width: 300px
|
|
||||||
padding: 11px 20px 80px 20px
|
|
||||||
background-color: $color-bg-right
|
|
||||||
border-left: 1px solid $color-border-normal
|
|
||||||
|
|
||||||
@media screen and (max-width: 1400px)
|
@media screen and (max-width: 1400px)
|
||||||
#left .duration_label
|
#left .duration_label
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
#right
|
#profile
|
||||||
padding-bottom: 80px
|
#right
|
||||||
|
width: 180px
|
||||||
|
padding: 11px 20px 80px 20px
|
||||||
|
background-color: $color-bg-right
|
||||||
|
border-left: 1px solid $color-border-normal
|
||||||
|
|
||||||
h4
|
h4
|
||||||
margin: 24px 0 0 0
|
margin: 24px 0 0 0
|
||||||
|
@ -25,19 +29,4 @@
|
||||||
list-style-type: square
|
list-style-type: square
|
||||||
margin-left: 15px
|
margin-left: 15px
|
||||||
|
|
||||||
#slider
|
|
||||||
position: absolute
|
|
||||||
height: 100%
|
|
||||||
top: 0
|
|
||||||
left: 0
|
|
||||||
width: 10px
|
|
||||||
background-color: $color-bg-slider
|
|
||||||
cursor: pointer
|
|
||||||
background: transparent inline-image('ui/slider-closed.png') no-repeat 3px 10px
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
background-color: $color-border-slider-hover
|
|
||||||
|
|
||||||
#right .show-more-jobs
|
|
||||||
text-decoration: underline
|
|
||||||
cursor: pointer
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user