Last change
on this file since 396 was
395,
checked in by tjcschipper, 13 years ago
|
- Fixed inheritBgColor CSS classes. Now works for buttons as well. LineWithActions? and the classes that use it still need some changes. LWA needs to get rid of colour "modifier" property and always pass "inheritBgColor (light, optionally) to the buttons". Classes that use LWA need to stop passing modifiers to them;)
- Improved SurveyEditorPreviewItem? design, less of an eyesore, and can now use the correct button colors.
|
File size:
1.4 KB
|
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 | font-weight: bold;
|
---|
17 | }
|
---|
18 |
|
---|
19 | .claro .surveyEditorPreviewItem .topBorderButtons {
|
---|
20 | float: right;
|
---|
21 | margin: 0;
|
---|
22 | padding: 0;
|
---|
23 | }
|
---|
24 |
|
---|
25 | .claro .surveyEditorPreviewItemInner {
|
---|
26 | margin: 0;
|
---|
27 | padding: 0;
|
---|
28 | overflow: hidden;
|
---|
29 | }
|
---|
30 |
|
---|
31 | .claro .surveyEditorPreviewItemContent {
|
---|
32 | padding: 8px;
|
---|
33 | border: 1px solid #ffffff;
|
---|
34 | border-top-width: 0;
|
---|
35 | color: #ffffff;
|
---|
36 | }
|
---|
37 |
|
---|
38 | .claro div.orange .surveyEditorPreviewItemContent {
|
---|
39 | border-color: #ff5b12;
|
---|
40 | }
|
---|
41 |
|
---|
42 | .claro div.blue .surveyEditorPreviewItemContent {
|
---|
43 | border-color: #0794d1;
|
---|
44 | }
|
---|
45 |
|
---|
46 | .claro div.orange .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
|
---|
47 | background-color: #FF9140;
|
---|
48 | }
|
---|
49 | .claro div.blue .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
|
---|
50 | background-color: #0794D1;
|
---|
51 | }
|
---|
52 | .claro div.green .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
|
---|
53 | background-color: #79CA0A;
|
---|
54 | }
|
---|
55 | .claro div.red .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
|
---|
56 | background-color: #BD0013;
|
---|
57 | }
|
---|
58 | .claro div.purple .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
|
---|
59 | background-color: #993DEC;
|
---|
60 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.