Ignore:
Timestamp:
01/09/12 14:59:28 (13 years ago)
Author:
fpvanagthoven
Message:

Laatste versies van alles!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/visualeditors.css

    r191 r218  
    422422}
    423423
     424/****************************/
     425/* Question editor specific */
     426/****************************/
     427
     428.questionParamField {
     429    float: left;
     430}
     431
     432.questionParamLabel {
     433    float: left;
     434    width: 100px;
     435}
     436
     437.questionParamLabel.lAlign {
     438    clear: left;
     439}
     440
     441.questionParamLabel.rAlign {
     442    clear: right;
     443}
     444
     445.qBodyTextField {
     446    resize: none;
     447    width: 595px;
     448}
Note: See TracChangeset for help on using the changeset viewer.