aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/en/stylesheet.css
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-01-20 12:41:36 +0200
committerVjacheslav Trushkin <arty@phpbb.com>2012-01-20 12:41:36 +0200
commitc54c06e98cc39568c8259e74091ddddb36d2921c (patch)
tree01506c665ac12f90f1a0bdd055c0e52b8fcef2e5 /phpBB/styles/prosilver/theme/en/stylesheet.css
parentd4c3d4b21d4951b6cd3d4038988278a3667f2827 (diff)
downloadforums-c54c06e98cc39568c8259e74091ddddb36d2921c.tar
forums-c54c06e98cc39568c8259e74091ddddb36d2921c.tar.gz
forums-c54c06e98cc39568c8259e74091ddddb36d2921c.tar.bz2
forums-c54c06e98cc39568c8259e74091ddddb36d2921c.tar.xz
forums-c54c06e98cc39568c8259e74091ddddb36d2921c.zip
[ticket/10378] Missing entries from imageset to css conversion
Adding missing entries from imageset to css conversion to prosilver/theme/en/stylesheet.css PHPBB3-10378
Diffstat (limited to 'phpBB/styles/prosilver/theme/en/stylesheet.css')
-rw-r--r--phpBB/styles/prosilver/theme/en/stylesheet.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css
index 62d6b86726..d17f9a5be4 100644
--- a/phpBB/styles/prosilver/theme/en/stylesheet.css
+++ b/phpBB/styles/prosilver/theme/en/stylesheet.css
@@ -11,6 +11,22 @@ ul.profile-icons li.pm-icon { width: 28px; height: 20px; }
ul.profile-icons li.quote-icon { width: 54px; height: 20px; }
ul.profile-icons li.edit-icon { width: 42px; height: 20px; }
+/* Online image */
+.online { background-image: url("./icon_user_online.gif"); }
+
+/* Big button images */
+.reply-icon span { background-image: url("./button_topic_reply.gif"); }
+.post-icon span { background-image: url("./button_topic_new.gif"); }
+.locked-icon span { background-image: url("./button_topic_locked.gif"); }
+.pmreply-icon span { background-image: url("./button_pm_reply.gif") ;}
+.newpm-icon span { background-image: url("./button_pm_new.gif") ;}
+.forwardpm-icon span { background-image: url("./button_pm_forward.gif") ;}
+
+/* Icon images */
+.pm-icon, .pm-icon a { background-image: url("./icon_contact_pm.gif"); }
+.quote-icon, .quote-icon a { background-image: url("./icon_post_quote.gif"); }
+.edit-icon, .edit-icon a { background-image: url("./icon_post_edit.gif"); }
+
/* EN Language Pack */
.imageset.icon_contact_pm {
background-image: url("./icon_contact_pm.gif");