Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Homepage|Forums: Added an icon for sticky topics
IssueID #2129
  • Loading branch information
skyjake committed Nov 16, 2015
1 parent 2e6f9a5 commit 44a4f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added web/forums/styles/Deng/imageset/sticky.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions web/forums/styles/Deng/theme/stylesheet.css
Expand Up @@ -2017,6 +2017,17 @@ ul.topiclist li.row dt a.subforum.unread {
background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

.topiclist li.forumrow.sticky {
padding-left: 48px;
background-image: url(/forums/styles/Deng/imageset/sticky.png);
background-repeat: no-repeat;
background-position: 9px 15px;
}

.topiclist li.forumrow.sticky header.expcol {
margin-right: -11px;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
color: #333;
Expand Down

0 comments on commit 44a4f8c

Please sign in to comment.