Skip to content
Snippets Groups Projects
Commit c09bcded authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fix positioning of comment bubble

parent 63339bd6
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ div.items a.active {
if (isloggedin()) {echo('400px;');}else{echo('162px;');}
echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
echo ' <span style="background:url(mod/customindex/commentbubblepoint.png); width:14px; height:34px; z-index:2; position:absolute; left:';
if (isloggedin()) {echo('303px;');}else{echo('51px;');}
if (isloggedin()) {echo('291px;');}else{echo('51px;');}
echo '"></span>';
echo ' <div style="padding:10px;">';
echo '<p style="margin:0;"><a href="pg/profile/' . $row3['username'] . '">' . $row3['name'] . '</a>: ' . $row2['description'] . '</p>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment