Skip to content

Commit

Permalink
add chevron buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 21, 2016
1 parent de01d31 commit eec2c53
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions themes/default/THEME
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ topic=htdocs/images/topics/topictechonimics.png
image=htdocs/images/article_brief.gif
image=htdocs/images/article_full.gif
image=htdocs/images/article_none.gif
image=htdocs/images/chev1down.png
image=htdocs/images/chev2down.png
image=htdocs/images/chev1up.png
image=htdocs/images/chev2up.png
image=htdocs/images/contract.gif
image=htdocs/images/drop.gif
image=htdocs/images/expand.gif
Expand Down
14 changes: 10 additions & 4 deletions themes/default/htdocs/comments.cssraw
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,19 @@ li.comment input[type=checkbox] + label{
width:16px;
margin-left:10px;
margin-top: 0.45em;
background: url("[% constants.imagedir %]/minus.png");
background: url("[% constants.imagedir %]/chev1up.png");
}

li.comment input.commentHider + label{
li.comment input.commentTreeHider + label{
background: url("[% constants.imagedir %]/chev2up.png"
margin-left:28px;
}

li.comment input[type=checkbox]:checked + label{
background: url("[% constants.imagedir %]/plus.png");
}
background: url("[% constants.imagedir %]/chev1down.png");
}

li.comment input.commentTreeHider:checked + label{
background: url("[% constants.imagedir %]/chev2down.png"
margin-left:28px;
}
Binary file added themes/default/htdocs/images/chev1down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/htdocs/images/chev1up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/htdocs/images/chev2down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/htdocs/images/chev2up.png
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 eec2c53

Please sign in to comment.