]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved rectangle ad into aside and leaderboard to the right in header.
authorSarven Capadisli <csarven@status.net>
Wed, 27 Jan 2010 14:32:59 +0000 (15:32 +0100)
committerEvan Prodromou <evan@status.net>
Wed, 27 Jan 2010 21:34:18 +0000 (16:34 -0500)
Intention for this layout was to reduce whitespace in header area

lib/uapplugin.php
theme/base/css/uap.css

index 4364b1e190e9731bd010bddbc76cd5994aeafd71..69b68f9367acfef022f380f33c12a047a4c9e349 100644 (file)
@@ -99,7 +99,7 @@ abstract class UAPPlugin extends Plugin
     }
 
     /**
-     * Add a leaderboard and/or rectangle in the header
+     * Add a leaderboard in the header
      *
      * @param Action $action Action being shown
      *
@@ -116,6 +116,19 @@ abstract class UAPPlugin extends Plugin
             $action->elementEnd('div');
         }
 
+        return true;
+    }
+
+    /**
+     * Add a rectangle before aside sections
+     *
+     * @param Action $action Action being shown
+     *
+     * @return boolean hook flag
+     */
+
+    function onStartShowSections($action)
+    {
         if (!is_null($this->rectangle)) {
             $action->elementStart('div',
                                   array('id' => 'ad_rectangle',
index b95e9b2ce4a4cad694396b72209ef2b9422331c3..d7fa02c7f9630be3e35d522bc069aed710b11948 100644 (file)
@@ -29,15 +29,18 @@ margin-bottom:18px;
 width:180px;
 height:150px;
 
-float:right;
-margin-right:18px;
+float:none;
+clear:both;
+margin:0 auto;
+margin-bottom:29px;
 }
 
 #ad_leaderboard {
 width:728px;
 height:90px;
 
-margin:29px 18px 0 0;
+margin:11px 18px 0 0;
+float:right;
 clear:both;
 }