r49403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49402‎ | r49403 | r49404 >
Date:14:25, 11 April 2009
Author:werdna
Status:deferred
Tags:
Comment:
vertical alignment
Modified paths:
  • /branches/preferences-work/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: branches/preferences-work/phase3/includes/HTMLForm.php
@@ -379,7 +379,7 @@
380380
381381 $html = '';
382382
383 - $html .= Xml::tags( 'td', array( 'style' => 'text-align: right;' ),
 383+ $html .= Xml::tags( 'td', array( 'style' => 'text-align: right; vertical-align: top;' ),
384384 Xml::tags( 'label', array( 'for' => $this->mID ), $this->getLabel() )
385385 );
386386 $html .= Xml::tags( 'td', array( 'class' => 'mw-input' ),

Status & tagging log