Ignore:
Timestamp:
07/24/12 16:39:41 (13 years ago)
Author:
jkraaijeveld
Message:

Can now edit basic question properties and store them.

File:
1 edited

Legend:

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

    r366 r374  
    288288}
    289289.claro .dijitAccordionContainer {
     290    height: 600;
    290291    /* No styling for now, use this for margins and other layout-related business. This class does not affect the look of the AccordionContainer currently! */
    291292}
     
    480481}
    481482
     483/* AccountListView */
     484.claro .rftAccountListView .rftLineWithButtons .rftLineWithButtonsTitle {
     485    max-width: 400px;
     486    overflow: auto;
     487}
    482488/* Generic list with lines */
    483489.claro .rftLineListView {
    484     width: 400px;
     490    max-width: 200px;
    485491    max-height: 500px;
    486492}
    487493.claro .rftLineListView .rftLineListViewContent {
    488     max-width: 400px;
     494    max-width: 200px;
    489495    overflow: auto;
    490496}
Note: See TracChangeset for help on using the changeset viewer.