aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-15 10:55:17 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-15 10:55:17 +0000
commit0d7b31e884068fc6fb84b2fbb09083cb1985cea6 (patch)
treee4a685212d387d3e950c8828c972fb9cd087b705 /phpBB/styles/prosilver/theme
parentf751aba4d6ffd0fa43a36ad54a5ed3cdb6a3ac9a (diff)
downloadforums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar
forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.gz
forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.bz2
forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.xz
forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.zip
added subforum read/unread icons (thanks to thatbitextra for providing them).
fixed issue with forum passwords only alloweing ASCII in administration while allowing non-ASCII on user-entered passwords git-svn-id: file:///svn/phpbb/trunk@7581 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css8
-rw-r--r--phpBB/styles/prosilver/theme/content.css9
2 files changed, 16 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index c10300405e..70d89e7370 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -372,6 +372,14 @@ ul.topiclist dd {
border-left-color: #FFFFFF;
}
+ul.topiclist li.row dt a.subforum.read {
+ background-image: url("{IMG_SUBFORUM_READ_SRC}");
+}
+
+ul.topiclist li.row dt a.subforum.unread {
+ background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
+}
+
li.row {
border-top-color: #FFFFFF;
border-bottom-color: #00608F;
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 102391807d..676211b72d 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -47,6 +47,13 @@ ul.topiclist dfn {
display: none;
}
+ul.topiclist li.row dt a.subforum {
+ background-image: none;
+ background-position: 0pt 50%;
+ background-repeat: no-repeat;
+ padding: 0 0 0 12px;
+}
+
li.row {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #8f8f8f;
@@ -105,7 +112,7 @@ dl.icon {
dl.icon dt {
padding-left: 45px; /* Space for folder icon */
background-repeat: no-repeat;
- background-position: 27px 70%; /* Position of topic icon */
+ background-position: 5px 95%; /* Position of topic icon */
}
dd.posts, dd.topics, dd.views {