Changeset 146 for Dev/trunk/css


Ignore:
Timestamp:
11/07/11 14:41:16 (13 years ago)
Author:
fpvanagthoven
Message:

Merged step/displaystep class functionality, division is unnecessary.
Added some javascript to manipulate editor objects in sequencerScripts.js

File:
1 edited

Legend:

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

    r144 r146  
    260260    -moz-border-radius: 6px;
    261261    border-radius: 6px;
     262}
     263
     264
     265.surveyButton.dis {
     266    color: #666;
     267}
     268
     269.surveyButton.dis:hover {
     270    background-color: transparent;
     271    color: #666;
     272    border-color: #555;
    262273}
    263274
     
    648659
    649660.seqContent .displayStep {
    650     /*height: 140px;*/
    651661    width: 52px;
    652662    padding: 0;
     
    666676
    667677.seqContent .displayStep p{
    668     margin-top: 55px;
     678    margin-top: 5px;
    669679    font-weight: normal;
    670680    font-size: 0.875em;
     
    697707    /*width: 40%;*/
    698708    float: left;
     709    margin: 1em 2em 0 0;
    699710    /*background-image: url('../images/bg/sequencerBG.png');*/
    700711    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     
    727738    margin: 0 0 5px 0;
    728739    border: 1px solid #000;
    729     border-radius: 5px;
    730     -moz-border-radius: 5px;
     740    border-radius: 6px;
     741    -moz-border-radius: 6px;
     742    cursor: pointer;
    731743}
    732744
     
    737749
    738750#toolbox .buttonIcon {
    739     margin: 0 10px 0 5px;
     751    border: none;
     752    border-radius: 6px;
     753    margin: 0 10px 0 0;
    740754    float: left;
    741755}
Note: See TracChangeset for help on using the changeset viewer.