<!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] [1860] trunk/bp-themes/bp-default/_inc:
  Default theme updates for forum directory</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>1860</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-09-12 00:02:06 +0000 (Sat, 12 Sep 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Default theme updates for forum directory</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_incimagesclosedpng">trunk/bp-themes/bp-default/_inc/images/closed.png</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 (1859 => 1860)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/screen.css        2009-09-12 00:01:44 UTC (rev 1859)
+++ trunk/bp-themes/bp-default/_inc/css/screen.css        2009-09-12 00:02:06 UTC (rev 1860)
</span><span class="lines">@@ -1435,12 +1435,12 @@
</span><span class="cx">         min-height: 0;
</span><span class="cx">         padding-bottom: 0;
</span><span class="cx"> }
</span><del>-        ul#forum-topic-list li.sticky {
</del><ins>+        .sticky {
</ins><span class="cx">                 background-image: url( ../images/message_thread_unread_back.gif ) !important;
</span><span class="cx">         }
</span><span class="cx">         
</span><del>-        ul#forum-topic-list li.closed a.topic-title {
-                background: url( ../../../plugins/buddypress/bp-forums/../images/closed.png ) no-repeat center left;
</del><ins>+        .closed a.topic-title {
+                background: url( ../images/closed.png ) no-repeat center left;
</ins><span class="cx">                 padding: 0 0 0 20px;
</span><span class="cx">         }
</span><span class="cx">         
</span><span class="lines">@@ -1488,7 +1488,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx">         ul#topic-post-list li#topic-meta h3 {
</span><del>-                margin: 5px 0 0 0;
</del><ins>+                margin: 12px 0 10px 0;
</ins><span class="cx">                 font-size: 20px;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -1538,6 +1538,101 @@
</span><span class="cx">                 margin-top: 20px;
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+div#global-forum-topic-filters ul {
+        margin: 0;
+        padding: 0;
+        list-style: none;
+        background: url(../images/item_list_back.gif) top left repeat-x;
+        padding: 15px;
+        min-height: 22px;
+        overflow: hidden;
+}
+
+div#global-forum-topic-filters ul li {
+        float: left;
+        margin-bottom: 5px;
+}
+        div#global-forum-topic-filters ul li a {
+                display: block;
+                padding: 2px 8px;
+                background-color: #fff !important;
+                background-position: 8px 6px !important;
+                border-radius: 5px;
+                -moz-border-radius: 5px;
+                -webkit-border-radius: 5px;
+                margin: 0 5px 0 0;
+                border: 1px solid #eee;
+                text-decoration: none;
+        }
+                div#global-forum-topic-filters ul li.selected a {
+                        border: 1px solid #ccc;
+                        font-weight: bold;
+                        color: #555;
+                }
+
+div#forum-dir-list {
+        position: relative;
+        margin-top: 30px;
+}
+        div#forum-dir-list div.pagination {
+                position: absolute;
+                top: -25px;
+        }
+        
+table#global-forum-topic-list {
+        width: 97%;
+        margin: 0 10px;
+}
+                table#global-forum-topic-list tr.alt {
+                        background: url( ../images/message_thread_back.gif ) 0 -2px;
+                }
+                
+                table#global-forum-topic-list td {
+                        border-top: 1px solid #eee;
+                        position: relative;
+                }
+                        table#global-forum-topic-list td p.topic-text {
+                                color: #888;
+                                font-size: 0.9em;
+                        }
+                
+                table#global-forum-topic-list tr th, table#global-forum-topic-list td.td-postcount,
+                table#global-forum-topic-list td.td-freshness { 
+                        text-align: center;
+                }
+
+                
+                table#global-forum-topic-list tr th#th-title, table#global-forum-topic-list tr th#th-poster,
+                table#global-forum-topic-list tr th#th-group { text-align: left; }
+                
+                table#global-forum-topic-list tr td, table#global-forum-topic-list tr th {
+                        padding: 5px 10px;
+                        vertical-align: middle;
+                }
+                
+                table#global-forum-topic-list td.td-freshness {
+                        font-size: 0.9em;
+                        color: #888;
+                }
+                
+                table#global-forum-topic-list td.td-poster, table#global-forum-topic-list td.td-group  {
+                        min-width: 130px;
+                }
+
+        table#global-forum-topic-list th#th-title {
+                width: 40%;
+        }
+        
+        table#global-forum-topic-list th#th-postcount {
+                width: 1%;
+        }
+        
+        table#global-forum-topic-list td img {
+                vertical-align: middle;
+                margin-right: 4px;
+                border-width: 3px !important; 
+        }
+
</ins><span class="cx"> /**** FRIENDS *****************/
</span><span class="cx"> 
</span><span class="cx"> ul#friend-list li {
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_incimagesclosedpng"></a>
<div class="binary"><h4>Added: trunk/bp-themes/bp-default/_inc/images/closed.png</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/closed.png
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span></div>

</body>
</html>