Newer
Older
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
.ui-icon-close {
background: url('../img/icons/Close.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-reload {
background: url('../img/icons/Reload.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-settings {
background: url('../img/icons/Settings.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-logout {
background: url('../img/icons/Logout.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-scaleToFitSmall {
background: url('../img/icons/ScaleToFitSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-scaleToFit {
background: url('../img/icons/ScaleToFit.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-snapEnabled {
background: url('../img/icons/SnapEnabled.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-snapDisabled {
background: url('../img/icons/SnapDisabled.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-snapEnabledSmall {
background: url('../img/icons/SnapEnabledSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-snapDisabledSmall {
background: url('../img/icons/SnapDisabledSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-gridEnabled {
background: url('../img/icons/GridEnabled.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-gridDisabled {
background: url('../img/icons/GridDisabled.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-gridEnabledSmall {
background: url('../img/icons/GridEnabledSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-gridDisabledSmall {
background: url('../img/icons/GridDisabledSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-autoLayoutSmall {
background: url('../img/icons/AutoLayoutSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-autoLayout {
background: url('../img/icons/AutoLayout.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-home {
background: url('../img/icons/Home.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-analysisEditor {
background: url('../img/icons/AnalysisEditor.png') no-repeat !important;
height:16px;
width:16px;
}
Nils Christian Ehmke
committed
.ui-icon-userManagement {
background: url('../img/icons/UserManagement.png') no-repeat !important;
Nils Christian Ehmke
committed
height:16px;
width:16px;
}
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
193
.ui-icon-analysis {
background: url('../img/icons/Analysis.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-cockpitEditor {
background: url('../img/icons/CockpitEditor.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-cockpit {
background: url('../img/icons/Cockpit.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-save {
background: url('../img/icons/Save.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-saveAs {
background: url('../img/icons/SaveAs.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-newProject {
background: url('../img/icons/NewProject.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-importProject {
background: url('../img/icons/ImportProject.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-userGuide {
background: url('../img/icons/UserGuide.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-about {
background: url('../img/icons/About.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-manageLibraries {
background: url('../img/icons/ManageLibraries.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-copy {
background: url('../img/icons/Copy.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-edit {
background: url('../img/icons/Edit.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-delete {
background: url('../img/icons/Delete.png') no-repeat !important;
height:16px;
width:16px;
}