codecombat/app/styles/employers.sass

201 lines
4.5 KiB
Sass
Raw Normal View History

#employers-view
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 panels
#filter
margin-bottom: 10px
.panel-heading
background-color: darkgrey
cursor: pointer
.panel-body
background-color: darkgrey
border-radius: 4px
border-top-left-radius: 0px
border-top-right-radius: 0px
.panel
border: 1px red
border-radius: 0px
#filters
.filter_section
width: 25%
display: inline-block
vertical-align: top
2014-07-03 13:14:32 -04:00
margin-bottom: 10px
label input
margin-right: 10px
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
2014-07-03 17:40:39 -04:00
float: right
color: #333333
display: inline-block
:visited
color: #333333
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
2014-07-02 14:44:45 -04:00
.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
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
width: 96%
margin-left: 2%
margin-right: 2%
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
2014-07-02 14:44:45 -04:00
.tag_column
width: 25%
display: inline-block
.location_column
display: inline-block
width: 25%
.education_column
display: inline-block
width: 25%
.work_column
display: inline-block
width: 25%
tr
.candidate-picture
2014-07-03 19:30:27 -04:00
width: 50px
2014-07-02 14:44:45 -04:00
height: 50px
border-radius: 5px
2014-07-03 19:30:27 -04:00
overflow: hidden
2014-07-03 19:33:10 -04:00
margin-right: 10px
2014-07-02 14:44:45 -04:00
.candidate-description
width: 100%
vertical-align: bottom
td
margin-bottom: 10px
margin-top: 10px
2014-07-03 19:30:27 -04:00
padding-bottom: 5px
padding-top: 10px
2014-07-02 14:44:45 -04:00
.border_row
border-bottom: 1px solid #d3d3d3
vertical-align: bottom
2014-07-03 19:30:27 -04:00
padding-top: 0px
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