kt-ie-icons.css
4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
.floatClear
{
height: 1px !important;
margin: 0; border: 0; padding: 0;
width: 1px;
}
.ktHelp {
background: transparent url(../../thirdparty/icon-theme/16x16/apps/help-browser.gif) top left no-repeat;
}
.ktBlock {
background: #ffffff url(../../resources/graphics/dashlet_toprepeat.gif) top left repeat-x;
border: 1px solid #C5C5C5;
margin: 20px auto;
}
/* block level. */
.ktError {
background: #ffdd80 url(../../resources/graphics/error_toprepeat.gif) top left repeat-x;
border: 1px solid #FFC21E;
margin: 20px auto;
}
.ktError p {
margin-left: 20px;
padding-left: 25px;
background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat;
}
.ktError span {
margin-left: 20px;
padding-left: 25px;
background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat;
}
.ktError .dashboard_block_body
{
z-index:99;
margin-top: -8px;
background-color: #ffdd80;
overflow: auto;
}
.ktActionLink.ktDelete, .ktAction.ktDelete {
background-image: url(../../resources/graphics/delete.gif);
}
.ktActionLink.ktEdit, .ktAction.ktEdit {
background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.gif);
}
.ktActionLink.ktAddUser, .ktAction.ktAddUser {
background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.gif);
}
.ktActionLink.ktAddGroup, .ktAction.ktAddGroup {
background-image: url(../../thirdparty/icon-theme/16x16/actions/group-new.gif);
}
.ktActionLink.ktAdd, .ktAction.ktAdd {
background-image: url(../../thirdparty/icon-theme/16x16/actions/add.gif);
}
.ktActionLink.ktDownload, .ktAction.ktDownload {
background-image: url(../../resources/graphics/download.gif);
}
.ktActionLink.ktBack, .ktAction.ktBack {
background-image: url(../../thirdparty/icon-theme/16x16/actions/back.gif);
}
.ktActionLink.ktAllowed, .ktAction.ktAllowed {
background-image: url(../../resources/graphics/allowed.gif);
}
.ktActionLink.ktDenied, .ktAction.ktDenied {
background-image: url(../../resources/graphics/denied.gif);
}
.ktActionLink.ktMoveUp, .ktAction.ktMoveUp {
background-image: url(../../thirdparty/icon-theme/16x16/actions/move-up.gif);
}
.ktActionLink.ktMoveDown, .ktAction.ktMoveDown {
background-image: url(../../thirdparty/icon-theme/16x16/actions/move-down.gif);
}
#content .dashboard_block .action_rollup
{
background-image: url(../graphics/bullet_toggle_minus.gif);
}
#content .dashboard_block.rolled-up .action_rollup
{
background-image: url(../graphics/bullet_toggle_plus.gif);
}
#content .dashboard_block .action_close
{
background-image: url(../graphics/bullet_toggle_close.gif);
}
.contenttype.office {
background-image: url(../../resources/mimetypes/office.gif);
}
.contenttype.word {
background-image: url(../../resources/mimetypes/word.gif);
}
.contenttype.database {
background-image: url(../../resources/mimetypes/database.gif);
}
.contenttype.excel {
background-image: url(../../resources/mimetypes/excel.gif);
}
.contenttype.openoffice {
background-image: url(../../resources/mimetypes/openoffice.gif);
}
.contenttype.pdf {
background-image: url(../../resources/mimetypes/pdf.gif);
}
.contenttype.image {
background-image: url(../../resources/mimetypes/image.gif);
}
.contenttype.compressed {
background-image: url(../../resources/mimetypes/zip.gif);
}
.contenttype.html { background-image: url(../../resources/mimetypes/html.gif); }
.contenttype.txt, .contenttype.unspecified_type {
background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/text-x-generic.gif);
}
.contenttype.folder {
background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.gif);
}
#portletbar {
width: 200px;
}
#portlet-search-text {
width: 150px;
}
#pageBody {
height: auto;
}
#portletbar .portlet {
background: url(../../resources/graphics/portlet_bg_collapsed.gif) top left repeat-x;
}
#portletbar .portlet.expanded {
background: url(../../resources/graphics/portlet_bg.gif) top left repeat-x;
}
#menu_divider {
background: url(../../resources/graphics/menu_divider.gif) top left no-repeat;
}
.kt_treenodes li.treenode a.pathnode {
padding-left: 15px;
}
.kt_treenodes li.treenode.active a.pathnode {
background: transparent url(../graphics/minus.png) center left no-repeat;
}
.kt_treenodes li.treenode.inactive a.pathnode {
background: transparent url(../graphics/plus.png) center left no-repeat;
}
.kt_treenodes li.active ul {
display: block;
}
.kt_treenodes li.inactive ul {
display: none;
}
#navbar {
margin-right: 5px;
}