2013-08-13, 07:40 PM
Theme im using:
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.
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);
}