Changeset 8396
- Timestamp:
- 9 May 2012, 13:40:21 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r8195 r8396 215 215 self.widgets['perm_address'].cssClass = 'span8' 216 216 self.widgets['perm_address'].height = 10 217 if self.widgets.get('description'): 218 self.widgets['description'].cssClass = 'span12' 217 219 218 220 class KofaAddFormPage(UtilityView,AddForm): -
main/waeup.kofa/trunk/src/waeup/kofa/browser/static/waeup-base.css
r8275 r8396 153 153 154 154 .form-table td { 155 padding: 5px 5px 4px;155 padding: 5px 0px 5px 4px; 156 156 border-top: none; 157 157 } … … 230 230 line-height: 36px; 231 231 } 232 233 .ordered-selection-field { 234 }
Note: See TracChangeset for help on using the changeset viewer.