Ignore:
Timestamp:
07/17/12 16:49:30 (13 years ago)
Author:
jkraaijeveld
Message:

Since lists where common, created a ListView? base class with basic functionality. For the session editor, created a AccountListView? which only has the created method declared and derives everything else from ListView?.

File:
1 edited

Legend:

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

    r358 r364  
    484484    overflow: hidden;
    485485}
     486
     487/* Generic list with lines */
     488.claro .rftLineListView {
     489    width: 400px;
     490    max-height: 500px;
     491}
     492.claro .rftLineListView .rftLineListViewContent {
     493    max-width: 400px;
     494    overflow: auto;
     495}
Note: See TracChangeset for help on using the changeset viewer.