mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
Merge pull request #4801 from hanakin/ticket/15156
[ticket/15156] Simplify user online notification
This commit is contained in:
@@ -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;
|
||||
|
@@ -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; }
|
||||
|
@@ -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%;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 423 B |
@@ -1,2 +1 @@
|
||||
/* Online image */
|
||||
.online { background-image: url("./icon_user_online.gif"); }
|
||||
/* language specific styles go here */
|
||||
|
@@ -557,10 +557,6 @@
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-size: 40px;
|
||||
}
|
||||
|
||||
/* Misc stuff
|
||||
---------------------------------------------------------------- */
|
||||
h2 {
|
||||
|
Reference in New Issue
Block a user