Ignore:
Timestamp:
03/09/14 14:23:42 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Enable/disable buttons on content change.
  • One place to do date formatting, because it was going wrong again.
  • Serialize questions in survey properly.
  • _ComplexValueMixin consumes submit events, but does trigger outer forms if present.
  • Trigger dialog show/hide for login only after previous effect is finished.
  • Check that documents are actually valid, not just that validator returned a result.
  • Validate email and timestamp formats.
  • Prepared for live runs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/css/widgets/LargeButton.less

    r443 r492  
    77        height: @button_large_height;
    88        padding: 3px;
     9        color: @text;
    910
    1011        &*, * {
     
    1516        }
    1617
     18        &.dijitDisabled {
     19            color: @disabledtext;
     20        }
     21
    1722        .dijitButtonNode {
    1823
     
    2126            height: @button_large_height;
    2227            background: transparent;
    23             color: @headers;
    2428            font-size: @button_large_font_size;
    2529            .transition(0.3s);
Note: See TracChangeset for help on using the changeset viewer.