Ignore:
Timestamp:
04/24/13 20:59:44 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Button text on corrct line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/css/widgets/LargeButton.less

    r432 r437  
    66        margin-right: @button_large_spacing;
    77        height: @button_large_height;
     8        padding: 3px;
    89
    910        &*, * {
     
    3031            .dijitButtonText {
    3132                line-height: @button_large_height;
    32                 .noMargin;
     33                margin: 0 0 0 @button_large_height;
    3334                padding-left: @std_offset_big;
     35                display: block;
    3436            }
    3537        }
Note: See TracChangeset for help on using the changeset viewer.