2013-08-13, 07:40 PM
Theme im using:
http://mods.mybb.com/view/lib-life-is-be...free-theme
Problems:
![[Image: ynBh9gm.png]](https://camo.mybb.com/31969fefc2fbf472ec9132d17488288677d96c45/687474703a2f2f692e696d6775722e636f6d2f796e426839676d2e706e67)
Theres two "test" one in bold and the other ontop of the thread.
(No Plugins that messes with the avatar.)
Also:
How Do you get rid of this?
![[Image: 5WyHMqo.png]](https://camo.mybb.com/4a507456b0c2ca4365e41d1b45f99af7f296e833/687474703a2f2f692e696d6775722e636f6d2f355779484d716f2e706e67)
-----------------------------------------------------------------------
Myalerts
The plug-in will not overlap the header, as you see in the picture.
![[Image: Bw1TcLu.png]](https://camo.mybb.com/fc1b62df1d9d4b2be5f7177c6db068e95cd454e5/687474703a2f2f692e696d6775722e636f6d2f42773154634c752e706e67)
http://mods.mybb.com/view/lib-life-is-be...free-theme
Problems:
Theres two "test" one in bold and the other ontop of the thread.
(No Plugins that messes with the avatar.)
Also:
How Do you get rid of this?
-----------------------------------------------------------------------
Myalerts
The plug-in will not overlap the header, as you see in the picture.
.myalerts_popup ol {
list-style:none;
margin:0;
padding:0;
}
.myalerts_popup li {
min-height:24px;
padding:2px 4px;
border-bottom:1px solid #D4D4D4;
}
.myalerts_popup li .avatar {
float:left;
height:24px;
width:24px;
}
.myalerts_popup li .alertContent {
margin-left:30px;
font-size:11px;
}
.unreadAlert {
font-weight:bold;
background:#FFFBD9;
}
.myalerts_popup_wrapper{
position:relative;
}
.myalerts_popup_wrapper .myalerts_popup {
background:#fff;
width:350px;
max-width:350px;
box-shadow:0 0 10px rgba(0,0,0,0.2);
position:absolute;
left:0;
z-index:9999;
}
.myalerts_popup .popupTitle {
font-weight:bold;
margin:0 2px;
padding:2px;
border-bottom:1px solid #D4D4D4;
}
.myalerts_popup .popupFooter {
padding:4px;
background:#EFEFEF;
box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
}