Changeset 167 for Dev/trunk/css


Ignore:
Timestamp:
11/25/11 13:58:17 (13 years ago)
Author:
fpvanagthoven
Message:
  • Save functie verbeterd, nu confirm? parameter.
  • Begin aan infopanel gemaakt
  • moveStep functie in JS gezet, werkt nog niet helemaal goed (refreshed niet!)
  • General CSS layout verbeterd van pipelineEditor.php
  • edit button werkt nu.
  • saveSession zit nog steeds een error in, nog niet weten te fixen. Heeft met creator te maken.
File:
1 edited

Legend:

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

    r154 r167  
    598598#sequencer {
    599599    width: 100%;
     600    /*max-width: 800px;*/
    600601    margin: 0 auto 0 auto;
     602    padding-right: 0.5em;
    601603    /*background-image: url('../images/bg/sequencerBG.png');*/
    602604    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     
    615617    background-position: bottom;
    616618    background-repeat: repeat-x;
    617 }
    618 
    619 #sequencer .title {
    620     height: 1em;
    621     margin-bottom: 0.5em;
    622     margin-top:0.5em;
    623     margin-left: 1em;
    624     font-size: 1.25em;
    625     color: #FFF;
    626    
     619    float: left;
    627620}
    628621
    629622#sequencer #seqContent {
    630623    height: 9em;
     624    width: 98%;
    631625    overflow-x: scroll;
    632626    overflow-y: hidden;
     627   
    633628    margin-bottom: 0.5em;
    634629   
     
    650645    border-radius: 0.5em;
    651646    padding: 0.5em;
     647    /*white-space: nowrap;*/
     648    float: left;
    652649}
    653650
     
    656653    text-align: right;
    657654    margin-bottom: -0.5em;
     655    float: left;
    658656}
    659657
     
    665663    float: left;
    666664    text-align: center;
     665    /*display: inline-block;*/
    667666}
    668667
     
    679678    border: 2px solid #444444;
    680679    color: #FFF;
    681     float: left;
     680    /*float: left;*/
    682681}
    683682
     
    686685    font-weight: normal;
    687686    font-size: 0.875em;
    688     float: left;
     687    /*float: left;*/
    689688   
    690689}
     
    696695    background-image: url('../images/ui/sequencerDivider.png');
    697696    float: left;
     697    /*display: inline-block;*/
     698}
     699
     700#seqContentWrapper {
     701    float: left;
     702    margin-right: -32767px; /* maximum for opera, enough for ~320 steps*/
     703    padding: 0 10px;
    698704}
    699705
     
    732738}
    733739
    734 #toolbox .title {
    735     height: 1em;
    736     margin-bottom: 0.5em;
    737     margin-top:0.5em;
    738     margin-left: 1em;
    739     font-size: 1.25em;
    740     color: #FFF;
    741 }
    742 
    743740#toolbox .creationButton {
    744741    height: 50px;
     
    767764    float: left;
    768765}
     766
     767#infoPanel {
     768    width: 500px;
     769    float: right;
     770    margin: 1em 0 0 0;
     771    /*background-image: url('../images/bg/sequencerBG.png');*/
     772    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     773    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     774    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     775    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     776    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     777
     778    background-image: -webkit-gradient(
     779        linear,
     780        left top,
     781        left bottom,
     782        color-stop(0.25, #B0B0B0),
     783        color-stop(0.8, #888888)
     784    );
     785}
     786
     787#infoContent {
     788    float: left;
     789    display: block;
     790    width: 500px;
     791    background-color: #ff0000;
     792}
     793
     794.fieldsetTitle {
     795    height: 1em;
     796    margin-bottom: 0.5em;
     797    margin-top:0.5em;
     798    margin-left: 1em;
     799    font-size: 1.25em;
     800    color: #FFF;
     801    float: left;
     802    display: block;
     803}
Note: See TracChangeset for help on using the changeset viewer.