Skip to content

Commit

Permalink
Added dl and ul placeholder icons; updated definition-list component …
Browse files Browse the repository at this point in the history
…to use the 'dl' placeholder icon
  • Loading branch information
davidjgonzalez committed Mar 20, 2014
1 parent 22fda04 commit d152f4b
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 d152f4b

Please sign in to comment.