source: Dev/branches/rest-dojo-ui/client/rft/css/rftLineWithButtons.css @ 364

Last change on this file since 364 was 355, checked in by tjcschipper, 13 years ago
  • 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 size: 2.0 KB
Line 
1.claro .rftLineWithButtons {
2    height: 24px;
3    line-height: 24px;
4    font-size: 13px;
5    margin: 4px 0;
6    white-space: nowrap;
7}
8.claro .rftLineWithButtons .rftLineWithButtonsButtons {
9    float: right;
10    height: 24px;
11    line-height: 24px;
12    margin: 0;
13    padding: 0;
14}
15.claro .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton {
16    float: right;
17    clear: none;
18}
19.claro .rftLineWithButtons .rftLineWithButtonsTitle {
20    float: left;
21    margin: 0 8px 0 8px;
22}
23
24/* SurveyListView stuff */
25.claro div.blue.inheritBgColor.dojoDndItemAnchor,
26.claro .blue .inheritBgColor.dojoDndItemAnchor,
27.claro.blue .inheritBgColor.dojoDndItemAnchor {
28    background-color: #0794d1;
29    color: #ffffff;
30}
31.claro div.green.inheritBgColor.dojoDndItemAnchor,
32.claro .green .inheritBgColor.dojoDndItemAnchor,
33.claro.green .inheritBgColor.dojoDndItemAnchor {
34    background-color: #79ca0a;
35    color: #ffffff;
36}
37.claro div.orange.inheritBgColor.dojoDndItemAnchor,
38.claro .orange .inheritBgColor.dojoDndItemAnchor,
39.claro.orange .inheritBgColor.dojoDndItemAnchor {
40    background-color: #ff9140;
41    color: #ffffff;
42}
43.claro div.purple.inheritBgColor.dojoDndItemAnchor,
44.claro .purple .inheritBgColor.dojoDndItemAnchor,
45.claro.purple .inheritBgColor.dojoDndItemAnchor {
46    background-color: #993dec;
47    color: #ffffff;
48}
49.claro div.red.inheritBgColor.dojoDndItemAnchor,
50.claro .red .inheritBgColor.dojoDndItemAnchor,
51.claro.red .inheritBgColor.dojoDndItemAnchor {
52    background-color: #bd0013;
53    color: #ffffff;
54}
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;
61}
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 TracBrowser for help on using the repository browser.