Changeset 374 for Dev/branches/rest-dojo-ui/client/rft/css
- Timestamp:
- 07/24/12 16:39:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/layout.css
r366 r374 288 288 } 289 289 .claro .dijitAccordionContainer { 290 height: 600; 290 291 /* No styling for now, use this for margins and other layout-related business. This class does not affect the look of the AccordionContainer currently! */ 291 292 } … … 480 481 } 481 482 483 /* AccountListView */ 484 .claro .rftAccountListView .rftLineWithButtons .rftLineWithButtonsTitle { 485 max-width: 400px; 486 overflow: auto; 487 } 482 488 /* Generic list with lines */ 483 489 .claro .rftLineListView { 484 width: 400px;490 max-width: 200px; 485 491 max-height: 500px; 486 492 } 487 493 .claro .rftLineListView .rftLineListViewContent { 488 max-width: 400px;494 max-width: 200px; 489 495 overflow: auto; 490 496 }
Note: See TracChangeset
for help on using the changeset viewer.