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/rftIcons.less

    r403 r411  
    99                        background-repeat: no-repeat;
    1010
    11                         &.rftMainIcon {
    12                                 .setIcon(@icon_mainSize);
    13                         }
    14                         &.rftMidIcon {
    15                                 .setIcon(@icon_midSize);
    16                         }
    17                         &.rftSmallIcon {
    18                                 .setIcon(@icon_smallSize);
    19                         }
     11                        //Probably not needed anymore! Commenting out to see if code breaks
     12                        // &.rftMainIcon {
     13                        //      .setIcon(@icon_mainSize);
     14                        // }
     15                        // &.rftMidIcon {
     16                        //      .setIcon(@icon_midSize);
     17                        // }
     18                        // &.rftSmallIcon {
     19                        //      .setIcon(@icon_smallSize);
     20                        // }
    2021
    2122                }
     
    6162                background-position: -384px 0px;
    6263        }
    63        
    64         //Actions
     64                //Actions
    6565        .rftIconAccept {
    6666                background-position: -416px 0px;
     
    153153                background-position: -1344px 0px;
    154154        }
    155 
    156155        //Arrows
    157156        .rftIconFullArrowUp {
Note: See TracChangeset for help on using the changeset viewer.