Ignore:
Timestamp:
01/13/12 18:11:16 (13 years ago)
Author:
fpvanagthoven
Message:

getObject.php is de nieuwe pagina die gewoon PHP objecten in JSON zet en echoet. Nu werkt alleen de questionEditor er op, uiteindelijk zou dit ook de infopanel en de sequencer moeten gaan serven.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/css/visualeditors.css

    r233 r235  
    489489}
    490490
     491/****************************/
     492/* QUESTION EDITOR SPECIFIC */
     493/****************************/
     494
     495.smallFrame.questionEditor {
     496    /* Nothing yet... */
     497}
     498
     499.qeBodyTextField {
     500    width: 600px;
     501    height: 100px;
     502}
     503
     504#qeQuestionParamsDiv label {
     505    float: left;
     506    width: 150px;
     507    margin: 5px 5px;
     508}
     509
     510#qeQuestionParamsDiv .qeParamField {
     511    float: left;
     512}
     513
     514#qeQuestionParamsDiv .l {
     515    clear: left;
     516}
     517
     518
    491519/**************************/
    492 /* Survey Editor Specific */
     520/* Cartis Editor Specific */
    493521/**************************/
    494522
Note: See TracChangeset for help on using the changeset viewer.