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:
parent
57b122cc16
commit
e678880492
@ -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;
|
||||
|
@ -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; }
|
||||
|
@ -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%;
|
||||
|
@ -557,10 +557,6 @@
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-size: 40px;
|
||||
}
|
||||
|
||||
/* Misc stuff
|
||||
---------------------------------------------------------------- */
|
||||
h2 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user