<!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] [2453] trunk: Style tweaks.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2453</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-01-25 16:41:21 +0000 (Mon, 25 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Style tweaks.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcorebpcoresignupphp">trunk/bp-core/bp-core-signup.php</a></li>
<li><a href="#trunkbpthemesbpdefault_inccssdefaultcss">trunk/bp-themes/bp-default/_inc/css/default.css</a></li>
<li><a href="#trunkbpthemesbpdefaultgroupscreatephp">trunk/bp-themes/bp-default/groups/create.php</a></li>
<li><a href="#trunkbpthemesbpdefaultregistrationregisterphp">trunk/bp-themes/bp-default/registration/register.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcorebpcoresignupphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-signup.php (2452 => 2453)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-signup.php        2010-01-25 16:33:09 UTC (rev 2452)
+++ trunk/bp-core/bp-core-signup.php        2010-01-25 16:41:21 UTC (rev 2453)
</span><span class="lines">@@ -270,7 +270,7 @@
</span><span class="cx">                 return false;
</span><span class="cx"> 
</span><span class="cx">         if ( locate_template( array( 'registration/register.php' ), false ) || locate_template( array( 'register.php' ), false ) )
</span><del>-                wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG );
</del><ins>+                wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG . '/' );
</ins><span class="cx"> }
</span><span class="cx"> if ( bp_core_is_multisite() )
</span><span class="cx">         add_action( 'wp', 'bp_core_wpsignup_redirect' );
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_inccssdefaultcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/default.css (2452 => 2453)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/default.css        2010-01-25 16:33:09 UTC (rev 2452)
+++ trunk/bp-themes/bp-default/_inc/css/default.css        2010-01-25 16:41:21 UTC (rev 2453)
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">         margin: 5px 0 15px 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-h1 { font-size: 28px; margin-bottom: 35px; }
-h2 { font-size: 24px; margin-bottom: 30px; }
</del><ins>+h1 { font-size: 28px; margin-bottom: 25px; }
+h2 { font-size: 24px; margin-bottom: 20px; }
</ins><span class="cx"> h3 { font-size: 20px; }
</span><span class="cx"> h4 { font-size: 16px; margin-bottom: 15px; }
</span><span class="cx"> h5 { font-size: 14px; margin-bottom: 0; }
</span><span class="lines">@@ -295,7 +295,8 @@
</span><span class="cx"> }
</span><span class="cx">         div#item-header h2 {
</span><span class="cx">                 font-size: 28px;
</span><del>-                margin: 5px 0 15px 0;
</del><ins>+                margin: 0 0 15px 0;
+                line-height: 120%;
</ins><span class="cx">         }
</span><span class="cx">                 div#item-header h2 a {
</span><span class="cx">                         text-decoration: none;
</span><span class="lines">@@ -308,19 +309,20 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         div#item-header span.activity {
</span><del>-                margin: 0 0 -2px 4px;
</del><ins>+                margin: 0 0 5px 4px;
</ins><span class="cx">                 vertical-align: bottom;
</span><span class="cx">                 font-size: 11px;
</span><span class="cx">                 font-weight: normal;
</span><span class="cx">                 line-height: 170%;
</span><span class="cx">         }
</span><ins>+                .groups div#item-header span.activity { margin-bottom: -2px; }
</ins><span class="cx"> 
</span><span class="cx">         div#item-header div#item-meta {
</span><span class="cx">                 font-size: 14px;
</span><span class="cx">                 color: #aaa;
</span><del>-                margin: 15px 0 5px 0;
</del><span class="cx">                 padding-bottom: 10px;
</span><span class="cx">                 overflow: hidden;
</span><ins>+                margin: 15px 0 5px 0;
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         div#item-header div#item-actions {
</span><span class="lines">@@ -1492,6 +1494,7 @@
</span><span class="cx"> 
</span><span class="cx"> div#topic-meta {
</span><span class="cx">         position: relative;
</span><ins>+        padding: 5px 0;
</ins><span class="cx"> }
</span><span class="cx">         div#topic-meta h3 {
</span><span class="cx">                 font-size: 20px;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultgroupscreatephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/groups/create.php (2452 => 2453)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/groups/create.php        2010-01-25 16:33:09 UTC (rev 2452)
+++ trunk/bp-themes/bp-default/groups/create.php        2010-01-25 16:41:21 UTC (rev 2453)
</span><span class="lines">@@ -60,8 +60,10 @@
</span><span class="cx">                                                 &lt;?php endif; ?&gt;
</span><span class="cx">                                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;h3&gt;&lt;?php _e( 'Privacy Options', 'buddypress' ); ?&gt;&lt;/h3&gt;
</del><ins>+                                        &lt;hr /&gt;
</ins><span class="cx"> 
</span><ins>+                                        &lt;h4&gt;&lt;?php _e( 'Privacy Options', 'buddypress' ); ?&gt;&lt;/h4&gt;
+
</ins><span class="cx">                                         &lt;div class=&quot;radio&quot;&gt;
</span><span class="cx">                                                 &lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;group-status&quot; value=&quot;public&quot;&lt;?php if ( 'public' == bp_get_new_group_status() || !bp_get_new_group_status() ) { ?&gt; checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
</span><span class="cx">                                                         &lt;strong&gt;&lt;?php _e( 'This is a public group', 'buddypress' ) ?&gt;&lt;/strong&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultregistrationregisterphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/registration/register.php (2452 => 2453)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/registration/register.php        2010-01-25 16:33:09 UTC (rev 2452)
+++ trunk/bp-themes/bp-default/registration/register.php        2010-01-25 16:41:21 UTC (rev 2453)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php /***** Basic Account Details ******/ ?&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;h3&gt;&lt;?php _e( 'Account Details', 'buddypress' ) ?&gt;&lt;/h3&gt;
</del><ins>+                                        &lt;h4&gt;&lt;?php _e( 'Account Details', 'buddypress' ) ?&gt;&lt;/h4&gt;
</ins><span class="cx"> 
</span><span class="cx">                                         &lt;label for=&quot;signup_username&quot;&gt;&lt;?php _e( 'Username', 'buddypress' ) ?&gt; &lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;/label&gt;
</span><span class="cx">                                         &lt;?php do_action( 'bp_signup_username_errors' ) ?&gt;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;register-section&quot; id=&quot;profile-details-section&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;h3&gt;&lt;?php _e( 'Profile Details', 'buddypress' ) ?&gt;&lt;/h3&gt;
</del><ins>+                                        &lt;h4&gt;&lt;?php _e( 'Profile Details', 'buddypress' ) ?&gt;&lt;/h4&gt;
</ins><span class="cx"> 
</span><span class="cx">                                         &lt;?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?&gt;
</span><span class="cx">                                         &lt;?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?&gt;
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;register-section&quot; id=&quot;blog-details-section&quot;&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;h3&gt;&lt;?php _e( 'Blog Details', 'buddypress' ) ?&gt;&lt;/h3&gt;
</del><ins>+                                                &lt;h4&gt;&lt;?php _e( 'Blog Details', 'buddypress' ) ?&gt;&lt;/h4&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                 &lt;p&gt;&lt;input type=&quot;checkbox&quot; name=&quot;signup_with_blog&quot; id=&quot;signup_with_blog&quot; value=&quot;1&quot;&lt;?php if ( (int) bp_get_signup_with_blog_value() ) : ?&gt; checked=&quot;checked&quot;&lt;?php endif; ?&gt; /&gt; &lt;?php _e( 'Yes, I\'d like to create a new blog', 'buddypress' ) ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -229,7 +229,7 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;h3&gt;&lt;?php _e( 'Your Current Avatar', 'buddypress' ) ?&gt;&lt;/h3&gt;
</del><ins>+                                                &lt;h4&gt;&lt;?php _e( 'Your Current Avatar', 'buddypress' ) ?&gt;&lt;/h4&gt;
</ins><span class="cx">                                                 &lt;p&gt;&lt;?php _e( &quot;We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                 &lt;div id=&quot;signup-avatar&quot;&gt;
</span></span></pre>
</div>
</div>

</body>
</html>