Ignore:
Timestamp:
07/11/12 18:45:51 (13 years ago)
Author:
tjcschipper
Message:
  • surveyEditor more or less works! Only needed change is addition of "topic" property in question objects (database-side), and the change from "category"(string) to "categories"(string[]).
  • surveyEditor still needs removal function and infofunction to be written properly!
  • Added all files belonging to SurveyAdvanced?. Most do not work properly yet, but at least there will not be a 404 page when you click btnPreview on survey.html.
File:
1 edited

Legend:

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

    r349 r355  
    2222}
    2323
    24 /* Colour settings */
    25 .claro div.blue.rftLineWithButtons,
    26 .claro .blue .rftLineWithButtons {
    27     background-color: #0072bc;
     24/* SurveyListView stuff */
     25.claro div.blue.inheritBgColor.dojoDndItemAnchor,
     26.claro .blue .inheritBgColor.dojoDndItemAnchor,
     27.claro.blue .inheritBgColor.dojoDndItemAnchor {
     28    background-color: #0794d1;
    2829    color: #ffffff;
    2930}
    30 .claro div.red.rftLineWithButtons,
    31 .claro .red .rftLineWithButtons {
    32     background-color: #8c0310;
     31.claro div.green.inheritBgColor.dojoDndItemAnchor,
     32.claro .green .inheritBgColor.dojoDndItemAnchor,
     33.claro.green .inheritBgColor.dojoDndItemAnchor {
     34    background-color: #79ca0a;
    3335    color: #ffffff;
    3436}
    35 .claro div.green.rftLineWithButtons,
    36 .claro .green .rftLineWithButtons {
    37     background-color: #3aa605;
     37.claro div.orange.inheritBgColor.dojoDndItemAnchor,
     38.claro .orange .inheritBgColor.dojoDndItemAnchor,
     39.claro.orange .inheritBgColor.dojoDndItemAnchor {
     40    background-color: #ff9140;
    3841    color: #ffffff;
    3942}
    40 .claro div.purple.rftLineWithButtons,
    41 .claro .purple .rftLineWithButtons {
    42     background-color: #6529b7;
     43.claro div.purple.inheritBgColor.dojoDndItemAnchor,
     44.claro .purple .inheritBgColor.dojoDndItemAnchor,
     45.claro.purple .inheritBgColor.dojoDndItemAnchor {
     46    background-color: #993dec;
    4347    color: #ffffff;
    4448}
    45 .claro div.orange.rftLineWithButtons,
    46 .claro *.orange .rftLineWithButtons {
    47     background-color: #ff5b12;
     49.claro div.red.inheritBgColor.dojoDndItemAnchor,
     50.claro .red .inheritBgColor.dojoDndItemAnchor,
     51.claro.red .inheritBgColor.dojoDndItemAnchor {
     52    background-color: #bd0013;
    4853    color: #ffffff;
    4954}
    50 .claro div.trans.rftLineWithButtons,
    51 .claro .trans .rftLineWithButtons {
    52     background-color: transparent;
    53     color: #ffffff;
     55
     56.claro .rftLineWithButtons.dojoDndItem {
     57    transition: all 0.2s;
     58    -moz-transition: all 0.2s;
     59    -webkit-transition: all 0.2s;
     60    -o-transition: all 0.2s;
    5461}
     62.claro .rftLineWithButtons.dojoDndItem.dojoDndItemBefore {
     63    margin-top: 6px;
     64    border-top: 6px solid #ffffff;
     65}
     66.claro .rftLineWithButtons.dojoDndItem.dojoDndItemAfter {
     67    margin-bottom: 6px;
     68    border-bottom: 6px solid #ffffff;
     69}
     70.claro .dojoDndAvatar {
     71    color: #000000;
     72}
     73.claro .dojoDndSourceMoved .rftLineWithButtons.dojoDndItemAnchor {
     74    height: 0;
     75    overflow: hidden;
     76}
Note: See TracChangeset for help on using the changeset viewer.