r46505 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46504‎ | r46505 | r46506 >
Date:00:40, 29 January 2009
Author:tparscal
Status:deferred
Tags:
Comment:
IE UI fixes.
Modified paths:
  • /trunk/extensions/DataCenter/DataCenter.css (modified) (history)
  • /trunk/extensions/DataCenter/UI/Widgets/Form.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataCenter/DataCenter.css
@@ -179,6 +179,9 @@
180180 padding-left: 8px;
181181 padding-right: 8px;
182182 }
 183+div.datacenter-ui div.widget-form tr td.field {
 184+ padding-right: 4px;
 185+}
183186 div.datacenter-ui div.widget-form tr.row {
184187 background-color: #FFFFFF;
185188 }
Index: trunk/extensions/DataCenter/UI/Widgets/Form.php
@@ -123,8 +123,9 @@
124124 */
125125 'field' => array(
126126 'class' => 'field',
127 - 'width' => '200',
 127+ 'width' => '210',
128128 'align' => 'left',
 129+ 'nowrap' => 'nowrap',
129130 ),
130131 /**
131132 * Default XML attributes for submit button cell

Status & tagging log