r41663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41662‎ | r41663 | r41664 >
Date:18:13, 4 October 2008
Author:dale
Status:old
Tags:
Comment:
minor skin updates
Modified paths:
  • /branches/MetavidWiki-exp/skins/mvpcf.php (modified) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/style.css (modified) (history)

Diff [purge]

Index: branches/MetavidWiki-exp/skins/mvpcf.php
@@ -82,14 +82,13 @@
8383 ?>
8484 <body id="frontPage">
8585 <div id="frontPageTop">
86 - <?php $this->get_portlet('p-personal')?>
 86+ <?php $this->get_portlet('p-personal')?>
 87+ <div style="position:absolute;width:100%;bottom:0px"><?php $this->get_top_nav() ?></div>
8788 <div id="searchSplash">
8889 <div class="logo"><img src="<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/images/logo.png" alt="Metavid" /></div>
8990 <p class="tagline">The Open Video archive of the US Congress</p>
9091 <?php $this->get_search_html(); ?>
91 - </div><!--searchSplash-->
92 -
93 - <div style="position:absolute;width:100%;bottom:0px"><?php $this->get_top_nav() ?></div>
 92+ </div><!--searchSplash-->
9493 </div><!--frontPageTop-->
9594
9695 <div id="frontPageContent" class="bodyContent">
@@ -400,8 +399,9 @@
401400 </li>
402401 <li>
403402 <?php
404 - $cBills = Title::newFromText('Bill', SMW_NS_PROPERTY);
405 - echo $sk->makeKnownLinkObj($cBills, 'bills');
 403+ $cBills = Title::newFromText('Special:Ask', NS_SPECIAL);
 404+ echo $sk->makeKnownLinkObj($cBills, 'bills', 'offset=0&limit=20&q=[[Category%3A%3ABill]&p=format%3Dbroadtable&po=%3FDate+Introduced%0A%3FBill+Sponsor%0A&sort=Date%20Introduced&order=DESC'
 405+ );
406406 ?>
407407 </li>
408408 <li>
Index: branches/MetavidWiki-exp/skins/mvpcf/style.css
@@ -25,6 +25,9 @@
2626 }
2727 .mw-specialpagerestricted {
2828 font-weight: bold;
 29+}
 30+a .new{
 31+ color:#F22
2932 }
3033 body#frontPage {background: #eef6ff;}
3134 .bodyContent{
@@ -166,7 +169,8 @@
167170 text-transform: uppercase;
168171 font-size: 13px;
169172 text-align: center;
170 - margin: 20px 0;
 173+ margin: 20px 0;
 174+ display:block;
171175 }
172176 a.advanced_search_tag {font-size: 12px; text-decoration: none; margin: 8px; position: absolute;}
173177

Status & tagging log