Ignore:
Timestamp:
04/29/13 19:35:10 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Big cleanup of the question content.

  • Replaced old list implementations with a new one that behaves like a form widget.
  • All question content is now in separate widgets, not in the factory itself.
  • Added form and widget validation for question editing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/css/forms.less

    r434 r441  
    3333        width: 150px;
    3434        display: inline-block;
     35        text-align: right;
     36        padding: 1px;
    3537    }
    3638
     
    3840        max-width: 350px;
    3941        display: inline-block;
     42        vertical-align: top;
     43        padding: 1px;
     44
     45        &.dijitTextArea {
     46            min-height: 5em;
     47        }
    4048    }
    4149
Note: See TracChangeset for help on using the changeset viewer.