source: Dev/branches/rest-dojo-ui/client/rft/css/main.css @ 396

Last change on this file since 396 was 354, checked in by tjcschipper, 13 years ago
  • Made change to _Page.js to destroy the page's child widgets on page leave. This was causing widgets with identical names (such as "btnSave") to make regsitry throw a duplicate widget error.
  • survey.js/html now sorts loaded questions into categories and topics and creates or adds them to the proper TabPane/Selectors?. TODO: Allow for spaces in category titles.
  • Added "addQuestion()" method to Selector.js, to internalize question visualization logic.
  • Included surveyAdvanced page in run.js
  • Changes index to use proper button format, still need to figure out a way to bind content.goTo to the onclick field (since there is no index.js script being run!)
  • Various css tweaks.
File size: 321 bytes
Line 
1@import url('claroOverride.css');
2
3@import url('layout.css');
4@import url('general.css');
5
6@import url('rftLineWithButtons.css');
7@import url('rftButtons.css');
8@import url('rftIcons.css');
9@import url('rftSelector.css');
10@import url('rftObjectBox.css');
11@import url('sessionEditor.css');
12@import url('surveyEditor.css');
Note: See TracBrowser for help on using the repository browser.