Changeset 12804 for main/waeup.ikoba
- Timestamp:
- 21 Mar 2015, 06:03:55 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/layout/static/css/base.css
r12771 r12804 210 210 } 211 211 212 .third { 213 width: 33%; 214 } 215 216 .quarter { 217 width: 25%; 218 } 219 212 220 .value select { 213 221 width: 100%; … … 239 247 240 248 .phone-input { 241 width: 3 0%;249 width: 33%; 242 250 } 243 251 -
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/layout.py
r12634 r12804 207 207 if not large_text_field(widget): 208 208 widget.height = 3 209 if '_year' in widget.name: 210 widget.cssClass = 'quarter' 209 211 210 212 class IkobaAddFormPage(UtilityView,AddForm):
Note: See TracChangeset for help on using the changeset viewer.