<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2127] trunk/bp-themes/bp-default/_inc:
  Default theme updates for activity comment support.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2127</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-11-25 20:35:57 +0000 (Wed, 25 Nov 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Default theme updates for activity comment support.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefault_inccssscreencss">trunk/bp-themes/bp-default/_inc/css/screen.css</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefault_incimagescomment_toplinegif">trunk/bp-themes/bp-default/_inc/images/comment_topline.gif</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpdefault_inccssscreencss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/screen.css (2126 => 2127)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/screen.css        2009-11-25 20:35:29 UTC (rev 2126)
+++ trunk/bp-themes/bp-default/_inc/css/screen.css        2009-11-25 20:35:57 UTC (rev 2127)
</span><span class="lines">@@ -471,6 +471,7 @@
</span><span class="cx">                 color: #fff;
</span><span class="cx">                 padding: 6px 10px 15px 10px;
</span><span class="cx">                 font: bold 1em &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Tahoma, Verdana, sans-serif !important;
</span><ins>+                margin-bottom: 10px;
</ins><span class="cx">         }
</span><span class="cx">                 .left-menu div.bp-widget h4 {
</span><span class="cx">                         background: url(../images/leftmenu_group_header.gif) top left no-repeat;
</span><span class="lines">@@ -1267,14 +1268,15 @@
</span><span class="cx"> /**** ACTIVITY STREAMS ***************************/
</span><span class="cx"> 
</span><span class="cx"> .activity-list {
</span><del>-        padding: 10px 0 5px 0 !important;
</del><ins>+        padding: 5px 0 5px 0 !important;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .activity-list li {
</span><span class="cx">         position: relative;
</span><del>-        margin: 5px 15px;
-        padding: 0 50px 0 34px !important;
</del><ins>+        margin: 0 15px;
+        padding: 10px 50px 0 55px !important;
</ins><span class="cx">         background: none !important;
</span><ins>+        border-bottom: 1px solid #eee;
</ins><span class="cx"> }
</span><span class="cx">         ul#activity-filter-links li#afilter-blogs a {
</span><span class="cx">                 background: url(../images/blog_bullet.gif) 20px 4px no-repeat;
</span><span class="lines">@@ -1302,7 +1304,7 @@
</span><span class="cx"> 
</span><span class="cx">         .activity-list li div.activity-avatar {
</span><span class="cx">                 position: absolute;
</span><del>-                margin: -1px 0 0 -35px;
</del><ins>+                margin: 1px 0 0 -55px;
</ins><span class="cx">         }
</span><span class="cx">                 .widget .activity-list li div.activity-avatar img.avatar {
</span><span class="cx">                         border-width: 2px;
</span><span class="lines">@@ -1410,7 +1412,159 @@
</span><span class="cx">         margin: 0 5px 5px 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/** Activity Stream Comments *********************/
</ins><span class="cx"> 
</span><ins>+        div.activity-comments {
+                padding-top: 8px;
+                margin-bottom: 20px;
+        }
+                div.activity-comments a {
+                        color: #888;
+                }
+
+        div.activity-comments ul, div.activity-comments ul li {
+                border: none;
+                list-style: none;
+        }
+                div.activity-comments ul {
+                        clear: left;
+                }
+                        div.activity-comments &gt; ul:first-child {
+                                padding-left: 0;
+                                margin: 0;
+                        }
+
+                div.activity-comments ul li {
+                        border-top: 1px solid #eee;
+                        padding: 10px 0 !important;
+                        margin-left: 0;
+                }
+                        div.activity-comments ul li p:last-child {
+                                margin-bottom: 0;
+                        }
+
+                        div.activity-comments &gt; ul &gt; li:first-child {
+                                border-top: none;
+                                margin-left: 0 !important;
+                        }
+
+                        div.activity-comments &gt; ul:first-child &gt; li:first-child {
+                                background: url( ../images/comment_topline.gif) top left no-repeat !important;
+                                padding-top: 20px !important;
+                        }
+
+                        div.activity-comments ul li:first-child {
+                                margin-left: 10px;
+                        }
+
+                        div.activity-comments ul li:last-child {
+                                margin-bottom: -8px;
+                        }
+
+                div.activity-comments ul li &gt; ul {
+                        margin-top: 5px;
+                }
+
+                div.activity-comments div.acomment-avatar img {
+                        border-width: 2px !important;
+                        float: left;
+                        margin-right: 10px;
+                }
+
+                div.activity-comments div.acomment-content {
+                        font-size: 11px;
+                        margin-left: 39px;
+                        margin-top: 5px;
+                }
+                        div.acomment-content .time-since { display: none; }
+                        div.acomment-content .activity-delete-link { display: none; }
+                        div.acomment-content .comment-header { display: none; }
+
+                div.activity-comments div.acomment-meta {
+                        font-size: 11px;
+                        color: #888;
+                }
+
+                div.activity-comments form.ac-form {
+                        display: none;
+                        margin: 10px 0 10px 33px;
+                        background: #f0f0f0;
+                        padding: 8px;
+                }
+                        div.activity-comments form.root {
+                                margin-left: -8px !important;
+                        }
+
+                        div.activity-comments form textarea {
+                                width: 93%;
+                                font-family: inherit;
+                                font-size: 11px;
+                                color: #555;
+                                padding: 8px;
+                                height: 60px;
+                        }
+                                div.activity-comments form input {
+                                        margin-top: 5px;
+                                }
+
+                        div.activity-comments form div.ac-reply-avatar {
+                                float: left;
+                        }
+                                div.ac-reply-avatar img {
+                                        border: 2px solid #fff !important;
+                                }
+
+                        div.activity-comments form div.ac-reply-content {
+                                margin-left: 25px;
+                                padding-left: 15px;
+                        }
+
+/** What's New Box ***********************************/
+
+form#whats-new-form {
+        background: url( ../images/message_thread_back.gif ) top left repeat-x;
+        padding: 15px;
+        margin: 10px 0 20px 0;
+}
+        form#whats-new-form h5 {
+                margin: 0;
+                font-weight: normal;
+                font-size: 12px;
+                color: #888;
+                margin-left: 58px;
+                padding: 0 0 3px 0;
+        }
+
+        form#whats-new-form #whats-new-avatar {
+                float: left;
+        }
+
+        form#whats-new-form #whats-new-content {
+                margin-left: 38px;
+                padding-left: 22px;
+        }
+
+        form#whats-new-form textarea {
+                width: 96.5%;
+                height: 60px;
+                padding: 10px;
+                font-size: 1.2em;
+                font-family: Arial, tahoma, verdana, sans-serif;
+                color: #555;
+                margin-bottom: 10px;
+        }
+
+        form#whats-new-form #whats-new-latest {
+                float: left;
+                width: 35%;
+                font-size: 11px;
+                color: #888;
+        }
+
+        form#whats-new-form #whats-new-options {
+                float: right;
+        }
+
</ins><span class="cx"> /**** BLOGS *****************/
</span><span class="cx"> 
</span><span class="cx"> #blog-info {
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_incimagescomment_toplinegif"></a>
<div class="binary"><h4>Added: trunk/bp-themes/bp-default/_inc/images/comment_topline.gif</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/bp-themes/bp-default/_inc/images/comment_topline.gif
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span></div>

</body>
</html>