1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 16:33:34 +02:00

[ticket/15156] Remove online styles

PHPBB3-15156
This commit is contained in:
hanakin 2017-04-19 14:10:34 -04:00
parent 57b122cc16
commit e678880492
4 changed files with 0 additions and 15 deletions

View File

@ -631,10 +631,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;

View File

@ -737,7 +737,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; }

View File

@ -795,12 +795,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%;

View File

@ -557,10 +557,6 @@
right: 30px;
}
.online {
background-size: 40px;
}
/* Misc stuff
---------------------------------------------------------------- */
h2 {