codecombat/app/styles/employers.sass

264 lines
5.9 KiB
Sass
Raw Normal View History

#employers-view
.deprecation-warning
text-align: center
margin-bottom: 50px
.deprecated
cursor: default
opacity: 0.25
.artisanal-claim
background: transparent url(/images/pages/employer/artisanal_claim.png) no-repeat center
margin-bottom: 5px
height: 24px
2014-07-07 23:01:59 -04:00
.employer-button
2014-07-02 14:44:45 -04:00
background: #fce232 /* Old browsers */
background: -moz-linear-gradient(top, #fce232 0%, #ea8e2b 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce232), color-stop(100%,#ea8e2b))
background: -webkit-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
background: -o-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
background: -ms-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
background: linear-gradient(to bottom, #fce232 0%,#ea8e2b 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce232', endColorstr='#ea8e2b',GradientType=0 )
vertical-align: text-bottom
margin-left: 30px
#filter-column
margin-left: 0px
padding-right: 0
#candidates-column
padding-left: 5px
padding-right: 5px
//filter panels
#filter
border: 2px solid #CBCBCB
margin-bottom: 10px
.panel-heading
background-color: #D9D9D9
cursor: pointer
border-top-left-radius: 0px
border-top-right-radius: 0px
#folder-icon
margin-right: 5px
color: #919191
.panel-body
background-color: #D9D9D9
border-top-left-radius: 0px
border-top-right-radius: 0px
padding: 5px 10px 10px 10px
.panel
border: 1px red
border-radius: 0px
#filters
margin-bottom: 10px
.filter_section
min-width: 25%
margin-right: 10px
display: inline-block
vertical-align: top
h4
margin-bottom: 5px
label
display: block
font-weight: normal
margin-bottom: 0
cursor: pointer
input
margin-right: 5px
2014-07-21 19:10:02 -04:00
#saved-filter-table
display: none
width: 100%
tbody
tr:nth-child(even)
background-color: #CBCBCB
margin-bottom: 20px
.deletion-row
text-align: center
2014-07-02 14:44:45 -04:00
.get-started-button
vertical-align: text-bottom
margin-left: 10px
2014-07-03 13:14:32 -04:00
#filter-button, #create-alert-button
float: right
2014-07-02 14:44:45 -04:00
2014-07-07 23:01:59 -04:00
#login-link, #logout-link
position: absolute
right: 10px
top: -25px
color: black
2014-07-03 17:40:39 -04:00
display: inline-block
:visited
color: black
2014-07-07 23:01:59 -04:00
#logout-link:hover
2014-07-03 19:32:20 -04:00
cursor: pointer
2014-07-03 17:40:39 -04:00
2014-07-02 14:44:45 -04:00
#tagline, .hiring-call-to-action
width: 100%
text-align: center
display: inline-block
margin-top: 20px
h1, h2, h3
display: inline-block
button
display: inline-block
2014-07-03 14:39:44 -04:00
h1, h2, h3, h4
2014-07-02 14:44:45 -04:00
font-family: Arial, Helvetica, sans-serif
color: #333333
#tagline
margin-bottom: 20px
.see-candidates-header
margin: 30px
text-align: center
#see-candidates
cursor: pointer
2014-07-02 14:44:45 -04:00
.reasons
height: 275px
margin-bottom: 25px
2014-07-03 20:01:09 -04:00
width: 100%
2014-07-02 14:44:45 -04:00
.information_row
height: 150px
padding-right: 15px
.reason
width: 33%
padding-left: 3%
height: 150px
display: inline-block
2014-07-03 20:01:09 -04:00
vertical-align: top
2014-07-02 14:44:45 -04:00
.employer_icon
display: block
2014-07-02 14:44:45 -04:00
width: 125px
margin: 0px auto
.reason_long
width: 50%
padding-left: 3%
display: inline-block
.employer_icon
display: inline-block
width: 25%
max-width: 125px
vertical-align: text-bottom
.reason_text
display: inline-block
width: 75%
#bottom_row
height: auto
#candidate-table
background-color: #E7E7E7
table
2014-07-03 19:30:27 -04:00
cursor: pointer
2014-07-02 14:44:45 -04:00
width: 96%
margin-left: 2%
margin-right: 2%
2014-07-03 19:30:27 -04:00
margin-bottom: 30px
.tag_column, .location_column, .education_column, .work_column
width: 33%
2014-07-02 14:44:45 -04:00
display: inline-block
img
margin-right: 5px
vertical-align: top
2014-07-02 14:44:45 -04:00
tr
.candidate-picture
background-color: transparent
background-size: cover
background-repeat: no-repeat
background-position: center
width: 75px
height: 75px
border-radius: 5px
2014-07-03 19:30:27 -04:00
overflow: hidden
2014-07-03 19:33:10 -04:00
margin-right: 10px
&.anonymous
background-size: contain
2014-07-02 14:44:45 -04:00
.candidate-description
width: 100%
vertical-align: bottom
div
text-overflow: ellipsis
overflow: hidden
height: 17px
td.candidate-description
2014-07-03 19:30:27 -04:00
padding-bottom: 5px
td.candidate-name-cell
padding-top: 15px
padding-bottom: 5px
font-size: 18px
2014-07-02 14:44:45 -04:00
.border_row
border-bottom: 1px solid #d3d3d3
vertical-align: bottom
2014-07-08 02:23:36 -04:00
td
padding-top: 5px
padding-bottom: 15px
.teaser-profiles #candidate-table table
.tag_column, .location_column, .education_column, .work_column
width: 25%
tr
.candidate-description
2014-07-08 02:23:36 -04:00
padding-top: 15px
.candidate-picture
width: 50px
height: 50px
2014-07-02 14:44:45 -04:00
2014-07-03 19:30:27 -04:00
#results
display: inline-block
.tablesorter
//img
// display: none
.tablesorter-header
cursor: pointer
&:hover
color: black
&:first-child
// Make sure that "Developer #56" doesn't wrap onto second row
min-width: 110px
2014-04-24 14:08:42 -04:00
.tablesorter-headerAsc
background-color: #cfc
.tablesorter-headerDesc
background-color: #ccf
2014-04-07 18:21:05 -04:00
tr
cursor: pointer
2014-06-24 13:15:38 -04:00
tr.expired
opacity: 0.5
code
background-color: rgb(220, 220, 220)
color: #555
margin: 2px 0
display: inline-block
text-transform: lowercase
2014-04-24 14:08:42 -04:00
td:nth-child(3) select
min-width: 100px
td:nth-child(6) select
min-width: 50px
td:nth-child(7) select
min-width: 100px
#employers-view, #profile-view.viewed-by-employer
#outer-content-wrapper, #intermediate-content-wrapper, #inner-content-wrapper
2014-07-02 14:44:45 -04:00
background: #B4B4B4
.main-content-area
background-color: #EAEAEA