Ignore:
Timestamp:
06/14/12 18:34:52 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed callbacks/actions in LineWithActionsWidgetThijs?.js. Previously an onClick event would not fire the correct callback. They were also incorrectly bound to the context of the widget, so the this keyword referred to the properties object instead of the LineWithActions?.
  • Changed a bunch of stuff in CSS files, general layout.
  • Added another mockup page to show the Session selection page.
File:
1 edited

Legend:

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

    r339 r342  
    6363}
    6464.claro .rftBlockButton .rftIcon {
    65     height: 16px;
    66     width: 16px;
    67     background-image: url('images/icons/rftIcons16.png');
     65    height: 16px !important;
     66    width: 16px !important;
     67    background-image: url('images/icons/rftIcons16.png') !important;
     68    margin-right: 4px !important;
    6869}
    6970.claro .rftBlockButton.rftBlockButtonHover .rftIcon {
    70     background-image: url('images/icons/rftIcons16black.png');
     71    background-image: url('images/icons/rftIcons16black.png') !important;
    7172}
    7273.claro .rftBlockButton.rftBlockButtonHover .dijitButtonNode {
     
    113114    color: #993dec;
    114115}
    115 
     116.claro .rftBlockButton.trans .dijitButtonNode {
     117    background: transparent;
     118}
     119.claro .rftBlockButton.trans.rftBlockButtonHover .dijitButtonNode {
     120    background: #ffffff !important;
     121    color: #000000;
     122}
    116123
    117124/* InlineButton */
Note: See TracChangeset for help on using the changeset viewer.