Last change
on this file since 355 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:
709 bytes
|
Line | |
---|
1 | .claro .surveyEditorPreviewSource {
|
---|
2 | overflow: auto;
|
---|
3 | height: 350px;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .claro .surveyEditorPreview .surveyEditorPreviewItem {
|
---|
7 | margin: 8px;
|
---|
8 | display: block;
|
---|
9 | color: #ffffff;
|
---|
10 | padding: 0 8px;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .claro .surveyEditorPreviewItem .topBorder,
|
---|
14 | .claro .surveyEditorPreviewItem .bottomBorder {
|
---|
15 | height: 24px;
|
---|
16 | line-height: 20px;
|
---|
17 | }
|
---|
18 |
|
---|
19 | .claro .surveyEditorPreviewItem .topBorder .title {
|
---|
20 | margin: 0 16px 0 16px;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .claro .surveyEditorPreviewItem .topBorderButtons {
|
---|
24 | float: right;
|
---|
25 | margin: 0;
|
---|
26 | padding: 0;
|
---|
27 | }
|
---|
28 |
|
---|
29 | .claro .surveyEditorPreviewItemInner {
|
---|
30 | margin: 0;
|
---|
31 | padding: 0;
|
---|
32 | overflow: hidden;
|
---|
33 | }
|
---|
34 |
|
---|
35 | .claro .surveyEditorPreviewItemContent {
|
---|
36 | padding: 8px;
|
---|
37 | border: 1px solid #ffffff;
|
---|
38 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.