Skip to content

Commit

Permalink
Merge pull request #1 from davidjgonzalez/feature/definition-list-com…
Browse files Browse the repository at this point in the history
…ponent

Added dl and ul placeholder icons; updated definition-list component to ...
  • Loading branch information
justinedelson committed Mar 21, 2014
2 parents 22fda04 + d152f4b commit abb171e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<c:set var="definitions" value="${widgets:getMultiFieldPanelValues(resource, 'definitions')}"/>
<c:choose>
<c:when test="${empty definitions}">
<wcmmode:edit><img class="cq-ad-placeholder cq-block-placeholder" src="/etc/designs/default/0.gif"/></wcmmode:edit>
<wcmmode:edit><img class="cq-dl-placeholder cq-block-placeholder" src="/etc/designs/default/0.gif"/></wcmmode:edit>
</c:when>
<c:otherwise>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,13 @@ body {
.cq-placeholder-base;
background: url("../images/placeholders/cq-audio-placeholder.png" ) no-repeat scroll 50% 50%;
}

.cq-dl-placeholder {
.cq-placeholder-base;
background: url("../images/placeholders/cq-dl-placeholder.png" ) no-repeat scroll 50% 50%;
}

.cq-ul-placeholder {
.cq-placeholder-base;
background: url("../images/placeholders/cq-ul-placeholder.png" ) no-repeat scroll 50% 50%;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abb171e

Please sign in to comment.