source: Dev/branches/rest-dojo-ui/client/rft/css/surveyEditor.css @ 390

Last change on this file since 390 was 388, checked in by hendrikvanantwerpen, 13 years ago

Made QuestionEditorPreview? a ContentPane? that scales with the layout
correctly, no preset height in CSS needed anymore.
ISSUE: scrolling also starts a DnD event, Dojo bug?

File size: 632 bytes
Line 
1.claro .surveyEditorPreview .surveyEditorPreviewItem {
2        margin: 8px;
3        display: block;
4        color: #ffffff;
5        padding: 0 8px;
6}
7
8.claro .surveyEditorPreviewItem .topBorder,
9.claro .surveyEditorPreviewItem .bottomBorder {
10        height: 24px;
11        line-height: 20px;
12}
13
14.claro .surveyEditorPreviewItem .topBorder .title {
15        margin: 0 16px 0 16px;
16}
17
18.claro .surveyEditorPreviewItem .topBorderButtons {
19        float: right;
20        margin: 0;
21        padding: 0;
22}
23
24.claro .surveyEditorPreviewItemInner {
25        margin: 0;
26        padding: 0;
27        overflow: hidden;
28}
29
30.claro .surveyEditorPreviewItemContent {
31        padding: 8px;
32        border: 1px solid #ffffff;
33}
Note: See TracBrowser for help on using the repository browser.