Ignore:
Timestamp:
06/29/12 19:56:22 (13 years ago)
Author:
tjcschipper
Message:
  • Finally fixed icon offsets and added a couple new icons for use in the Question/Survey? editors,as well as general purpose ones.
  • Styled the dropdown menu in the MainMenu?
  • Fixed a weird offset bug in the IndexMenu?
  • Included another way of colouring objects by their parent classes, not applied yet (in layout.css)
  • Styled the AccordionContainer?, to be used in Survey/Question? editors.
  • Removed default colour in LineWithActionsWidgetThijs?, this would override the colours inherited from parent elements (not desirable).
  • Drank a lot of coffee.
File:
1 edited

Legend:

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

    r346 r349  
    2222    background-image: url('images/icons/rftIcons24.png');
    2323}
     24.claro .rftLargeButton.black .rftIcon {
     25    background-image: url('images/icons/rftIcons24b.png');
     26}
    2427.claro .rftLargeButton .dijitButtonText {
    2528    line-height: 24px;
     
    6669    width: 16px !important;
    6770    background-image: url('images/icons/rftIcons16.png') !important;
    68     margin-right: 4px !important;
     71}
     72.claro .rftBlockButton .rftIcon.black {
     73    background-image: url('images/icons/rftIcons16b.png') !important;
    6974}
    7075.claro .rftBlockButton.rftBlockButtonHover .rftIcon {
    71     background-image: url('images/icons/rftIcons16black.png') !important;
     76    background-image: url('images/icons/rftIcons16b.png') !important;
    7277}
    7378.claro .rftBlockButton.rftBlockButtonHover .dijitButtonNode {
     
    145150}
    146151.claro .rftInlineButton.black .rftIcon {
    147     background-image: url('images/icons/rftIcons16black.png');
     152    background-image: url('images/icons/rftIcons16b.png');
     153}
     154.claro .rftInlineButton .rftIcon.black {
     155    background-image: url('images/icons/rftIcons16b.png');
     156}
     157.claro .rftInlineButton .rftIcon.white {
     158    background-image: url('images/icons/rftIcons16.png');
    148159}
    149160.claro .rftInlineButton.rftInlineButtonHover .rftIcon {
Note: See TracChangeset for help on using the changeset viewer.