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
.ui-icon-close {
background: url('../img/icons/Close.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-userEnableDisable {
background: url('../img/icons/SnapEnabledSmall.png') no-repeat !important;
height:16px;
width:16px;
}
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
.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;
}
.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:32px;
width:32px;
}
.ui-icon-saveAs {
background: url('../img/icons/SaveAs.png') no-repeat !important;
height:32px;
width:32px;
.ui-icon-saveSmall {
background: url('../img/icons/SaveSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-saveAsSmall {
background: url('../img/icons/SaveAsSmall.png') no-repeat !important;
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
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-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;
}
.ui-icon-reload {
background: url('../img/icons/Reload.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-reloadSmall {
background: url('../img/icons/ReloadSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-undo {
background: url('../img/icons/Undo.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-redo {
background: url('../img/icons/Redo.png') no-repeat !important;
height:32px;
width:32px;
}
.ui-icon-undoSmall {
background: url('../img/icons/UndoSmall.png') no-repeat !important;
height:16px;
width:16px;
}
.ui-icon-redoSmall {
background: url('../img/icons/RedoSmall.png') no-repeat !important;
height:16px;
width:16px;
}