Ignore:
Timestamp:
10/12/12 16:47:49 (13 years ago)
Author:
tjcschipper
Message:
  • Most visual bugs are gone now.
File:
1 edited

Legend:

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

    r411 r412  
    7575                        .noMargin;
    7676                        height: @button_block_height;
    77                         line-height: @button_block_height;
    7877                        vertical-align: top;
     78
     79                        .dijitButtonContents {
     80                                height: 24px;
     81                        }
    7982
    8083                        .dijitButtonNode {
     
    8891                                color: @text;
    8992                                font-size: @button_block_font_size;
     93
     94                                .dijitButtonText {
     95                                        line-height: @button_block_height;
     96                                }
    9097
    9198                                .rftIcon {
     
    150157                        }
    151158
    152                         &.rftInlineButtonHover.white {
    153                                 .setIcon(16px, black);
    154                         }
    155                         &.rftInlineButtonHover.black {
    156                                 .setIcon(16px, black);
     159                        &.dijitHover {
     160                                .rftIcon {
     161                                        // outline: @headers solid thin;
     162                                }
    157163                        }
    158164                }
Note: See TracChangeset for help on using the changeset viewer.