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/rftSelector.css

    r339 r342  
    5656    color: #ffffff;
    5757}
     58.claro .rftLineWithButtons.trans {
     59    background-color: transparent;
     60    color: #ffffff;
     61}
    5862
    5963/* Background colour settings for the various contexts of rftLineWithButtons */
     
    103107    background-color: #00ff00;
    104108}
     109
     110/* rftSessionBar */
     111.claro .rftSessionBar {
     112    margin: 8px 0;
     113}
     114.claro .rftSessionBar .rftIcon.typeIcon {
     115    background-image: url('images/icons/rftIcons32.png');
     116    height: 32px;
     117    width: 32px;
     118    margin: 20px 8px;
     119    float: left;
     120}
     121.claro .rftSessionBar .rftLineWithButtons {
     122    margin: 0;
     123    padding: 0;
     124}
Note: See TracChangeset for help on using the changeset viewer.