From c09bcded3e33f6f1aaed63fc04d311f088c5dff6 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Wed, 16 Sep 2009 21:20:53 +0000 Subject: [PATCH] fix positioning of comment bubble --- customindex/views/default/customindex/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 21675b94..762f6fd0 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -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>'; -- GitLab