Ignore:
Timestamp:
07/18/12 18:49:11 (13 years ago)
Author:
tjcschipper
Message:
  • AdaptiveForm? really isn't anything yet, but it's supposed to become a way to encapsulate forms that add/remove inputs based on other input's (selected) values.
  • Created a skeleton for the question editor. It's almost an exact copy of SurveyAdvanced?.
File:
1 edited

Legend:

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

    r349 r366  
    11/* And now for the RFT specific stuff! */
    22/*LargeButton*/
     3.claro .rftLargeButton,
     4.claro .rftLargeButton * {
     5    user-select: none;
     6    -webkit-user-select: none;
     7}
    38.claro .rftLargeButton {
    49    margin-right: 16px;
     10    height: 30px;
    511}
    612.claro .rftLargeButton .dijitButtonNode {
Note: See TracChangeset for help on using the changeset viewer.