style="display: none;">
@@ -148,7 +148,7 @@
-
{postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL}
+
{postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL}
{L_ONLINE}
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index 7dd98fe819..99c62e8655 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -633,10 +633,6 @@ li.breadcrumbs span:first-child > a {
float: right;
}
-.rtl .online {
- background-position: 0 0;
-}
-
.rtl dl.pmlist dd {
margin-right: 61% !important;
margin-left: 0 !important;
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 84d33d10ff..4f63460645 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -214,6 +214,10 @@ a:hover .icon.icon-blue {
color: #196db5;
}
+.icon.online {
+ color: #85de39;
+}
+
.icon.icon-green,
a:hover .icon.icon-green {
color: #1b9a1b;
@@ -727,7 +731,6 @@ dd.profile-warnings {
.contact-icon { background-image: url("./images/icons_contact.png"); }
/* profile icons */
-.online { background-image: url("./en/icon_user_online.gif"); }
.pm-icon { background-position: 0 0; }
.email-icon { background-position: -21px 0; }
.jabber-icon { background-position: -80px 0; }
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 0005157071..d3f9a1aa81 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -793,12 +793,6 @@ dd.profile-contact {
margin-right: -14px;
}
-.online {
- background-image: none;
- background-repeat: no-repeat;
- background-position: 100% 0;
-}
-
/* Poster profile used by search */
.search .postprofile {
width: 30%;
diff --git a/phpBB/styles/prosilver/theme/en/icon_user_online.gif b/phpBB/styles/prosilver/theme/en/icon_user_online.gif
deleted file mode 100644
index 6b571ffce0..0000000000
Binary files a/phpBB/styles/prosilver/theme/en/icon_user_online.gif and /dev/null differ
diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css
index 604b299488..ae0d2f152d 100644
--- a/phpBB/styles/prosilver/theme/en/stylesheet.css
+++ b/phpBB/styles/prosilver/theme/en/stylesheet.css
@@ -1,2 +1 @@
-/* Online image */
-.online { background-image: url("./icon_user_online.gif"); }
+/* language specific styles go here */
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 3b556b22db..7d7485e910 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -557,10 +557,6 @@
right: 30px;
}
- .online {
- background-size: 40px;
- }
-
/* Misc stuff
---------------------------------------------------------------- */
h2 {