Skip to content

Commit

Permalink
Use single class .job-details-wrapper-body
Browse files Browse the repository at this point in the history
Instead of using a descendant selector, specify -body in prep for
creating a -footer as well.
  • Loading branch information
ssorallen committed Dec 16, 2013
1 parent 3f1ba2e commit 5c693e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/app/scripts/styles/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ textarea::-webkit-input-placeholder {
margin-bottom: 25px;
}

.job-details-wrapper .details-wrapper {
.job-details-wrapper-body {
background: rgba(0, 0, 0, 0.6);
display: block;
}

Expand Down Expand Up @@ -573,7 +574,6 @@ textarea::-webkit-input-placeholder {

.job-detail-row {
padding: 8px 0 7px;
background: rgba(0,0,0,0.6);
border-top: 1px solid rgba(0,0,0,0.2);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row-fluid job-detail-view job-detail-nav-view">
</div>

<div class="details-wrapper">
<div class="job-details-wrapper-body">

<div class="row-fluid control-group job-detail-row job-detail job-detail-message">
<div class="span12">
Expand Down

0 comments on commit 5c693e6

Please sign in to comment.