Changeset 218 for Dev/trunk/css


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

Laatste versies van alles!

Location:
Dev/trunk/css
Files:
2 edited

Legend:

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

    r177 r218  
    565565
    566566
    567 /*
    568 #pipelineFrame{
    569     height: 12em;
    570     width: 96em;
    571     display: block;
    572     background-image: url('../images/bg/pipelineFrameBG.png');
    573     background-color: #e3eff3;
    574 }
    575 
    576 .pipelineFrame .pipelineObject {
    577     width: 10em;
    578     height: 10em;
    579     margin: 1em auto 1em auto;
    580     text-align: center;
    581 }
    582 */
    583 
    584 /*
    585 *
    586 *
    587 *   Horizontal sequencer styling
    588 *
    589 *
    590 */
    591 
    592567#sequencer {
    593568    width: 100%;
  • 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.