root / trunk / web / dojo / dojox / widget / Portlet / Portlet.css
History | View | Annotate | Download (3.72 KB)
1 | 9 | andrej.cim | .dojoxPortlet {
|
---|---|---|---|
2 | margin-bottom: 5px; |
||
3 | } |
||
4 | .dojoxPortlet .dijitTitlePaneTitle .dojoxPortletIcon { |
||
5 | width: 15px; |
||
6 | height: 15px; |
||
7 | float: right; |
||
8 | cursor: pointer; |
||
9 | background-repeat: no-repeat; |
||
10 | } |
||
11 | .tundra .dojoxPortlet-movable .dijitTitlePaneTitle, |
||
12 | .soria .dojoxPortlet-movable .dijitTitlePaneTitle, |
||
13 | .nihilo .dojoxPortlet-movable .dijitTitlePaneTitle { |
||
14 | cursor: move; |
||
15 | } |
||
16 | .dojoxPortlet .dijitTitlePaneTitle { |
||
17 | font-weight: bold; |
||
18 | font-size: 0.9em; |
||
19 | } |
||
20 | .soria .dojoxPortlet .dijitTitlePaneTitle { |
||
21 | color: #243C5F; |
||
22 | } |
||
23 | .tundra .dojoxPortlet .dijitTitlePaneTitle, |
||
24 | .nihilo .dojoxPortlet .dijitTitlePaneTitle { |
||
25 | color: #333; |
||
26 | } |
||
27 | .dojoxPortlet-nonmovable .dijitTitlePaneTitle { |
||
28 | cursor: default; |
||
29 | } |
||
30 | .tundra .dojoxPortlet .dojoxPortletIcon { |
||
31 | background-image: url("../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif"); |
||
32 | } |
||
33 | .soria .dojoxPortlet .dojoxPortletIcon { |
||
34 | background-image: url("../../../dijit/themes/soria/images/spriteRoundedIconsSmall.gif"); |
||
35 | } |
||
36 | .nihilo .dojoxPortlet .dojoxPortletIcon { |
||
37 | background-image: url("../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif"); |
||
38 | } |
||
39 | .dojoxPortlet .dojoxCloseNode, |
||
40 | .dojoxPortlet .dojoxCloseNode { |
||
41 | background-position: right 0px; |
||
42 | } |
||
43 | .dojoxPortlet .dojoxCloseNodeHover { |
||
44 | background-position: right -15px; |
||
45 | } |
||
46 | .tundra .dojoxPortlet .dijitOpen .dojoxArrowDown, |
||
47 | .soria .dojoxPortlet .dijitOpen .dojoxArrowDown, |
||
48 | .nihilo .dojoxPortlet .dijitOpen .dojoxArrowDown { |
||
49 | background-position: -15px top; |
||
50 | } |
||
51 | .tundra .dojoxPortlet .dijitClosed .dojoxArrowDown, |
||
52 | .soria .dojoxPortlet .dijitClosed .dojoxArrowDown, |
||
53 | .nihilo .dojoxPortlet .dijitClosed .dojoxArrowDown { |
||
54 | background-position: 0 top; |
||
55 | } |
||
56 | .tundra .dojoxPortlet .dojoxPortletSettingsIcon, |
||
57 | .soria .dojoxPortlet .dojoxPortletSettingsIcon, |
||
58 | .nihilo .dojoxPortlet .dojoxPortletSettingsIcon { |
||
59 | background-image: url(images/icons.png); |
||
60 | background-position: 0 1px; |
||
61 | } |
||
62 | .tundra .dojoxPortletSettingsContainer, |
||
63 | .soria .dojoxPortletSettingsContainer, |
||
64 | .nihilo .dojoxPortletSettingsContainer { |
||
65 | border-bottom: 1px solid #BFBFBF; |
||
66 | padding: 4px; |
||
67 | } |
||
68 | .tundra .dijitDialogPaneContent .dojoxPortletSettingsContainer, |
||
69 | .soria .dijitDialogPaneContent .dojoxPortletSettingsContainer, |
||
70 | .nihilo .dijitDialogPaneContent .dojoxPortletSettingsContainer { |
||
71 | border-bottom: none; |
||
72 | } |
||
73 | .soria .dojoDndItemOver .dojoxPortletTitle { |
||
74 | border-top: 1px solid #8D8D8D; |
||
75 | border-left: 1px solid #8D8D8D; |
||
76 | border-right: 1px solid #8D8D8D; |
||
77 | } |
||
78 | .soria .dojoDndItemOver .dojoxPortletContentOuter { |
||
79 | border-bottom: 1px solid #9D9D9D; |
||
80 | border-left: 1px solid #9D9D9D; |
||
81 | border-right: 1px solid #9D9D9D; |
||
82 | } |
||
83 | .dojoxPortlet div.dojoxPortletContentOuter { |
||
84 | background: #fff url(../../../dijit/themes/tundra/images/validationInputBg.gif) repeat-x top left; |
||
85 | } |
||
86 | .dojoxFeedPortletList {
|
||
87 | padding-left: 25px; |
||
88 | margin: 0px; |
||
89 | } |
||
90 | .dojoxFeedPortletExpandableList {
|
||
91 | padding-left: 0px; |
||
92 | margin: 0px; |
||
93 | } |
||
94 | .dojoxFeedPortletExpandableList li { |
||
95 | margin-bottom: 5px; |
||
96 | } |
||
97 | .dojoxFeedPortletList li { |
||
98 | padding-top: 4px; |
||
99 | } |
||
100 | .dojoxFeedPortletPreview {
|
||
101 | max-height: 300px; |
||
102 | max-width: 400px; |
||
103 | overflow: hidden; |
||
104 | } |
||
105 | .dojoxFeedPortletPreview * { |
||
106 | max-height: 295px; |
||
107 | max-width: 395px; |
||
108 | } |
||
109 | .dojoxPortletFeedSettings {
|
||
110 | padding: 5px; |
||
111 | border-bottom: 1px solid #9D9D9D; |
||
112 | } |
||
113 | .dojoxFeedPortletExpandableList {
|
||
114 | list-style: none; |
||
115 | } |
||
116 | .dojoxPortletToggleIcon {
|
||
117 | margin-right: 6px; |
||
118 | cursor: pointer; |
||
119 | } |
||
120 | .dojoxPortletToggleIcon img { |
||
121 | width: 15px; |
||
122 | height: 14px; |
||
123 | } |
||
124 | .dojoxPortletItemCollapsed .dojoxPortletToggleIcon { |
||
125 | background: url(../../../dijit/themes/tundra/images/plusButton.gif) no-repeat 0 0; |
||
126 | } |
||
127 | .dojoxPortletItemOpen .dojoxPortletToggleIcon { |
||
128 | background: url(../../../dijit/themes/tundra/images/minusButton.gif) no-repeat 0 0; |
||
129 | } |
||
130 | .dojoxPortletItemSummary {
|
||
131 | margin-left: 20px; |
||
132 | } |
||
133 | .dojoxPortletItemCollapsed .dojoxPortletItemSummary { |
||
134 | display: none; |
||
135 | } |
||
136 | .dojoxPortletItemOpen .dojoxPortletItemSummary { |
||
137 | display: block; |
||
138 | } |