[svn r43675] replaced CSS class toccolours with style attributes Collection svn.43675
authorjojo
Tue Nov 18 16:10:25 2008 +0100 (6 weeks ago)
branchCollection
changeset 4050859ac446c1a
parent 404bc595494a855
child 4062b592448b197
[svn r43675] replaced CSS class toccolours with style attributes
Collection.templates.php
       1 --- a/Collection.templates.php	Tue Nov 18 14:53:11 2008 +0100
       2 +++ b/Collection.templates.php	Tue Nov 18 16:10:25 2008 +0100
       3 @@ -56,7 +56,7 @@
       4  
       5  <div style="width: 47%; float: left">
       6  
       7 -	<div style="margin-bottom: 10px; padding: 10px" class="toccolours">
       8 +	<div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9;">
       9  		<h2><span class="mw-headline"><?php $this->msg('coll-book_title') ?></span></h2>
      10  		<?php $this->msgWiki('coll-book_text') ?>
      11  		<div id="ppList">
      12 @@ -70,7 +70,7 @@
      13  		</div>
      14  	</div>
      15  
      16 -	<div style="margin-bottom: 10px; padding: 10px" class="toccolours">
      17 +	<div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9;">
      18  		<h2><span class="mw-headline"><?php $this->msg('coll-download_title') ?></span></h2>
      19  		<?php $this->msgWiki('coll-download_text') ?>
      20  		<form id="downloadForm" action="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'render/')) ?>" method="post">
      21 @@ -93,7 +93,7 @@
      22  		</form>
      23  	</div>
      24  
      25 -	<div style="margin-bottom: 10px; padding: 10px" class="toccolours">
      26 +	<div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9;">
      27  		<h2><span class="mw-headline"><?php $this->msg('coll-save_collection_title') ?></span></h2>
      28  		<?php if ($GLOBALS['wgUser']->isLoggedIn()) { ?>
      29  		<?php $this->msgWiki('coll-save_collection_text') ?>
      30 @@ -133,7 +133,7 @@
      31  		$mediapath = $GLOBALS['wgScriptPath'] . '/extensions/Collection/collection/';
      32  ?>
      33  
      34 -<div class="toccolours" style="text-align: center; padding: 2px; margin-top: 20px; margin-bottom: 2px">
      35 +<div style="text-align: center; padding: 2px; margin-top: 20px; margin-bottom: 2px; border: 1px solid #aaa; background-color: #f9f9f9;">
      36  <div>
      37  <a class="makeVisible" style="margin-right: 3em;<?php if (!isset($this->data['is_ajax'])) { echo ' display:none;'; } ?>" onclick="return coll_create_chapter()" href="javascript:void(0);"><?php $this->msg('coll-create_chapter') ?></a>
      38  <?php if (count($this->data['collection']['items']) > 0) { ?>