Changeset 144 for Dev/trunk/css


Ignore:
Timestamp:
11/03/11 10:30:40 (13 years ago)
Author:
fpvanagthoven
Message:

Fixed mkdir call in ApplicationConnector?.php, now actually makes a directory instead of errors.
Cleaning up of pipeline Sequencer, smaller icons, etc. Trying to get non-db version of editor working properly, then integrate db calls.

File:
1 edited

Legend:

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

    r142 r144  
    5959    background-image: url('../images/bg/blueishgridblock.png');
    6060    height: 100%;
     61    font-size: 12px;
    6162}
    6263
     
    586587#sequencer {
    587588    width: 100%;
    588     margin: 0 auto auto auto;
    589     background-image: url('../images/bg/sequencerBG.png');
     589    margin: 0 auto 0 auto;
     590    /*background-image: url('../images/bg/sequencerBG.png');*/
     591    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     592    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     593    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     594    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     595    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     596
     597    background-image: -webkit-gradient(
     598        linear,
     599        left top,
     600        left bottom,
     601        color-stop(0.21, #B0B0B0),
     602        color-stop(0.8, #888888)
     603    );
    590604    background-position: bottom;
    591605    background-repeat: repeat-x;
     
    597611    margin-top:0.5em;
    598612    margin-left: 1em;
    599     font-size: 1.2em;
     613    font-size: 1.25em;
    600614    color: #FFF;
    601615   
    602616}
    603617
    604 #sequencer #seqContent {
    605     height: 10em;
     618#sequencer .seqContent {
     619    height: 9em;
     620    overflow-x: scroll;
     621    overflow-y: hidden;
    606622    margin-bottom: 0.5em;
    607     background-image: url('../images/bg/sequencerContentBG.png');
    608     /*background-position: top;
    609     background-color: #dddddd;*/
     623   
     624    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     625    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     626    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     627    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     628    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     629    background-image: -webkit-gradient(
     630        linear,
     631        left bottom,
     632        left top,
     633        color-stop(0.25, #B0B0B0),
     634        color-stop(0.8, #888888)
     635    );
     636   
    610637    border: 1px solid #ddd;
    611638    -moz-border-radius: 0.5em;
     
    620647}
    621648
    622 #seqContent .displayStep {
     649.seqContent .displayStep {
    623650    /*height: 140px;*/
    624     width: 100px;
     651    width: 52px;
     652    padding: 0;
    625653    margin: 10px 0 0 0;
    626654    background-repeat: no-repeat;
     
    629657}
    630658
    631 #seqContent .displayStep p{
    632     margin-top: 105px;
     659.seqContent .displayStep .displayStepIcon {
     660    width: 50px;
     661    height: 50px;
     662    border: 2px solid #444444;
     663    color: #FFF;
     664    float: left;
     665}
     666
     667.seqContent .displayStep p{
     668    margin-top: 55px;
    633669    font-weight: normal;
    634670    font-size: 0.875em;
     671    float: left;
    635672   
    636673}
    637674
    638 #seqContent .divider {
     675.seqContent .divider {
    639676    width: 10px;
    640     height: 100px;
    641     margin: 10px 5px 0 10px;
     677    height: 50px;
     678    margin: 10px 15px 0 20px;
    642679    background-image: url('../images/ui/sequencerDivider.png');
    643680    float: left;
    644681}
    645682
     683
     684
     685
     686
     687
    646688/*
    647     Toolbox
     689 *
     690 *
     691 *  TOOLBOX
     692 *
     693 *
    648694*/
    649695
    650696#toolbox {
    651     width: 40%;
    652     float: left;
    653     background-image: url('../images/bg/sequencerBG.png');
     697    /*width: 40%;*/
     698    float: left;
     699    /*background-image: url('../images/bg/sequencerBG.png');*/
     700    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     701    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     702    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     703    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     704    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     705
     706    background-image: -webkit-gradient(
     707        linear,
     708        left top,
     709        left bottom,
     710        color-stop(0.25, #B0B0B0),
     711        color-stop(0.8, #888888)
     712    );
     713   
    654714}
    655715
     
    659719    margin-top:0.5em;
    660720    margin-left: 1em;
    661     font-size: 1.2em;
     721    font-size: 1.25em;
    662722    color: #FFF;
    663723}
    664724
    665 #toolbox .displayStep {
    666     height: 140px;
    667     width: 100px;
    668     margin: 0 5px 0 5px;
    669     background-repeat: no-repeat;
    670     float: left;
    671     text-align: center;
    672 }
    673 
    674 #toolbox .displayStep p {
    675     margin-top: 105px;
    676     color: #FFF;
    677 }
     725#toolbox .creationButton {
     726    height: 50px;
     727    margin: 0 0 5px 0;
     728    border: 1px solid #000;
     729    border-radius: 5px;
     730    -moz-border-radius: 5px;
     731}
     732
     733#toolbox .creationButton:hover {
     734    border: 1px solid #FFF;
     735    background: rgba(255, 255, 255, 0.2);
     736}
     737
     738#toolbox .buttonIcon {
     739    margin: 0 10px 0 5px;
     740    float: left;
     741}
     742
     743#toolbox .creationButton p {
     744    margin: 15px 10px 0 0;
     745    color: #444;
     746    float: left;
     747}
Note: See TracChangeset for help on using the changeset viewer.