Ignore:
Timestamp:
10/10/12 17:45:49 (13 years ago)
Author:
tjcschipper
Message:
  • LESS is finally ready for use. Some small visual bugs remain.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftLineWithActions.less

    r403 r411  
    44        &.claro {
    55
    6                 .rftLineWithButtons {
     6                .rftLineWithActions {
    77                        .flatShading();
    88                        position: relative;
     
    1010                        white-space: nowrap;
    1111                        margin: @std_offset 0;
     12                        color: @text;
    1213
    1314                        &.dojoDndItem {
     
    2627                                        border: none;
    2728                                        padding: 2px;
    28                                         * {
    29                                                 background-color: fade(#fff, 10%);      // Not sure if this will work.
    30                                                 // This is an attempt to lighten the rftLWB's colour by overlaying with transparent white.
    31                                         }
     29                                        background-color: fade(#fff, 10%);      // Not sure if this will work.
     30                                        // This is an attempt to lighten the rftLWA's colour by overlaying with transparent white.
    3231                                }
    3332                        }
    3433
    35                         .rftLineWithButtonsTitle {
     34                        .rftLineWithActionsTitle {
    3635                                float: left;
    3736                                margin: 0 8px;
     
    4140                        }
    4241
    43                         .rftLineWithButtonsButtons {
     42                        .rftLineWithActionsButtons {
    4443                                .noOffset();
    4544                                line-height: @std_height;
     
    5049                        }
    5150                }
    52                
     51
     52                // Make the currently lineWithActions draggable "wipe out" when dragging, so only the Avatar is visible!
    5353                .dojoDndSourceMoved {
    54                         .rftLineWithButtons.dojoDndItemAnchor {
     54                        .rftLineWithActions.dojoDndItemAnchor {
    5555                                height: 0;
    5656                        }
Note: See TracChangeset for help on using the changeset viewer.