Skip to content

Instantly share code, notes, and snippets.

@bgriggs1
Created November 13, 2014 20:47
Show Gist options
  • Save bgriggs1/5cf2d1e60c203e384daa to your computer and use it in GitHub Desktop.
Save bgriggs1/5cf2d1e60c203e384daa to your computer and use it in GitHub Desktop.
List theme for Knack jobs app
/* Font styles */
.kn-content h3 {
color: #8f3181;
margin-top: 18px;
margin-bottom: 8px;
line-height: 160%;
font-size: 115%;
}
body .kn-content p {
line-height: 160%;
}
.kn-content .kn-scenes p, .kn-content .kn-scenes td {
font-size: 16px;
}
.kn-content b {
color: #8f3181;
}
/* job cards */
.kn-list .kn-details-column.first {
background-color: #e2e2e2;
padding: 8px 0 10px 14px;
}
/* apply link */
.kn-list .kn-details-column a {
border-radius: 5px;
text-decoration: none !important;
padding: 5px 13px;
background-color: #eee;
}
.kn-list .kn-details-column a:hover {
background-color: #f6f6f6;
}
/* same height for all job descriptions */
.kn-list .field_6 td {
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment