Index: trunk/extensions/DataCenter/DataCenter.css |
— | — | @@ -179,6 +179,9 @@ |
180 | 180 | padding-left: 8px; |
181 | 181 | padding-right: 8px; |
182 | 182 | } |
| 183 | +div.datacenter-ui div.widget-form tr td.field { |
| 184 | + padding-right: 4px; |
| 185 | +} |
183 | 186 | div.datacenter-ui div.widget-form tr.row { |
184 | 187 | background-color: #FFFFFF; |
185 | 188 | } |
Index: trunk/extensions/DataCenter/UI/Widgets/Form.php |
— | — | @@ -123,8 +123,9 @@ |
124 | 124 | */ |
125 | 125 | 'field' => array( |
126 | 126 | 'class' => 'field', |
127 | | - 'width' => '200', |
| 127 | + 'width' => '210', |
128 | 128 | 'align' => 'left', |
| 129 | + 'nowrap' => 'nowrap', |
129 | 130 | ), |
130 | 131 | /** |
131 | 132 | * Default XML attributes for submit button cell |