Ignore:
Timestamp:
02/24/12 16:09:22 (13 years ago)
Author:
hendrikvanantwerpen
Message:

[Client] MultipleChoiceWidget? for editing multiple choice questions
[Client] Move templates to separate directories.
[Client] Created QuestionWidget? to edit complete questions.
[Client] Fixed startup race condition where parsing was started before all classes were loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/main.css

    r281 r288  
    3434    width: 150px;
    3535}
     36
     37.rftMultipleChoiceWidget {
     38    display: table;
     39}
     40
     41.rftMultipleChoiceWidget .row {
     42    display: table-row;
     43}
     44
     45.rftMultipleChoiceWidget .rowBox {
     46    display: table-cell;
     47}
     48
     49.rftMultipleChoiceWidget .rowText {
     50    display: table-cell;
     51    width: 100px;
     52}
     53
     54.rftMultipleChoiceWidget .rowBtn {
     55    display: table-cell;
     56    width: 30px;
     57}
Note: See TracChangeset for help on using the changeset viewer.