2014-04-05 20:05:03 -04:00
|
|
|
#employers-view
|
2014-06-10 01:17:53 -04:00
|
|
|
.see-candidates-header
|
|
|
|
margin-bottom: 30px
|
|
|
|
|
|
|
|
#see-candidates
|
|
|
|
cursor: pointer
|
|
|
|
|
2014-04-05 20:05:03 -04:00
|
|
|
.tablesorter
|
|
|
|
//img
|
|
|
|
// display: none
|
|
|
|
|
|
|
|
.tablesorter-header
|
|
|
|
cursor: pointer
|
|
|
|
&:hover
|
|
|
|
color: black
|
2014-04-11 15:49:44 -04:00
|
|
|
|
|
|
|
&:first-child
|
|
|
|
// Make sure that "Developer #56" doesn't wrap onto second row
|
|
|
|
min-width: 110px
|
2014-04-24 14:08:42 -04:00
|
|
|
|
2014-04-05 20:05:03 -04:00
|
|
|
.tablesorter-headerAsc
|
|
|
|
background-color: #cfc
|
|
|
|
|
|
|
|
.tablesorter-headerDesc
|
|
|
|
background-color: #ccf
|
2014-04-07 18:21:05 -04:00
|
|
|
|
|
|
|
tr
|
|
|
|
cursor: pointer
|
2014-04-11 15:49:44 -04:00
|
|
|
|
|
|
|
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
|