Ignore:
Timestamp:
12/15/11 17:09:49 (13 years ago)
Author:
fpvanagthoven
Message:
 
File:
1 edited

Legend:

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

    r184 r185  
    141141}
    142142
     143.smallFrame.selected .smallTitle {
     144    background-color: #FF0000;
     145}
     146
    143147.largeTitle {
    144148    width: auto;
     
    151155
    152156.smallTitle {
     157    background-color: transparent;
    153158    width: auto;
    154159    min-height: 1.5em;
     
    170175    float: right;
    171176    min-height: 2.5em;
    172 }
    173 
    174 .questionBody {
    175     float: left;
    176     clear: left;
    177     margin: 1em 0;
    178     font-style: italic;
    179 }
    180 
    181 .questionParamsView {
    182     float: left;
    183     clear: left;
    184     border: 1px solid #555;
    185     padding: 0.5em;
    186     font-weight: bold;
    187177}
    188178
     
    201191}
    202192
     193.bigButton.vertical {
     194    width: 2em;
     195    height: 2em;
     196    font-size: 20px;
     197    font-weight: bold;
     198    color: #555;
     199    float: left;
     200    clear: both;
     201    border: 1px solid #555;
     202    border-radius: 0.25em;
     203    -moz-border-radius: 0.25em;
     204    background-color: transparent;
     205    -webkit-user-select: none;
     206    -khtml-user-select: none;
     207    -moz-user-select: none;
     208    -o-user-select: none;
     209    user-select: none;
     210    cursor: default;
     211}
     212
    203213.bigButton:hover {
    204214    border-color: #1c94c4;
     
    208218.bigButton .buttonIcon {
    209219
    210 }
    211 
    212 .bigButton.vert {
    213     clear:both;
    214220}
    215221
     
    254260}
    255261
    256 #seqContentWrapper .divider {
     262#seqContentWrapper .divider.horizontal {
    257263    width: 10px;
    258264    height: 50px;
     
    313319}
    314320
     321.bigButton.toolbox {
     322    clear: both;
     323}
     324
    315325#infoPanel {
    316326    margin-top: 2em;
     
    344354    background-color: #0000FF;
    345355}
     356
     357#seqContentWrapper .divider.vertical {
     358    height: 1px;
     359    width: 200px;
     360    background-color: #FF00FF; /* VIES MAGENTA! */
     361    margin: 1em auto;
     362}
     363
     364.questionBody {
     365    float: left;
     366    clear: left;
     367    margin: 1em 0;
     368    font-style: italic;
     369}
     370
     371.questionParamsView {
     372    float: left;
     373    clear: left;
     374    border: 1px solid #555;
     375    padding: 0.5em;
     376    font-weight: bold;
     377}
     378
     379#pageControls {
     380    float: left;
     381    margin: 5px 200px 0 0;
     382}
     383
     384#pageControls .smallTextField {
     385    width: 1.5em;
     386}
     387
     388.vertControls {
     389    text-align: center;
     390    display:block;
     391    float: left;
     392    clear: right;
     393    margin: 0 0 0 1em;
     394}
     395
     396.vertControls .segment {
     397    margin: 1.25em -1px 0.25em -1px;
     398    border: 1px solid #555;
     399    clear: both;
     400    padding: 1px;
     401    float: left;
     402    border-radius: 5px;
     403}
     404
     405.vertControls label {
     406    width: 100%;
     407    float: left;
     408    clear: both;
     409    font-size: 12px;
     410    text-align: center;
     411    margin: -1.25em 0 0;
     412    color: #555;
     413    font-weight: bold;
     414}
     415
Note: See TracChangeset for help on using the changeset viewer.