forgeos_core 1.9.2 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +1 -23
- data/app/assets/javascripts/forgeos/admin/customselects.js +2 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/overlay.js +22 -3
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/tinyMCE.js +1 -1
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/uploads.js +55 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/visual.js +3 -3
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_core/overlays.js +4 -46
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_core/visual.js +17 -57
- data/app/assets/stylesheets/forgeos/960.css.sass +1 -125
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_attachments.css.sass +13 -4
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_content.css.sass +7 -2
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_customer.css.sass +18 -5
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_dashboard.css.sass +38 -16
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_datatable.css.sass +32 -13
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_generals.css.sass +75 -39
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_icons.css.sass +130 -16
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_lightbox.css.sass +21 -18
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_notifications.css.sass +0 -1
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_payment.css.sass +1 -1
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_rightSidebar.css.sass +14 -14
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_roles.css.sass +1 -1
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_search.css.sass +6 -5
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_settings.css.sass +1 -3
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_sidebar.css.sass +11 -3
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_uploadify.css.sass +10 -8
- data/app/assets/stylesheets/forgeos/admin/forgeos_core/_visuals.css.sass +12 -12
- data/app/assets/stylesheets/forgeos/admin/login.css.sass +30 -14
- data/app/assets/stylesheets/forgeos/jquery-ui/themes/forgeos.css.sass +96 -733
- data/app/assets/stylesheets/forgeos/jstree/themes/categories/style.css.sass +12 -18
- data/app/controllers/admin/administrators_controller.rb +2 -2
- data/app/controllers/admin/attachments_controller.rb +3 -3
- data/app/controllers/admin/categories_controller.rb +1 -1
- data/app/controllers/admin/person_sessions_controller.rb +1 -1
- data/app/controllers/admin/rights_controller.rb +2 -2
- data/app/controllers/admin/roles_controller.rb +3 -3
- data/app/controllers/admin/users_controller.rb +2 -2
- data/app/controllers/forgeos/application_controller.rb +1 -1
- data/app/models/category.rb +7 -3
- data/app/models/right.rb +1 -1
- data/app/models/role.rb +1 -1
- data/app/models/user.rb +6 -3
- data/app/views/admin/administrators/index.json.erb +3 -1
- data/app/views/admin/attachments/_attachments_popup.html.haml +4 -4
- data/app/views/admin/attachments/_form.html.haml +1 -1
- data/app/views/admin/attachments/_tabs.html.haml +1 -1
- data/app/views/admin/attachments/index.json.erb +4 -2
- data/app/views/admin/attachments/show.html.haml +1 -1
- data/app/views/admin/cachings/index.html.haml +2 -2
- data/app/views/admin/categories/index.json.erb +3 -1
- data/app/views/admin/import/_tabs.html.haml +1 -0
- data/app/views/admin/import/index.html.haml +1 -1
- data/app/views/admin/rights/_tabs.html.haml +1 -0
- data/app/views/admin/rights/index.json.erb +7 -5
- data/app/views/admin/roles/_tabs.html.haml +1 -0
- data/app/views/admin/roles/index.json.erb +5 -3
- data/app/views/admin/sidebars/_attachments_popups.html.haml +7 -76
- data/app/views/admin/users/index.json.erb +3 -1
- data/app/views/admin/visual/_visual_popup.html.haml +18 -107
- data/app/views/admin/visual/_visuals_popup.html.haml +7 -47
- data/app/views/layouts/admin.html.haml +2 -2
- data/app/views/layouts/admin_login.html.haml +2 -2
- data/config/locales/common/en.yml +1 -0
- data/config/locales/common/fr.yml +1 -0
- data/config/routes.rb +12 -1
- data/lib/forgeos/urlified.rb +16 -0
- data/lib/tasks/install.rake +3 -3
- data/lib/technoweenie/attachment_fu/backends/ftp_backend.rb +8 -12
- data/recipes/db.rb +1 -1
- metadata +52 -57
- data/app/controllers/admin/base_controller.rbc +0 -1305
- data/app/controllers/admin/dashboard_controller.rbc +0 -361
- data/app/controllers/admin/person_sessions_controller.rbc +0 -1248
- data/app/controllers/forgeos/application_controller.rbc +0 -2027
- data/app/helpers/admin/attachment_helper.rbc +0 -2340
- data/app/helpers/admin/base_helper.rbc +0 -2522
- data/app/helpers/forgeos/application_helper.rbc +0 -3152
- data/app/models/administrator.rbc +0 -415
- data/app/models/person.rbc +0 -1498
- data/app/models/person_session.rbc +0 -142
- data/app/models/right.rbc +0 -432
- data/app/models/role.rbc +0 -469
- data/app/models/setting.rbc +0 -699
- data/config/initializers/load_settings.rbc +0 -330
- data/config/routes.rbc +0 -2203
- data/lib/extensions.rbc +0 -126
- data/lib/extensions/form_helper_extensions.rbc +0 -295
- data/lib/extensions/i18n_fallbacks_config.rbc +0 -246
- data/lib/forgeos.rbc +0 -1942
- data/lib/forgeos/core.rbc +0 -325
- data/lib/forgeos/core/engine.rbc +0 -316
- data/lib/forgeos_core.rbc +0 -53
- data/lib/map_fields.rbc +0 -4437
- data/lib/sortable_attachments.rbc +0 -1399
- data/lib/sphinx_globalize.rbc +0 -785
|
@@ -9,81 +9,96 @@ body
|
|
|
9
9
|
font-family: Arial, Helvetica, sans-serif
|
|
10
10
|
margin: 0px
|
|
11
11
|
padding: 0px
|
|
12
|
+
|
|
12
13
|
.small-icons
|
|
13
14
|
background-image: url(/assets/forgeos/admin/small-icons-16-16-verti.png)
|
|
14
15
|
background-repeat: no-repeat
|
|
15
16
|
padding-left: 20px
|
|
17
|
+
|
|
16
18
|
.big-icons
|
|
17
19
|
background-image: url(/assets/forgeos/admin/big-icons-24-24-verti.png)
|
|
18
20
|
background-repeat: no-repeat
|
|
19
21
|
padding-left: 28px
|
|
22
|
+
|
|
20
23
|
.borders
|
|
21
24
|
background-image: url(/assets/forgeos/admin/borders-verti.png)
|
|
22
25
|
background-repeat: no-repeat
|
|
26
|
+
|
|
23
27
|
.backgrounds
|
|
24
28
|
background-image: url(/assets/forgeos/admin/backgrounds-verti.png) !important
|
|
25
29
|
background-repeat: repeat-x
|
|
30
|
+
|
|
26
31
|
#login-container
|
|
27
|
-
background-color:
|
|
28
|
-
+borderCorner
|
|
32
|
+
background-color: white
|
|
33
|
+
+borderCorner
|
|
29
34
|
height: 275px
|
|
30
35
|
padding-top: 30px
|
|
36
|
+
|
|
31
37
|
#spacer
|
|
32
38
|
height: 100px
|
|
39
|
+
|
|
33
40
|
#login-container form
|
|
34
41
|
margin-top: 20px
|
|
35
42
|
padding: 0 25px
|
|
36
|
-
color:
|
|
43
|
+
color: gray
|
|
37
44
|
font-size: 0.8em
|
|
38
45
|
label
|
|
39
46
|
font-weight: bold
|
|
40
47
|
a
|
|
41
|
-
color:
|
|
48
|
+
color: gray
|
|
42
49
|
text-decoration: underline
|
|
43
50
|
.text
|
|
44
51
|
margin: 5px 15px 10px 0
|
|
45
52
|
width: 200px
|
|
46
|
-
+borderCorner
|
|
47
|
-
border: 1px solid #
|
|
53
|
+
+borderCorner
|
|
54
|
+
border: 1px solid #b2b2b2
|
|
48
55
|
height: 16px
|
|
49
56
|
padding: 2px 0
|
|
57
|
+
|
|
50
58
|
.sign-in-message, .sign-out-message
|
|
51
|
-
color:
|
|
59
|
+
color: white
|
|
52
60
|
padding: 14px 0px 8px 40px
|
|
53
61
|
font-size: 1.1em
|
|
54
62
|
font-weight: bold
|
|
63
|
+
|
|
55
64
|
.sign-in-message
|
|
56
65
|
background:
|
|
57
66
|
color: #f7bd2e
|
|
58
67
|
image: url("/assets/forgeos/admin/small-icons/cadna.png")
|
|
59
68
|
position: 20px 17px
|
|
60
69
|
repeat: no-repeat
|
|
70
|
+
|
|
61
71
|
.sign-out-message
|
|
62
72
|
background-color: #8fcc65
|
|
73
|
+
|
|
63
74
|
.submit-button
|
|
64
75
|
background:
|
|
65
|
-
color: #
|
|
76
|
+
color: #0083c5
|
|
77
|
+
image: url(/images/admin/backgrounds/background-right-sidebar.png) !important
|
|
66
78
|
image: url(/assets/forgeos/admin/backgrounds/background-right-sidebar.png) !important
|
|
67
|
-
repeat: repeat-x
|
|
79
|
+
repeat: repeat-x
|
|
68
80
|
position: center top
|
|
69
|
-
+borderCorner
|
|
70
|
-
color:
|
|
81
|
+
+borderCorner
|
|
82
|
+
color: white
|
|
71
83
|
border: 0
|
|
72
84
|
padding: 10px 15px
|
|
73
85
|
font-weight: bold
|
|
74
86
|
margin-top: 15px
|
|
75
87
|
font-size: 1.1em
|
|
76
88
|
cursor: pointer
|
|
89
|
+
|
|
77
90
|
.logout
|
|
78
91
|
height: 211px !important
|
|
92
|
+
|
|
79
93
|
.buttons
|
|
80
94
|
text-align: center
|
|
81
95
|
padding-top: 35px
|
|
96
|
+
|
|
82
97
|
.button
|
|
83
|
-
+borderCorner
|
|
84
|
-
background-color: #
|
|
98
|
+
+borderCorner
|
|
99
|
+
background-color: #eaebec
|
|
85
100
|
background-position: 0 -10px
|
|
86
|
-
border: 1px solid #
|
|
101
|
+
border: 1px solid #bfbfbf
|
|
87
102
|
display: block
|
|
88
103
|
font-size: 0.8em
|
|
89
104
|
padding: 8px 5px 5px
|
|
@@ -91,6 +106,7 @@ body
|
|
|
91
106
|
text-decoration: none
|
|
92
107
|
margin-top: 15px
|
|
93
108
|
font-weight: bold
|
|
109
|
+
|
|
94
110
|
.see
|
|
95
111
|
background-position: 0 -1008px
|
|
96
112
|
padding-left: 25px
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
.ui-helper-hidden
|
|
2
2
|
display: none
|
|
3
3
|
|
|
4
|
-
|
|
5
4
|
.ui-helper-hidden-accessible
|
|
6
5
|
position: absolute
|
|
7
6
|
left: -99999999px
|
|
8
7
|
|
|
9
|
-
|
|
10
8
|
.ui-helper-reset
|
|
11
9
|
margin: 0
|
|
12
10
|
padding: 0
|
|
@@ -17,10 +15,8 @@
|
|
|
17
15
|
font-size: 100%
|
|
18
16
|
list-style: none
|
|
19
17
|
|
|
20
|
-
|
|
21
18
|
.ui-helper-clearfix
|
|
22
19
|
display: inline-block
|
|
23
|
-
|
|
24
20
|
&:after
|
|
25
21
|
content: "."
|
|
26
22
|
display: block
|
|
@@ -28,15 +24,12 @@
|
|
|
28
24
|
clear: both
|
|
29
25
|
visibility: hidden
|
|
30
26
|
|
|
31
|
-
|
|
32
27
|
* html .ui-helper-clearfix
|
|
33
28
|
height: 1%
|
|
34
29
|
|
|
35
|
-
|
|
36
30
|
.ui-helper-clearfix
|
|
37
31
|
display: block
|
|
38
32
|
|
|
39
|
-
|
|
40
33
|
.ui-helper-zfix
|
|
41
34
|
width: 100%
|
|
42
35
|
height: 100%
|
|
@@ -44,20 +37,17 @@
|
|
|
44
37
|
left: 0
|
|
45
38
|
position: absolute
|
|
46
39
|
opacity: 0
|
|
47
|
-
filter: Alpha(Opacity=0)
|
|
48
|
-
|
|
40
|
+
filter: Alpha(Opacity = 0)
|
|
49
41
|
|
|
50
42
|
.ui-state-disabled
|
|
51
43
|
cursor: default !important
|
|
52
44
|
|
|
53
|
-
|
|
54
45
|
.ui-icon
|
|
55
46
|
display: block
|
|
56
47
|
text-indent: -99999px
|
|
57
48
|
overflow: hidden
|
|
58
49
|
background-repeat: no-repeat
|
|
59
50
|
|
|
60
|
-
|
|
61
51
|
.ui-widget-overlay
|
|
62
52
|
position: absolute
|
|
63
53
|
top: 0
|
|
@@ -65,33 +55,27 @@
|
|
|
65
55
|
width: 100%
|
|
66
56
|
height: 100%
|
|
67
57
|
|
|
68
|
-
|
|
69
58
|
.ui-widget-content
|
|
70
59
|
border: 1px solid #aaaaaa
|
|
71
|
-
background:
|
|
72
|
-
color:
|
|
73
|
-
|
|
74
|
-
a
|
|
60
|
+
background: white url(/assets/forgeos/jquery-ui/themes/forgeos/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x
|
|
61
|
+
color: black
|
|
75
62
|
|
|
76
63
|
#page .ui-widget-header
|
|
77
64
|
background: url(/assets/forgeos/admin/backgrounds/background.png)
|
|
78
65
|
border-width: 0
|
|
79
66
|
padding: 0
|
|
80
67
|
|
|
81
|
-
|
|
82
68
|
.ui-widget-header
|
|
83
69
|
border-style: solid
|
|
84
70
|
border-color: #aaaaaa
|
|
85
71
|
border-width: 0 0 1px 0
|
|
86
|
-
background:
|
|
72
|
+
background: white url(/assets/forgeos/admin/backgrounds-verti.png) 0 -1429px repeat-x
|
|
87
73
|
color: #222222
|
|
88
74
|
font-weight: bold
|
|
89
75
|
padding: 0
|
|
90
|
-
|
|
91
76
|
a
|
|
92
77
|
color: #222222
|
|
93
78
|
|
|
94
|
-
|
|
95
79
|
.ui-state-default, .ui-widget-content .ui-state-default
|
|
96
80
|
border: 1px solid #d3d3d3
|
|
97
81
|
background: #d9d9d9
|
|
@@ -103,20 +87,17 @@
|
|
|
103
87
|
top: 4px
|
|
104
88
|
font-size: 0.8em
|
|
105
89
|
|
|
106
|
-
|
|
107
90
|
.ui-state-default a
|
|
108
91
|
color: #686868
|
|
109
92
|
text-decoration: none
|
|
110
93
|
outline: none
|
|
111
94
|
font-weight: bold
|
|
112
|
-
|
|
113
95
|
&:link, &:visited
|
|
114
96
|
color: #686868
|
|
115
97
|
text-decoration: none
|
|
116
98
|
outline: none
|
|
117
99
|
font-weight: bold
|
|
118
100
|
|
|
119
|
-
|
|
120
101
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
|
|
121
102
|
border: 1px solid #999999
|
|
122
103
|
background: #dadada
|
|
@@ -124,21 +105,18 @@
|
|
|
124
105
|
color: #212121
|
|
125
106
|
outline: none
|
|
126
107
|
|
|
127
|
-
|
|
128
108
|
.ui-state-hover a
|
|
129
109
|
color: #212121
|
|
130
110
|
text-decoration: none
|
|
131
111
|
outline: none
|
|
132
|
-
|
|
133
112
|
&:hover
|
|
134
113
|
color: #212121
|
|
135
114
|
text-decoration: none
|
|
136
115
|
outline: none
|
|
137
116
|
|
|
138
|
-
|
|
139
117
|
.ui-state-active, .ui-widget-content .ui-state-active
|
|
140
118
|
border: 1px solid #aaaaaa
|
|
141
|
-
background:
|
|
119
|
+
background: white url(/assets/forgeos/jquery-ui/themes/forgeos/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x
|
|
142
120
|
font-weight: normal
|
|
143
121
|
color: #212121
|
|
144
122
|
outline: none
|
|
@@ -146,874 +124,667 @@
|
|
|
146
124
|
height: 30px
|
|
147
125
|
top: 0px
|
|
148
126
|
|
|
149
|
-
|
|
150
127
|
.ui-state-active a
|
|
151
|
-
color:
|
|
128
|
+
color: black
|
|
152
129
|
outline: none
|
|
153
130
|
text-decoration: none
|
|
154
|
-
|
|
155
131
|
&:link, &:visited
|
|
156
|
-
color:
|
|
132
|
+
color: black
|
|
157
133
|
outline: none
|
|
158
134
|
text-decoration: none
|
|
159
135
|
|
|
160
|
-
|
|
161
136
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight
|
|
162
137
|
border: 1px solid #fcefa1
|
|
163
138
|
background: #fbf9ee url(/assets/forgeos/jquery-ui/themes/forgeos/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x
|
|
164
139
|
color: #363636
|
|
165
140
|
|
|
166
|
-
|
|
167
141
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a
|
|
168
142
|
color: #363636
|
|
169
143
|
|
|
170
|
-
|
|
171
144
|
.ui-state-error, .ui-widget-content .ui-state-error
|
|
172
145
|
border: 1px solid #cd0a0a
|
|
173
146
|
background: #fef1ec url(/assets/forgeos/jquery-ui/themes/forgeos/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x
|
|
174
147
|
color: #cd0a0a
|
|
175
148
|
|
|
176
|
-
|
|
177
149
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text
|
|
178
150
|
color: #cd0a0a
|
|
179
151
|
|
|
180
|
-
|
|
181
152
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled
|
|
182
|
-
opacity: .35
|
|
183
|
-
filter: Alpha(Opacity=35)
|
|
153
|
+
opacity: 0.35
|
|
154
|
+
filter: Alpha(Opacity = 35)
|
|
184
155
|
background-image: none
|
|
185
156
|
|
|
186
|
-
|
|
187
157
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary
|
|
188
158
|
font-weight: bold
|
|
189
159
|
|
|
190
|
-
|
|
191
160
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary
|
|
192
|
-
opacity: .7
|
|
193
|
-
filter: Alpha(Opacity=70)
|
|
161
|
+
opacity: 0.7
|
|
162
|
+
filter: Alpha(Opacity = 70)
|
|
194
163
|
font-weight: normal
|
|
195
164
|
|
|
196
|
-
|
|
197
165
|
.ui-icon
|
|
198
166
|
width: 16px
|
|
199
167
|
height: 16px
|
|
200
168
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_222222_256x240.png)
|
|
201
169
|
|
|
202
|
-
|
|
203
170
|
.ui-widget-content .ui-icon
|
|
204
171
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_222222_256x240.png)
|
|
205
172
|
|
|
206
|
-
|
|
207
173
|
.ui-widget-header .ui-icon
|
|
208
174
|
background-image: url(/assets/forgeos/admin/big-icons-24-24-verti.png)
|
|
209
175
|
|
|
210
|
-
|
|
211
176
|
.ui-state-default .ui-icon
|
|
212
177
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_888888_256x240.png)
|
|
213
178
|
|
|
214
|
-
|
|
215
179
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
|
|
216
180
|
background-image: url(/assets/forgeos/admin/big-icons-24-24-verti.png)
|
|
217
181
|
|
|
218
|
-
|
|
219
182
|
.ui-state-active .ui-icon
|
|
220
183
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_454545_256x240.png)
|
|
221
184
|
|
|
222
|
-
|
|
223
185
|
.ui-state-highlight .ui-icon
|
|
224
186
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_2e83ff_256x240.png)
|
|
225
187
|
|
|
226
|
-
|
|
227
188
|
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon
|
|
228
189
|
background-image: url(/assets/forgeos/jquery-ui/themes/forgeos/ui-icons_cd0a0a_256x240.png)
|
|
229
190
|
|
|
230
|
-
|
|
231
191
|
.ui-icon-carat-1-n
|
|
232
192
|
background-position: 0 0
|
|
233
193
|
|
|
234
|
-
|
|
235
194
|
.ui-icon-carat-1-ne
|
|
236
195
|
background-position: -16px 0
|
|
237
196
|
|
|
238
|
-
|
|
239
197
|
.ui-icon-carat-1-e
|
|
240
198
|
background-position: -32px 0
|
|
241
199
|
|
|
242
|
-
|
|
243
200
|
.ui-icon-carat-1-se
|
|
244
201
|
background-position: -48px 0
|
|
245
202
|
|
|
246
|
-
|
|
247
203
|
.ui-icon-carat-1-s
|
|
248
204
|
background-position: -64px 0
|
|
249
205
|
|
|
250
|
-
|
|
251
206
|
.ui-icon-carat-1-sw
|
|
252
207
|
background-position: -80px 0
|
|
253
208
|
|
|
254
|
-
|
|
255
209
|
.ui-icon-carat-1-w
|
|
256
210
|
background-position: -96px 0
|
|
257
211
|
|
|
258
|
-
|
|
259
212
|
.ui-icon-carat-1-nw
|
|
260
213
|
background-position: -112px 0
|
|
261
214
|
|
|
262
|
-
|
|
263
215
|
.ui-icon-carat-2-n-s
|
|
264
216
|
background-position: -128px 0
|
|
265
217
|
|
|
266
|
-
|
|
267
218
|
.ui-icon-carat-2-e-w
|
|
268
219
|
background-position: -144px 0
|
|
269
220
|
|
|
270
|
-
|
|
271
221
|
.ui-icon-triangle-1-n
|
|
272
222
|
background-position: 0 -16px
|
|
273
223
|
|
|
274
|
-
|
|
275
224
|
.ui-icon-triangle-1-ne
|
|
276
225
|
background-position: -16px -16px
|
|
277
226
|
|
|
278
|
-
|
|
279
227
|
.ui-icon-triangle-1-e
|
|
280
228
|
background-position: -32px -16px
|
|
281
229
|
|
|
282
|
-
|
|
283
230
|
.ui-icon-triangle-1-se
|
|
284
231
|
background-position: -48px -16px
|
|
285
232
|
|
|
286
|
-
|
|
287
233
|
.ui-icon-triangle-1-s
|
|
288
234
|
background-position: -64px -16px
|
|
289
235
|
|
|
290
|
-
|
|
291
236
|
.ui-icon-triangle-1-sw
|
|
292
237
|
background-position: -80px -16px
|
|
293
238
|
|
|
294
|
-
|
|
295
239
|
.ui-icon-triangle-1-w
|
|
296
240
|
background-position: -96px -16px
|
|
297
241
|
|
|
298
|
-
|
|
299
242
|
.ui-icon-triangle-1-nw
|
|
300
243
|
background-position: -112px -16px
|
|
301
244
|
|
|
302
|
-
|
|
303
245
|
.ui-icon-triangle-2-n-s
|
|
304
246
|
background-position: -128px -16px
|
|
305
247
|
|
|
306
|
-
|
|
307
248
|
.ui-icon-triangle-2-e-w
|
|
308
249
|
background-position: -144px -16px
|
|
309
250
|
|
|
310
|
-
|
|
311
251
|
.ui-icon-arrow-1-n
|
|
312
252
|
background-position: 0 -32px
|
|
313
253
|
|
|
314
|
-
|
|
315
254
|
.ui-icon-arrow-1-ne
|
|
316
255
|
background-position: -16px -32px
|
|
317
256
|
|
|
318
|
-
|
|
319
257
|
.ui-icon-arrow-1-e
|
|
320
258
|
background-position: -32px -32px
|
|
321
259
|
|
|
322
|
-
|
|
323
260
|
.ui-icon-arrow-1-se
|
|
324
261
|
background-position: -48px -32px
|
|
325
262
|
|
|
326
|
-
|
|
327
263
|
.ui-icon-arrow-1-s
|
|
328
264
|
background-position: -64px -32px
|
|
329
265
|
|
|
330
|
-
|
|
331
266
|
.ui-icon-arrow-1-sw
|
|
332
267
|
background-position: -80px -32px
|
|
333
268
|
|
|
334
|
-
|
|
335
269
|
.ui-icon-arrow-1-w
|
|
336
270
|
background-position: -96px -32px
|
|
337
271
|
|
|
338
|
-
|
|
339
272
|
.ui-icon-arrow-1-nw
|
|
340
273
|
background-position: -112px -32px
|
|
341
274
|
|
|
342
|
-
|
|
343
275
|
.ui-icon-arrow-2-n-s
|
|
344
276
|
background-position: -128px -32px
|
|
345
277
|
|
|
346
|
-
|
|
347
278
|
.ui-icon-arrow-2-ne-sw
|
|
348
279
|
background-position: -144px -32px
|
|
349
280
|
|
|
350
|
-
|
|
351
281
|
.ui-icon-arrow-2-e-w
|
|
352
282
|
background-position: -160px -32px
|
|
353
283
|
|
|
354
|
-
|
|
355
284
|
.ui-icon-arrow-2-se-nw
|
|
356
285
|
background-position: -176px -32px
|
|
357
286
|
|
|
358
|
-
|
|
359
287
|
.ui-icon-arrowstop-1-n
|
|
360
288
|
background-position: -192px -32px
|
|
361
289
|
|
|
362
|
-
|
|
363
290
|
.ui-icon-arrowstop-1-e
|
|
364
291
|
background-position: -208px -32px
|
|
365
292
|
|
|
366
|
-
|
|
367
293
|
.ui-icon-arrowstop-1-s
|
|
368
294
|
background-position: -224px -32px
|
|
369
295
|
|
|
370
|
-
|
|
371
296
|
.ui-icon-arrowstop-1-w
|
|
372
297
|
background-position: -240px -32px
|
|
373
298
|
|
|
374
|
-
|
|
375
299
|
.ui-icon-arrowthick-1-n
|
|
376
300
|
background-position: 0 -48px
|
|
377
301
|
|
|
378
|
-
|
|
379
302
|
.ui-icon-arrowthick-1-ne
|
|
380
303
|
background-position: -16px -48px
|
|
381
304
|
|
|
382
|
-
|
|
383
305
|
.ui-icon-arrowthick-1-e
|
|
384
306
|
background-position: -32px -48px
|
|
385
307
|
|
|
386
|
-
|
|
387
308
|
.ui-icon-arrowthick-1-se
|
|
388
309
|
background-position: -48px -48px
|
|
389
310
|
|
|
390
|
-
|
|
391
311
|
.ui-icon-arrowthick-1-s
|
|
392
312
|
background-position: -64px -48px
|
|
393
313
|
|
|
394
|
-
|
|
395
314
|
.ui-icon-arrowthick-1-sw
|
|
396
315
|
background-position: -80px -48px
|
|
397
316
|
|
|
398
|
-
|
|
399
317
|
.ui-icon-arrowthick-1-w
|
|
400
318
|
background-position: -96px -48px
|
|
401
319
|
|
|
402
|
-
|
|
403
320
|
.ui-icon-arrowthick-1-nw
|
|
404
321
|
background-position: -112px -48px
|
|
405
322
|
|
|
406
|
-
|
|
407
323
|
.ui-icon-arrowthick-2-n-s
|
|
408
324
|
background-position: -128px -48px
|
|
409
325
|
|
|
410
|
-
|
|
411
326
|
.ui-icon-arrowthick-2-ne-sw
|
|
412
327
|
background-position: -144px -48px
|
|
413
328
|
|
|
414
|
-
|
|
415
329
|
.ui-icon-arrowthick-2-e-w
|
|
416
330
|
background-position: -160px -48px
|
|
417
331
|
|
|
418
|
-
|
|
419
332
|
.ui-icon-arrowthick-2-se-nw
|
|
420
333
|
background-position: -176px -48px
|
|
421
334
|
|
|
422
|
-
|
|
423
335
|
.ui-icon-arrowthickstop-1-n
|
|
424
336
|
background-position: -192px -48px
|
|
425
337
|
|
|
426
|
-
|
|
427
338
|
.ui-icon-arrowthickstop-1-e
|
|
428
339
|
background-position: -208px -48px
|
|
429
340
|
|
|
430
|
-
|
|
431
341
|
.ui-icon-arrowthickstop-1-s
|
|
432
342
|
background-position: -224px -48px
|
|
433
343
|
|
|
434
|
-
|
|
435
344
|
.ui-icon-arrowthickstop-1-w
|
|
436
345
|
background-position: -240px -48px
|
|
437
346
|
|
|
438
|
-
|
|
439
347
|
.ui-icon-arrowreturnthick-1-w
|
|
440
348
|
background-position: 0 -64px
|
|
441
349
|
|
|
442
|
-
|
|
443
350
|
.ui-icon-arrowreturnthick-1-n
|
|
444
351
|
background-position: -16px -64px
|
|
445
352
|
|
|
446
|
-
|
|
447
353
|
.ui-icon-arrowreturnthick-1-e
|
|
448
354
|
background-position: -32px -64px
|
|
449
355
|
|
|
450
|
-
|
|
451
356
|
.ui-icon-arrowreturnthick-1-s
|
|
452
357
|
background-position: -48px -64px
|
|
453
358
|
|
|
454
|
-
|
|
455
359
|
.ui-icon-arrowreturn-1-w
|
|
456
360
|
background-position: -64px -64px
|
|
457
361
|
|
|
458
|
-
|
|
459
362
|
.ui-icon-arrowreturn-1-n
|
|
460
363
|
background-position: -80px -64px
|
|
461
364
|
|
|
462
|
-
|
|
463
365
|
.ui-icon-arrowreturn-1-e
|
|
464
366
|
background-position: -96px -64px
|
|
465
367
|
|
|
466
|
-
|
|
467
368
|
.ui-icon-arrowreturn-1-s
|
|
468
369
|
background-position: -112px -64px
|
|
469
370
|
|
|
470
|
-
|
|
471
371
|
.ui-icon-arrowrefresh-1-w
|
|
472
372
|
background-position: -128px -64px
|
|
473
373
|
|
|
474
|
-
|
|
475
374
|
.ui-icon-arrowrefresh-1-n
|
|
476
375
|
background-position: -144px -64px
|
|
477
376
|
|
|
478
|
-
|
|
479
377
|
.ui-icon-arrowrefresh-1-e
|
|
480
378
|
background-position: -160px -64px
|
|
481
379
|
|
|
482
|
-
|
|
483
380
|
.ui-icon-arrowrefresh-1-s
|
|
484
381
|
background-position: -176px -64px
|
|
485
382
|
|
|
486
|
-
|
|
487
383
|
.ui-icon-arrow-4
|
|
488
384
|
background-position: 0 -80px
|
|
489
385
|
|
|
490
|
-
|
|
491
386
|
.ui-icon-arrow-4-diag
|
|
492
387
|
background-position: -16px -80px
|
|
493
388
|
|
|
494
|
-
|
|
495
389
|
.ui-icon-extlink
|
|
496
390
|
background-position: -32px -80px
|
|
497
391
|
|
|
498
|
-
|
|
499
392
|
.ui-icon-newwin
|
|
500
393
|
background-position: -48px -80px
|
|
501
394
|
|
|
502
|
-
|
|
503
395
|
.ui-icon-refresh
|
|
504
396
|
background-position: -64px -80px
|
|
505
397
|
|
|
506
|
-
|
|
507
398
|
.ui-icon-shuffle
|
|
508
399
|
background-position: -80px -80px
|
|
509
400
|
|
|
510
|
-
|
|
511
401
|
.ui-icon-transfer-e-w
|
|
512
402
|
background-position: -96px -80px
|
|
513
403
|
|
|
514
|
-
|
|
515
404
|
.ui-icon-transferthick-e-w
|
|
516
405
|
background-position: -112px -80px
|
|
517
406
|
|
|
518
|
-
|
|
519
407
|
.ui-icon-folder-collapsed
|
|
520
408
|
background-position: 0 -96px
|
|
521
409
|
|
|
522
|
-
|
|
523
410
|
.ui-icon-folder-open
|
|
524
411
|
background-position: -16px -96px
|
|
525
412
|
|
|
526
|
-
|
|
527
413
|
.ui-icon-document
|
|
528
414
|
background-position: -32px -96px
|
|
529
415
|
|
|
530
|
-
|
|
531
416
|
.ui-icon-document-b
|
|
532
417
|
background-position: -48px -96px
|
|
533
418
|
|
|
534
|
-
|
|
535
419
|
.ui-icon-note
|
|
536
420
|
background-position: -64px -96px
|
|
537
421
|
|
|
538
|
-
|
|
539
422
|
.ui-icon-mail-closed
|
|
540
423
|
background-position: -80px -96px
|
|
541
424
|
|
|
542
|
-
|
|
543
425
|
.ui-icon-mail-open
|
|
544
426
|
background-position: -96px -96px
|
|
545
427
|
|
|
546
|
-
|
|
547
428
|
.ui-icon-suitcase
|
|
548
429
|
background-position: -112px -96px
|
|
549
430
|
|
|
550
|
-
|
|
551
431
|
.ui-icon-comment
|
|
552
432
|
background-position: -128px -96px
|
|
553
433
|
|
|
554
|
-
|
|
555
434
|
.ui-icon-person
|
|
556
435
|
background-position: -144px -96px
|
|
557
436
|
|
|
558
|
-
|
|
559
437
|
.ui-icon-print
|
|
560
438
|
background-position: -160px -96px
|
|
561
439
|
|
|
562
|
-
|
|
563
440
|
.ui-icon-trash
|
|
564
441
|
background-position: -176px -96px
|
|
565
442
|
|
|
566
|
-
|
|
567
443
|
.ui-icon-locked
|
|
568
444
|
background-position: -192px -96px
|
|
569
445
|
|
|
570
|
-
|
|
571
446
|
.ui-icon-unlocked
|
|
572
447
|
background-position: -208px -96px
|
|
573
448
|
|
|
574
|
-
|
|
575
449
|
.ui-icon-bookmark
|
|
576
450
|
background-position: -224px -96px
|
|
577
451
|
|
|
578
|
-
|
|
579
452
|
.ui-icon-tag
|
|
580
453
|
background-position: -240px -96px
|
|
581
454
|
|
|
582
|
-
|
|
583
455
|
.ui-icon-home
|
|
584
456
|
background-position: 0 -112px
|
|
585
457
|
|
|
586
|
-
|
|
587
458
|
.ui-icon-flag
|
|
588
459
|
background-position: -16px -112px
|
|
589
460
|
|
|
590
|
-
|
|
591
461
|
.ui-icon-calendar
|
|
592
462
|
background-position: -32px -112px
|
|
593
463
|
|
|
594
|
-
|
|
595
464
|
.ui-icon-cart
|
|
596
465
|
background-position: -48px -112px
|
|
597
466
|
|
|
598
|
-
|
|
599
467
|
.ui-icon-pencil
|
|
600
468
|
background-position: -64px -112px
|
|
601
469
|
|
|
602
|
-
|
|
603
470
|
.ui-icon-clock
|
|
604
471
|
background-position: -80px -112px
|
|
605
472
|
|
|
606
|
-
|
|
607
473
|
.ui-icon-disk
|
|
608
474
|
background-position: -96px -112px
|
|
609
475
|
|
|
610
|
-
|
|
611
476
|
.ui-icon-calculator
|
|
612
477
|
background-position: -112px -112px
|
|
613
478
|
|
|
614
|
-
|
|
615
479
|
.ui-icon-zoomin
|
|
616
480
|
background-position: -128px -112px
|
|
617
481
|
|
|
618
|
-
|
|
619
482
|
.ui-icon-zoomout
|
|
620
483
|
background-position: -144px -112px
|
|
621
484
|
|
|
622
|
-
|
|
623
485
|
.ui-icon-search
|
|
624
486
|
background-position: -160px -112px
|
|
625
487
|
|
|
626
|
-
|
|
627
488
|
.ui-icon-wrench
|
|
628
489
|
background-position: -176px -112px
|
|
629
490
|
|
|
630
|
-
|
|
631
491
|
.ui-icon-gear
|
|
632
492
|
background-position: -192px -112px
|
|
633
493
|
|
|
634
|
-
|
|
635
494
|
.ui-icon-heart
|
|
636
495
|
background-position: -208px -112px
|
|
637
496
|
|
|
638
|
-
|
|
639
497
|
.ui-icon-star
|
|
640
498
|
background-position: -224px -112px
|
|
641
499
|
|
|
642
|
-
|
|
643
500
|
.ui-icon-link
|
|
644
501
|
background-position: -240px -112px
|
|
645
502
|
|
|
646
|
-
|
|
647
503
|
.ui-icon-cancel
|
|
648
504
|
background-position: 0 -128px
|
|
649
505
|
|
|
650
|
-
|
|
651
506
|
.ui-icon-plus
|
|
652
507
|
background-position: -16px -128px
|
|
653
508
|
|
|
654
|
-
|
|
655
509
|
.ui-icon-plusthick
|
|
656
510
|
background-position: -32px -128px
|
|
657
511
|
|
|
658
|
-
|
|
659
512
|
.ui-icon-minus
|
|
660
513
|
background-position: -48px -128px
|
|
661
514
|
|
|
662
|
-
|
|
663
515
|
.ui-icon-minusthick
|
|
664
516
|
background-position: -64px -128px
|
|
665
517
|
|
|
666
|
-
|
|
667
518
|
.ui-icon-close
|
|
668
519
|
background-position: -80px -128px
|
|
669
520
|
|
|
670
|
-
|
|
671
521
|
.ui-icon-closethick
|
|
672
522
|
background-position: 0px -205px
|
|
673
523
|
|
|
674
|
-
|
|
675
524
|
.ui-icon-key
|
|
676
525
|
background-position: -112px -128px
|
|
677
526
|
|
|
678
|
-
|
|
679
527
|
.ui-icon-lightbulb
|
|
680
528
|
background-position: -128px -128px
|
|
681
529
|
|
|
682
|
-
|
|
683
530
|
.ui-icon-scissors
|
|
684
531
|
background-position: -144px -128px
|
|
685
532
|
|
|
686
|
-
|
|
687
533
|
.ui-icon-clipboard
|
|
688
534
|
background-position: -160px -128px
|
|
689
535
|
|
|
690
|
-
|
|
691
536
|
.ui-icon-copy
|
|
692
537
|
background-position: -176px -128px
|
|
693
538
|
|
|
694
|
-
|
|
695
539
|
.ui-icon-contact
|
|
696
540
|
background-position: -192px -128px
|
|
697
541
|
|
|
698
|
-
|
|
699
542
|
.ui-icon-image
|
|
700
543
|
background-position: -208px -128px
|
|
701
544
|
|
|
702
|
-
|
|
703
545
|
.ui-icon-video
|
|
704
546
|
background-position: -224px -128px
|
|
705
547
|
|
|
706
|
-
|
|
707
548
|
.ui-icon-script
|
|
708
549
|
background-position: -240px -128px
|
|
709
550
|
|
|
710
|
-
|
|
711
551
|
.ui-icon-alert
|
|
712
552
|
background-position: 0 -144px
|
|
713
553
|
|
|
714
|
-
|
|
715
554
|
.ui-icon-info
|
|
716
555
|
background-position: -16px -144px
|
|
717
556
|
|
|
718
|
-
|
|
719
557
|
.ui-icon-notice
|
|
720
558
|
background-position: -32px -144px
|
|
721
559
|
|
|
722
|
-
|
|
723
560
|
.ui-icon-help
|
|
724
561
|
background-position: -48px -144px
|
|
725
562
|
|
|
726
|
-
|
|
727
563
|
.ui-icon-check
|
|
728
564
|
background-position: -64px -144px
|
|
729
565
|
|
|
730
|
-
|
|
731
566
|
.ui-icon-bullet
|
|
732
567
|
background-position: -80px -144px
|
|
733
568
|
|
|
734
|
-
|
|
735
569
|
.ui-icon-radio-off
|
|
736
570
|
background-position: -96px -144px
|
|
737
571
|
|
|
738
|
-
|
|
739
572
|
.ui-icon-radio-on
|
|
740
573
|
background-position: -112px -144px
|
|
741
574
|
|
|
742
|
-
|
|
743
575
|
.ui-icon-pin-w
|
|
744
576
|
background-position: -128px -144px
|
|
745
577
|
|
|
746
|
-
|
|
747
578
|
.ui-icon-pin-s
|
|
748
579
|
background-position: -144px -144px
|
|
749
580
|
|
|
750
|
-
|
|
751
581
|
.ui-icon-play
|
|
752
582
|
background-position: 0 -160px
|
|
753
583
|
|
|
754
|
-
|
|
755
584
|
.ui-icon-pause
|
|
756
585
|
background-position: -16px -160px
|
|
757
586
|
|
|
758
|
-
|
|
759
587
|
.ui-icon-seek-next
|
|
760
588
|
background-position: -32px -160px
|
|
761
589
|
|
|
762
|
-
|
|
763
590
|
.ui-icon-seek-prev
|
|
764
591
|
background-position: -48px -160px
|
|
765
592
|
|
|
766
|
-
|
|
767
593
|
.ui-icon-seek-end
|
|
768
594
|
background-position: -64px -160px
|
|
769
595
|
|
|
770
|
-
|
|
771
596
|
.ui-icon-seek-first
|
|
772
597
|
background-position: -80px -160px
|
|
773
598
|
|
|
774
|
-
|
|
775
599
|
.ui-icon-stop
|
|
776
600
|
background-position: -96px -160px
|
|
777
601
|
|
|
778
|
-
|
|
779
602
|
.ui-icon-eject
|
|
780
603
|
background-position: -112px -160px
|
|
781
604
|
|
|
782
|
-
|
|
783
605
|
.ui-icon-volume-off
|
|
784
606
|
background-position: -128px -160px
|
|
785
607
|
|
|
786
|
-
|
|
787
608
|
.ui-icon-volume-on
|
|
788
609
|
background-position: -144px -160px
|
|
789
610
|
|
|
790
|
-
|
|
791
611
|
.ui-icon-power
|
|
792
612
|
background-position: 0 -176px
|
|
793
613
|
|
|
794
|
-
|
|
795
614
|
.ui-icon-signal-diag
|
|
796
615
|
background-position: -16px -176px
|
|
797
616
|
|
|
798
|
-
|
|
799
617
|
.ui-icon-signal
|
|
800
618
|
background-position: -32px -176px
|
|
801
619
|
|
|
802
|
-
|
|
803
620
|
.ui-icon-battery-0
|
|
804
621
|
background-position: -48px -176px
|
|
805
622
|
|
|
806
|
-
|
|
807
623
|
.ui-icon-battery-1
|
|
808
624
|
background-position: -64px -176px
|
|
809
625
|
|
|
810
|
-
|
|
811
626
|
.ui-icon-battery-2
|
|
812
627
|
background-position: -80px -176px
|
|
813
628
|
|
|
814
|
-
|
|
815
629
|
.ui-icon-battery-3
|
|
816
630
|
background-position: -96px -176px
|
|
817
631
|
|
|
818
|
-
|
|
819
632
|
.ui-icon-circle-plus
|
|
820
633
|
background-position: 0 -192px
|
|
821
634
|
|
|
822
|
-
|
|
823
635
|
.ui-icon-circle-minus
|
|
824
636
|
background-position: -16px -192px
|
|
825
637
|
|
|
826
|
-
|
|
827
638
|
.ui-icon-circle-close
|
|
828
639
|
background-position: -32px -192px
|
|
829
640
|
|
|
830
|
-
|
|
831
641
|
.ui-icon-circle-triangle-e
|
|
832
642
|
background-position: -48px -192px
|
|
833
643
|
|
|
834
|
-
|
|
835
644
|
.ui-icon-circle-triangle-s
|
|
836
645
|
background-position: -64px -192px
|
|
837
646
|
|
|
838
|
-
|
|
839
647
|
.ui-icon-circle-triangle-w
|
|
840
648
|
background-position: -80px -192px
|
|
841
649
|
|
|
842
|
-
|
|
843
650
|
.ui-icon-circle-triangle-n
|
|
844
651
|
background-position: -96px -192px
|
|
845
652
|
|
|
846
|
-
|
|
847
653
|
.ui-icon-circle-arrow-e
|
|
848
654
|
background-position: -112px -192px
|
|
849
655
|
|
|
850
|
-
|
|
851
656
|
.ui-icon-circle-arrow-s
|
|
852
657
|
background-position: -128px -192px
|
|
853
658
|
|
|
854
|
-
|
|
855
659
|
.ui-icon-circle-arrow-w
|
|
856
660
|
background-position: -144px -192px
|
|
857
661
|
|
|
858
|
-
|
|
859
662
|
.ui-icon-circle-arrow-n
|
|
860
663
|
background-position: -160px -192px
|
|
861
664
|
|
|
862
|
-
|
|
863
665
|
.ui-icon-circle-zoomin
|
|
864
666
|
background-position: -176px -192px
|
|
865
667
|
|
|
866
|
-
|
|
867
668
|
.ui-icon-circle-zoomout
|
|
868
669
|
background-position: -192px -192px
|
|
869
670
|
|
|
870
|
-
|
|
871
671
|
.ui-icon-circle-check
|
|
872
672
|
background-position: -208px -192px
|
|
873
673
|
|
|
874
|
-
|
|
875
674
|
.ui-icon-circlesmall-plus
|
|
876
675
|
background-position: 0 -208px
|
|
877
676
|
|
|
878
|
-
|
|
879
677
|
.ui-icon-circlesmall-minus
|
|
880
678
|
background-position: -16px -208px
|
|
881
679
|
|
|
882
|
-
|
|
883
680
|
.ui-icon-circlesmall-close
|
|
884
681
|
background-position: -32px -208px
|
|
885
682
|
|
|
886
|
-
|
|
887
683
|
.ui-icon-squaresmall-plus
|
|
888
684
|
background-position: -48px -208px
|
|
889
685
|
|
|
890
|
-
|
|
891
686
|
.ui-icon-squaresmall-minus
|
|
892
687
|
background-position: -64px -208px
|
|
893
688
|
|
|
894
|
-
|
|
895
689
|
.ui-icon-squaresmall-close
|
|
896
690
|
background-position: -80px -208px
|
|
897
691
|
|
|
898
|
-
|
|
899
692
|
.ui-icon-grip-dotted-vertical
|
|
900
693
|
background-position: 0 -224px
|
|
901
694
|
|
|
902
|
-
|
|
903
695
|
.ui-icon-grip-dotted-horizontal
|
|
904
696
|
background-position: -16px -224px
|
|
905
697
|
|
|
906
|
-
|
|
907
698
|
.ui-icon-grip-solid-vertical
|
|
908
699
|
background-position: -32px -224px
|
|
909
700
|
|
|
910
|
-
|
|
911
701
|
.ui-icon-grip-solid-horizontal
|
|
912
702
|
background-position: -48px -224px
|
|
913
703
|
|
|
914
|
-
|
|
915
704
|
.ui-icon-gripsmall-diagonal-se
|
|
916
705
|
background-position: -64px -224px
|
|
917
706
|
|
|
918
|
-
|
|
919
707
|
.ui-icon-grip-diagonal-se
|
|
920
708
|
background-position: -80px -224px
|
|
921
709
|
|
|
922
|
-
|
|
923
710
|
.ui-corner-tl
|
|
924
711
|
-moz-border-radius-topleft: 4px
|
|
925
712
|
-webkit-border-top-left-radius: 4px
|
|
926
713
|
|
|
927
|
-
|
|
928
714
|
.ui-corner-tr
|
|
929
715
|
-moz-border-radius-topright: 4px
|
|
930
716
|
-webkit-border-top-right-radius: 4px
|
|
931
717
|
|
|
932
|
-
|
|
933
718
|
.ui-corner-bl
|
|
934
719
|
-moz-border-radius-bottomleft: 4px
|
|
935
720
|
-webkit-border-bottom-left-radius: 4px
|
|
936
721
|
|
|
937
|
-
|
|
938
722
|
.ui-corner-br
|
|
939
723
|
-moz-border-radius-bottomright: 4px
|
|
940
724
|
-webkit-border-bottom-right-radius: 4px
|
|
941
725
|
|
|
942
|
-
|
|
943
726
|
.ui-corner-top
|
|
944
727
|
-moz-border-radius-topleft: 4px
|
|
945
728
|
-webkit-border-top-left-radius: 4px
|
|
946
729
|
-moz-border-radius-topright: 4px
|
|
947
730
|
-webkit-border-top-right-radius: 4px
|
|
948
731
|
|
|
949
|
-
|
|
950
732
|
.ui-corner-bottom
|
|
951
733
|
-moz-border-radius-bottomleft: 4px
|
|
952
734
|
-webkit-border-bottom-left-radius: 4px
|
|
953
735
|
-moz-border-radius-bottomright: 4px
|
|
954
736
|
-webkit-border-bottom-right-radius: 4px
|
|
955
737
|
|
|
956
|
-
|
|
957
738
|
.ui-corner-right
|
|
958
739
|
-moz-border-radius-topright: 4px
|
|
959
740
|
-webkit-border-top-right-radius: 4px
|
|
960
741
|
-moz-border-radius-bottomright: 4px
|
|
961
742
|
-webkit-border-bottom-right-radius: 4px
|
|
962
743
|
|
|
963
|
-
|
|
964
744
|
.ui-corner-left
|
|
965
745
|
-moz-border-radius-topleft: 4px
|
|
966
746
|
-webkit-border-top-left-radius: 4px
|
|
967
747
|
-moz-border-radius-bottomleft: 4px
|
|
968
748
|
-webkit-border-bottom-left-radius: 4px
|
|
969
749
|
|
|
970
|
-
|
|
971
750
|
.ui-corner-all
|
|
972
751
|
-moz-border-radius: 4px
|
|
973
752
|
-webkit-border-radius: 4px
|
|
974
753
|
|
|
975
|
-
|
|
976
754
|
.ui-widget-overlay
|
|
977
|
-
background:
|
|
978
|
-
opacity: .
|
|
979
|
-
filter: Alpha(Opacity=50)
|
|
980
|
-
|
|
755
|
+
background: black
|
|
756
|
+
opacity: 0.5
|
|
757
|
+
filter: Alpha(Opacity = 50)
|
|
981
758
|
|
|
982
759
|
.ui-widget-shadow
|
|
983
760
|
margin: -8px 0 0 -8px
|
|
984
761
|
padding: 8px
|
|
985
762
|
background: #aaaaaa url(/assets/forgeos/jquery-ui/themes/forgeos/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x
|
|
986
|
-
opacity: .
|
|
987
|
-
filter: Alpha(Opacity=30)
|
|
763
|
+
opacity: 0.3
|
|
764
|
+
filter: Alpha(Opacity = 30)
|
|
988
765
|
-moz-border-radius: 8px
|
|
989
766
|
-webkit-border-radius: 8px
|
|
990
767
|
|
|
991
|
-
|
|
992
768
|
.ui-accordion
|
|
993
769
|
.ui-accordion-header
|
|
994
770
|
cursor: pointer
|
|
995
771
|
position: relative
|
|
996
772
|
margin-top: 1px
|
|
997
773
|
zoom: 1
|
|
998
|
-
|
|
999
774
|
.ui-accordion-li-fix
|
|
1000
775
|
display: inline
|
|
1001
|
-
|
|
1002
776
|
.ui-accordion-header-active
|
|
1003
777
|
border-bottom: 0 !important
|
|
1004
|
-
|
|
1005
778
|
.ui-accordion-header
|
|
1006
779
|
a
|
|
1007
780
|
display: block
|
|
1008
781
|
font-size: 1em
|
|
1009
|
-
padding: .5em .5em .5em 2.2em
|
|
1010
|
-
|
|
782
|
+
padding: 0.5em 0.5em 0.5em 2.2em
|
|
1011
783
|
.ui-icon
|
|
1012
784
|
position: absolute
|
|
1013
|
-
left: .5em
|
|
785
|
+
left: 0.5em
|
|
1014
786
|
top: 50%
|
|
1015
787
|
margin-top: -8px
|
|
1016
|
-
|
|
1017
788
|
.ui-accordion-content
|
|
1018
789
|
padding: 1em 2.2em
|
|
1019
790
|
border-top: 0
|
|
@@ -1023,41 +794,31 @@
|
|
|
1023
794
|
margin-bottom: 2px
|
|
1024
795
|
overflow: auto
|
|
1025
796
|
display: none
|
|
1026
|
-
|
|
1027
797
|
.ui-accordion-content-active
|
|
1028
798
|
display: block
|
|
1029
799
|
|
|
1030
|
-
|
|
1031
800
|
.ui-datepicker
|
|
1032
801
|
width: 17em
|
|
1033
|
-
padding: .2em .2em 0
|
|
1034
|
-
|
|
802
|
+
padding: 0.2em 0.2em 0
|
|
1035
803
|
.ui-datepicker-header
|
|
1036
804
|
position: relative
|
|
1037
|
-
padding: .2em 0
|
|
805
|
+
padding: 0.2em 0
|
|
1038
806
|
background: #5c9ccc url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png)
|
|
1039
|
-
|
|
1040
807
|
.ui-datepicker-prev, .ui-datepicker-next
|
|
1041
808
|
position: absolute
|
|
1042
809
|
top: 2px
|
|
1043
810
|
width: 1.8em
|
|
1044
811
|
height: 1.8em
|
|
1045
|
-
|
|
1046
812
|
.ui-datepicker-prev-hover, .ui-datepicker-next-hover
|
|
1047
813
|
top: 1px
|
|
1048
|
-
|
|
1049
814
|
.ui-datepicker-prev
|
|
1050
815
|
left: 2px
|
|
1051
|
-
|
|
1052
816
|
.ui-datepicker-next
|
|
1053
817
|
right: 2px
|
|
1054
|
-
|
|
1055
818
|
.ui-datepicker-prev-hover
|
|
1056
819
|
left: 1px
|
|
1057
|
-
|
|
1058
820
|
.ui-datepicker-next-hover
|
|
1059
821
|
right: 1px
|
|
1060
|
-
|
|
1061
822
|
.ui-datepicker-prev span, .ui-datepicker-next span
|
|
1062
823
|
display: block
|
|
1063
824
|
position: absolute
|
|
@@ -1065,141 +826,109 @@
|
|
|
1065
826
|
margin-left: -8px
|
|
1066
827
|
top: 50%
|
|
1067
828
|
margin-top: -8px
|
|
1068
|
-
|
|
1069
829
|
.ui-datepicker-title
|
|
1070
830
|
margin: 0 2.3em
|
|
1071
831
|
line-height: 1.8em
|
|
1072
832
|
text-align: center
|
|
1073
|
-
|
|
1074
833
|
select
|
|
1075
834
|
float: left
|
|
1076
835
|
font-size: 1em
|
|
1077
836
|
margin: 1px 0
|
|
1078
|
-
|
|
1079
837
|
select
|
|
1080
838
|
&.ui-datepicker-month-year
|
|
1081
839
|
width: 100%
|
|
1082
|
-
|
|
1083
840
|
&.ui-datepicker-month, &.ui-datepicker-year
|
|
1084
841
|
width: 49%
|
|
1085
|
-
|
|
1086
842
|
.ui-datepicker-title select.ui-datepicker-year
|
|
1087
843
|
float: right
|
|
1088
|
-
|
|
1089
844
|
table
|
|
1090
845
|
width: 100%
|
|
1091
|
-
font-size: .9em
|
|
846
|
+
font-size: 0.9em
|
|
1092
847
|
border-collapse: collapse
|
|
1093
|
-
margin: 0 0 .4em
|
|
1094
|
-
|
|
848
|
+
margin: 0 0 0.4em
|
|
1095
849
|
th
|
|
1096
|
-
padding: .7em .3em
|
|
850
|
+
padding: 0.7em 0.3em
|
|
1097
851
|
text-align: center
|
|
1098
852
|
font-weight: bold
|
|
1099
853
|
border: 0
|
|
1100
|
-
|
|
1101
854
|
td
|
|
1102
855
|
border: 0
|
|
1103
856
|
padding: 1px
|
|
1104
|
-
|
|
1105
857
|
span, a
|
|
1106
858
|
display: block
|
|
1107
|
-
padding: .2em
|
|
859
|
+
padding: 0.2em
|
|
1108
860
|
text-align: right
|
|
1109
861
|
text-decoration: none
|
|
1110
|
-
|
|
1111
862
|
.ui-datepicker-buttonpane
|
|
1112
863
|
background-image: none
|
|
1113
|
-
margin: .7em 0 0 0
|
|
1114
|
-
padding: 0 .2em
|
|
864
|
+
margin: 0.7em 0 0 0
|
|
865
|
+
padding: 0 0.2em
|
|
1115
866
|
border-left: 0
|
|
1116
867
|
border-right: 0
|
|
1117
868
|
border-bottom: 0
|
|
1118
|
-
|
|
1119
869
|
button
|
|
1120
870
|
float: right
|
|
1121
|
-
margin: .5em .2em .4em
|
|
871
|
+
margin: 0.5em 0.2em 0.4em
|
|
1122
872
|
cursor: pointer
|
|
1123
|
-
padding: .2em .6em .3em .6em
|
|
873
|
+
padding: 0.2em 0.6em 0.3em 0.6em
|
|
1124
874
|
width: auto
|
|
1125
875
|
overflow: visible
|
|
1126
|
-
|
|
1127
876
|
&.ui-datepicker-current
|
|
1128
877
|
float: left
|
|
1129
|
-
|
|
1130
878
|
&.ui-datepicker-multi
|
|
1131
879
|
width: auto
|
|
1132
880
|
|
|
1133
|
-
|
|
1134
881
|
.ui-datepicker-multi .ui-datepicker-group
|
|
1135
882
|
float: left
|
|
1136
|
-
|
|
1137
883
|
table
|
|
1138
884
|
width: 95%
|
|
1139
|
-
margin: 0 auto .4em
|
|
1140
|
-
|
|
885
|
+
margin: 0 auto 0.4em
|
|
1141
886
|
|
|
1142
887
|
.ui-datepicker-multi-2 .ui-datepicker-group
|
|
1143
888
|
width: 50%
|
|
1144
889
|
|
|
1145
|
-
|
|
1146
890
|
.ui-datepicker-multi-3 .ui-datepicker-group
|
|
1147
891
|
width: 33.3%
|
|
1148
892
|
|
|
1149
|
-
|
|
1150
893
|
.ui-datepicker-multi-4 .ui-datepicker-group
|
|
1151
894
|
width: 25%
|
|
1152
895
|
|
|
1153
|
-
|
|
1154
896
|
.ui-datepicker-multi
|
|
1155
897
|
.ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
|
|
1156
898
|
border-left-width: 0
|
|
1157
|
-
|
|
1158
899
|
.ui-datepicker-buttonpane
|
|
1159
900
|
clear: left
|
|
1160
901
|
|
|
1161
|
-
|
|
1162
902
|
.ui-datepicker-row-break
|
|
1163
903
|
clear: both
|
|
1164
904
|
width: 100%
|
|
1165
905
|
|
|
1166
|
-
|
|
1167
906
|
.ui-datepicker-rtl
|
|
1168
907
|
direction: rtl
|
|
1169
|
-
|
|
1170
908
|
.ui-datepicker-prev
|
|
1171
909
|
right: 2px
|
|
1172
910
|
left: auto
|
|
1173
|
-
|
|
1174
911
|
.ui-datepicker-next
|
|
1175
912
|
left: 2px
|
|
1176
913
|
right: auto
|
|
1177
|
-
|
|
1178
914
|
.ui-datepicker-prev:hover
|
|
1179
915
|
right: 1px
|
|
1180
916
|
left: auto
|
|
1181
|
-
|
|
1182
917
|
.ui-datepicker-next:hover
|
|
1183
918
|
left: 1px
|
|
1184
919
|
right: auto
|
|
1185
|
-
|
|
1186
920
|
.ui-datepicker-buttonpane
|
|
1187
921
|
clear: right
|
|
1188
|
-
|
|
1189
922
|
button
|
|
1190
923
|
float: left
|
|
1191
|
-
|
|
1192
924
|
&.ui-datepicker-current
|
|
1193
925
|
float: right
|
|
1194
|
-
|
|
1195
926
|
.ui-datepicker-group
|
|
1196
927
|
float: right
|
|
1197
|
-
|
|
1198
928
|
.ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
|
|
1199
929
|
border-right-width: 0
|
|
1200
930
|
border-left-width: 1px
|
|
1201
931
|
|
|
1202
|
-
|
|
1203
932
|
.ui-datepicker-trigger
|
|
1204
933
|
background: transparent url(/assets/forgeos/admin/small-icons-16-16-verti.png) no-repeat 0px -4018px
|
|
1205
934
|
border: 0px
|
|
@@ -1207,7 +936,6 @@
|
|
|
1207
936
|
height: 25px
|
|
1208
937
|
width: 20px
|
|
1209
938
|
|
|
1210
|
-
|
|
1211
939
|
.ui-datepicker-cover
|
|
1212
940
|
display: none
|
|
1213
941
|
display/**/: block
|
|
@@ -1219,97 +947,79 @@
|
|
|
1219
947
|
width: 200px
|
|
1220
948
|
height: 200px
|
|
1221
949
|
|
|
1222
|
-
|
|
1223
950
|
.ui-dialog
|
|
1224
951
|
position: relative
|
|
1225
952
|
width: 300px
|
|
1226
|
-
|
|
1227
953
|
.ui-dialog-titlebar
|
|
1228
954
|
padding: 0
|
|
1229
955
|
position: relative
|
|
1230
|
-
|
|
1231
956
|
.ui-dialog-title
|
|
1232
957
|
float: left
|
|
1233
958
|
margin: 0
|
|
1234
|
-
|
|
1235
959
|
.ui-dialog-titlebar-close
|
|
1236
960
|
position: absolute
|
|
1237
|
-
right: .3em
|
|
961
|
+
right: 0.3em
|
|
1238
962
|
width: 19px
|
|
1239
963
|
padding: 1px
|
|
1240
964
|
height: 18px
|
|
1241
965
|
opacity: 0.6
|
|
1242
|
-
filter: apla(opacity=60)
|
|
1243
|
-
|
|
966
|
+
filter: apla(opacity = 60)
|
|
1244
967
|
span
|
|
1245
968
|
display: block
|
|
1246
969
|
margin: 1px
|
|
1247
|
-
|
|
1248
970
|
&:hover, &:focus
|
|
1249
971
|
padding: 0
|
|
1250
|
-
|
|
1251
972
|
.ui-dialog-content
|
|
1252
973
|
border: 0
|
|
1253
974
|
padding: 20px 10px
|
|
1254
975
|
background: none
|
|
1255
976
|
overflow: auto
|
|
1256
977
|
zoom: 1
|
|
1257
|
-
background-color: #
|
|
1258
|
-
|
|
978
|
+
background-color: #feefd5
|
|
1259
979
|
&.white
|
|
1260
|
-
background-color:
|
|
1261
|
-
|
|
980
|
+
background-color: white
|
|
1262
981
|
.ui-dialog-buttonpane
|
|
1263
982
|
text-align: left
|
|
1264
983
|
border-width: 1px 0 0 0
|
|
1265
984
|
background-image: none
|
|
1266
|
-
margin: .5em 0 0 0
|
|
1267
|
-
padding: .3em 1em .5em .4em
|
|
1268
|
-
|
|
985
|
+
margin: 0.5em 0 0 0
|
|
986
|
+
padding: 0.3em 1em 0.5em 0.4em
|
|
1269
987
|
button
|
|
1270
988
|
float: right
|
|
1271
|
-
margin: .5em .4em .5em 0
|
|
989
|
+
margin: 0.5em 0.4em 0.5em 0
|
|
1272
990
|
cursor: pointer
|
|
1273
|
-
padding: .2em .6em .3em .6em
|
|
991
|
+
padding: 0.2em 0.6em 0.3em 0.6em
|
|
1274
992
|
line-height: 1.4em
|
|
1275
993
|
width: auto
|
|
1276
994
|
overflow: visible
|
|
1277
|
-
|
|
1278
995
|
.ui-resizable-se
|
|
1279
996
|
width: 14px
|
|
1280
997
|
height: 14px
|
|
1281
998
|
right: 3px
|
|
1282
999
|
bottom: 3px
|
|
1283
1000
|
|
|
1284
|
-
|
|
1285
1001
|
.ui-draggable .ui-dialog-titlebar
|
|
1286
1002
|
cursor: move
|
|
1287
1003
|
|
|
1288
|
-
|
|
1289
1004
|
.ui-progressbar
|
|
1290
1005
|
height: 2em
|
|
1291
1006
|
text-align: left
|
|
1292
|
-
|
|
1293
1007
|
.ui-progressbar-value
|
|
1294
1008
|
margin: -1px
|
|
1295
1009
|
height: 100%
|
|
1296
1010
|
|
|
1297
|
-
|
|
1298
1011
|
.ui-resizable
|
|
1299
1012
|
position: relative
|
|
1300
1013
|
|
|
1301
|
-
|
|
1302
1014
|
.ui-resizable-handle
|
|
1303
1015
|
position: absolute
|
|
1304
1016
|
font-size: 0.1px
|
|
1305
1017
|
z-index: 99999
|
|
1306
1018
|
display: block
|
|
1307
1019
|
|
|
1308
|
-
|
|
1309
1020
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
|
|
1310
1021
|
display: none
|
|
1311
1022
|
|
|
1312
|
-
|
|
1313
1023
|
.ui-resizable-n
|
|
1314
1024
|
cursor: n-resize
|
|
1315
1025
|
height: 7px
|
|
@@ -1317,7 +1027,6 @@
|
|
|
1317
1027
|
top: -5px
|
|
1318
1028
|
left: 0px
|
|
1319
1029
|
|
|
1320
|
-
|
|
1321
1030
|
.ui-resizable-s
|
|
1322
1031
|
cursor: s-resize
|
|
1323
1032
|
height: 7px
|
|
@@ -1325,7 +1034,6 @@
|
|
|
1325
1034
|
bottom: -5px
|
|
1326
1035
|
left: 0px
|
|
1327
1036
|
|
|
1328
|
-
|
|
1329
1037
|
.ui-resizable-e
|
|
1330
1038
|
cursor: e-resize
|
|
1331
1039
|
width: 7px
|
|
@@ -1333,7 +1041,6 @@
|
|
|
1333
1041
|
top: 0px
|
|
1334
1042
|
height: 100%
|
|
1335
1043
|
|
|
1336
|
-
|
|
1337
1044
|
.ui-resizable-w
|
|
1338
1045
|
cursor: w-resize
|
|
1339
1046
|
width: 7px
|
|
@@ -1341,7 +1048,6 @@
|
|
|
1341
1048
|
top: 0px
|
|
1342
1049
|
height: 100%
|
|
1343
1050
|
|
|
1344
|
-
|
|
1345
1051
|
.ui-resizable-se
|
|
1346
1052
|
cursor: se-resize
|
|
1347
1053
|
width: 12px
|
|
@@ -1349,7 +1055,6 @@
|
|
|
1349
1055
|
right: 1px
|
|
1350
1056
|
bottom: 1px
|
|
1351
1057
|
|
|
1352
|
-
|
|
1353
1058
|
.ui-resizable-sw
|
|
1354
1059
|
cursor: sw-resize
|
|
1355
1060
|
width: 9px
|
|
@@ -1357,7 +1062,6 @@
|
|
|
1357
1062
|
left: -5px
|
|
1358
1063
|
bottom: -5px
|
|
1359
1064
|
|
|
1360
|
-
|
|
1361
1065
|
.ui-resizable-nw
|
|
1362
1066
|
cursor: nw-resize
|
|
1363
1067
|
width: 9px
|
|
@@ -1365,7 +1069,6 @@
|
|
|
1365
1069
|
left: -5px
|
|
1366
1070
|
top: -5px
|
|
1367
1071
|
|
|
1368
|
-
|
|
1369
1072
|
.ui-resizable-ne
|
|
1370
1073
|
cursor: ne-resize
|
|
1371
1074
|
width: 9px
|
|
@@ -1373,138 +1076,107 @@
|
|
|
1373
1076
|
right: -5px
|
|
1374
1077
|
top: -5px
|
|
1375
1078
|
|
|
1376
|
-
|
|
1377
1079
|
.ui-slider
|
|
1378
1080
|
position: relative
|
|
1379
1081
|
text-align: left
|
|
1380
|
-
|
|
1381
1082
|
.ui-slider-handle
|
|
1382
1083
|
position: absolute
|
|
1383
1084
|
z-index: 2
|
|
1384
1085
|
width: 1.2em
|
|
1385
1086
|
height: 1.2em
|
|
1386
1087
|
cursor: default
|
|
1387
|
-
|
|
1388
1088
|
.ui-slider-range
|
|
1389
1089
|
position: absolute
|
|
1390
1090
|
z-index: 1
|
|
1391
|
-
font-size: .7em
|
|
1091
|
+
font-size: 0.7em
|
|
1392
1092
|
display: block
|
|
1393
1093
|
border: 0
|
|
1394
1094
|
|
|
1395
|
-
|
|
1396
1095
|
.ui-slider-horizontal
|
|
1397
|
-
height: .8em
|
|
1398
|
-
|
|
1096
|
+
height: 0.8em
|
|
1399
1097
|
.ui-slider-handle
|
|
1400
|
-
top:
|
|
1401
|
-
margin-left:
|
|
1402
|
-
|
|
1098
|
+
top: -0.3em
|
|
1099
|
+
margin-left: -0.6em
|
|
1403
1100
|
.ui-slider-range
|
|
1404
1101
|
top: 0
|
|
1405
1102
|
height: 100%
|
|
1406
|
-
|
|
1407
1103
|
.ui-slider-range-min
|
|
1408
1104
|
left: 0
|
|
1409
|
-
|
|
1410
1105
|
.ui-slider-range-max
|
|
1411
1106
|
right: 0
|
|
1412
1107
|
|
|
1413
|
-
|
|
1414
1108
|
.ui-slider-vertical
|
|
1415
|
-
width: .8em
|
|
1109
|
+
width: 0.8em
|
|
1416
1110
|
height: 100px
|
|
1417
|
-
|
|
1418
1111
|
.ui-slider-handle
|
|
1419
|
-
left:
|
|
1112
|
+
left: -0.3em
|
|
1420
1113
|
margin-left: 0
|
|
1421
|
-
margin-bottom:
|
|
1422
|
-
|
|
1114
|
+
margin-bottom: -0.6em
|
|
1423
1115
|
.ui-slider-range
|
|
1424
1116
|
left: 0
|
|
1425
1117
|
width: 100%
|
|
1426
|
-
|
|
1427
1118
|
.ui-slider-range-min
|
|
1428
1119
|
bottom: 0
|
|
1429
|
-
|
|
1430
1120
|
.ui-slider-range-max
|
|
1431
1121
|
top: 0
|
|
1432
1122
|
|
|
1433
|
-
|
|
1434
1123
|
.ui-tabs
|
|
1435
|
-
padding: .2em
|
|
1124
|
+
padding: 0.2em
|
|
1436
1125
|
zoom: 1
|
|
1437
|
-
|
|
1438
1126
|
.ui-tabs-nav
|
|
1439
1127
|
list-style: none
|
|
1440
1128
|
position: relative
|
|
1441
|
-
padding: .2em .2em 0
|
|
1442
|
-
|
|
1129
|
+
padding: 0.2em 0.2em 0
|
|
1443
1130
|
li
|
|
1444
1131
|
position: relative
|
|
1445
1132
|
float: left
|
|
1446
1133
|
border-bottom-width: 0 !important
|
|
1447
|
-
margin-right: .2em
|
|
1134
|
+
margin-right: 0.2em
|
|
1448
1135
|
padding: 0
|
|
1449
|
-
|
|
1450
1136
|
a
|
|
1451
1137
|
float: left
|
|
1452
1138
|
text-decoration: none
|
|
1453
|
-
padding: .5em 1em
|
|
1454
|
-
|
|
1139
|
+
padding: 0.5em 1em
|
|
1455
1140
|
&.ui-tabs-selected
|
|
1456
1141
|
padding-bottom: 1px
|
|
1457
1142
|
border-bottom-width: 0
|
|
1458
|
-
|
|
1459
1143
|
a
|
|
1460
1144
|
cursor: text
|
|
1461
|
-
|
|
1462
1145
|
&.ui-state-disabled a, &.ui-state-processing a
|
|
1463
1146
|
cursor: text
|
|
1464
|
-
|
|
1465
1147
|
a
|
|
1466
1148
|
cursor: pointer
|
|
1467
|
-
|
|
1468
1149
|
&.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
|
|
1469
1150
|
cursor: pointer
|
|
1470
|
-
|
|
1471
1151
|
.ui-tabs-panel
|
|
1472
1152
|
padding: 1em 1.4em
|
|
1473
1153
|
display: block
|
|
1474
1154
|
border-width: 0
|
|
1475
1155
|
background: none
|
|
1476
|
-
|
|
1477
1156
|
.ui-tabs-hide
|
|
1478
1157
|
display: none !important
|
|
1479
1158
|
|
|
1480
|
-
|
|
1481
1159
|
#dashboard
|
|
1482
1160
|
.ui-tabs
|
|
1483
1161
|
border: 0 !important
|
|
1484
1162
|
padding: 0 !important
|
|
1485
|
-
|
|
1486
1163
|
.ui-tabs-nav
|
|
1487
|
-
background:
|
|
1164
|
+
background: white !important
|
|
1488
1165
|
padding: 0 !important
|
|
1489
|
-
|
|
1490
1166
|
.ui-tabs-panel
|
|
1491
1167
|
padding: 8px 0 !important
|
|
1492
|
-
border: 1px solid #
|
|
1493
|
-
color: #
|
|
1494
|
-
|
|
1168
|
+
border: 1px solid #d9d9d9
|
|
1169
|
+
color: #4d4d4d !important
|
|
1495
1170
|
.ui-state-active, .ui-widget-content .ui-state-active
|
|
1496
1171
|
top: 1px !important
|
|
1497
|
-
border-color: #
|
|
1498
|
-
|
|
1172
|
+
border-color: #d9d9d9 !important
|
|
1499
1173
|
|
|
1500
1174
|
#ui-datepicker-div
|
|
1501
1175
|
.ui-helper-hidden
|
|
1502
1176
|
display: none
|
|
1503
|
-
|
|
1504
1177
|
.ui-helper-hidden-accessible
|
|
1505
1178
|
position: absolute
|
|
1506
1179
|
left: -99999999px
|
|
1507
|
-
|
|
1508
1180
|
.ui-helper-reset
|
|
1509
1181
|
margin: 0
|
|
1510
1182
|
padding: 0
|
|
@@ -1514,10 +1186,8 @@
|
|
|
1514
1186
|
text-decoration: none
|
|
1515
1187
|
font-size: 100%
|
|
1516
1188
|
list-style: none
|
|
1517
|
-
|
|
1518
1189
|
.ui-helper-clearfix
|
|
1519
1190
|
display: inline-block
|
|
1520
|
-
|
|
1521
1191
|
&:after
|
|
1522
1192
|
content: "."
|
|
1523
1193
|
display: block
|
|
@@ -1525,15 +1195,12 @@
|
|
|
1525
1195
|
clear: both
|
|
1526
1196
|
visibility: hidden
|
|
1527
1197
|
|
|
1528
|
-
|
|
1529
1198
|
* html .ui-helper-clearfix
|
|
1530
1199
|
height: 1%
|
|
1531
1200
|
|
|
1532
|
-
|
|
1533
1201
|
#ui-datepicker-div
|
|
1534
1202
|
.ui-helper-clearfix
|
|
1535
1203
|
display: block
|
|
1536
|
-
|
|
1537
1204
|
.ui-helper-zfix
|
|
1538
1205
|
width: 100%
|
|
1539
1206
|
height: 100%
|
|
@@ -1541,129 +1208,103 @@
|
|
|
1541
1208
|
left: 0
|
|
1542
1209
|
position: absolute
|
|
1543
1210
|
opacity: 0
|
|
1544
|
-
filter: Alpha(Opacity=0)
|
|
1545
|
-
|
|
1211
|
+
filter: Alpha(Opacity = 0)
|
|
1546
1212
|
.ui-state-disabled
|
|
1547
1213
|
cursor: default !important
|
|
1548
|
-
|
|
1549
1214
|
.ui-icon
|
|
1550
1215
|
display: block
|
|
1551
1216
|
text-indent: -99999px
|
|
1552
1217
|
overflow: hidden
|
|
1553
1218
|
background-repeat: no-repeat
|
|
1554
|
-
|
|
1555
1219
|
.ui-widget-overlay
|
|
1556
1220
|
position: absolute
|
|
1557
1221
|
top: 0
|
|
1558
1222
|
left: 0
|
|
1559
1223
|
width: 100%
|
|
1560
1224
|
height: 100%
|
|
1561
|
-
|
|
1562
1225
|
.ui-widget
|
|
1563
1226
|
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif
|
|
1564
1227
|
font-size: 1.1em
|
|
1565
|
-
|
|
1566
1228
|
input, select, textarea, button
|
|
1567
1229
|
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif
|
|
1568
1230
|
font-size: 1em
|
|
1569
|
-
|
|
1570
1231
|
.ui-widget-content
|
|
1571
1232
|
border: 1px solid #a6c9e2
|
|
1572
1233
|
background: #fcfdfd url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x
|
|
1573
1234
|
color: #222222
|
|
1574
|
-
|
|
1575
1235
|
a
|
|
1576
1236
|
color: #222222
|
|
1577
|
-
|
|
1578
1237
|
.ui-widget-header
|
|
1579
1238
|
border: 1px solid #4297d7
|
|
1580
1239
|
background: #5c9ccc url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x
|
|
1581
|
-
color:
|
|
1240
|
+
color: white
|
|
1582
1241
|
font-weight: bold
|
|
1583
|
-
|
|
1584
1242
|
a
|
|
1585
|
-
color:
|
|
1586
|
-
|
|
1243
|
+
color: white
|
|
1587
1244
|
.ui-state-default, .ui-widget-content .ui-state-default
|
|
1588
1245
|
border: 1px solid #c5dbec
|
|
1589
1246
|
background: #dfeffc url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x
|
|
1590
1247
|
font-weight: bold
|
|
1591
1248
|
color: #2e6e9e
|
|
1592
1249
|
outline: none
|
|
1593
|
-
|
|
1594
1250
|
.ui-state-default a
|
|
1595
1251
|
color: #2e6e9e
|
|
1596
1252
|
text-decoration: none
|
|
1597
1253
|
outline: none
|
|
1598
|
-
|
|
1599
1254
|
&:link, &:visited
|
|
1600
1255
|
color: #2e6e9e
|
|
1601
1256
|
text-decoration: none
|
|
1602
1257
|
outline: none
|
|
1603
|
-
|
|
1604
1258
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
|
|
1605
1259
|
border: 1px solid #79b7e7
|
|
1606
1260
|
background: #d0e5f5 url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x
|
|
1607
1261
|
font-weight: bold
|
|
1608
1262
|
color: #1d5987
|
|
1609
1263
|
outline: none
|
|
1610
|
-
|
|
1611
1264
|
.ui-state-hover a
|
|
1612
1265
|
color: #1d5987
|
|
1613
1266
|
text-decoration: none
|
|
1614
1267
|
outline: none
|
|
1615
|
-
|
|
1616
1268
|
&:hover
|
|
1617
1269
|
color: #1d5987
|
|
1618
1270
|
text-decoration: none
|
|
1619
1271
|
outline: none
|
|
1620
|
-
|
|
1621
1272
|
.ui-state-active, .ui-widget-content .ui-state-active
|
|
1622
1273
|
border: 1px solid #79b7e7
|
|
1623
1274
|
background: #f5f8f9 url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x
|
|
1624
1275
|
font-weight: bold
|
|
1625
1276
|
color: #e17009
|
|
1626
1277
|
outline: none
|
|
1627
|
-
|
|
1628
1278
|
.ui-state-active a
|
|
1629
1279
|
color: #e17009
|
|
1630
1280
|
outline: none
|
|
1631
1281
|
text-decoration: none
|
|
1632
|
-
|
|
1633
1282
|
&:link, &:visited
|
|
1634
1283
|
color: #e17009
|
|
1635
1284
|
outline: none
|
|
1636
1285
|
text-decoration: none
|
|
1637
|
-
|
|
1638
1286
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight
|
|
1639
1287
|
border: 1px solid #fad42e
|
|
1640
1288
|
background: #fbec88 url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x
|
|
1641
1289
|
color: #363636
|
|
1642
|
-
|
|
1643
1290
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a
|
|
1644
1291
|
color: #363636
|
|
1645
|
-
|
|
1646
1292
|
.ui-state-error, .ui-widget-content .ui-state-error
|
|
1647
1293
|
border: 1px solid #cd0a0a
|
|
1648
1294
|
background: #fef1ec url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x
|
|
1649
1295
|
color: #cd0a0a
|
|
1650
|
-
|
|
1651
1296
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text
|
|
1652
1297
|
color: #cd0a0a
|
|
1653
|
-
|
|
1654
1298
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled
|
|
1655
|
-
opacity: .35
|
|
1656
|
-
filter: Alpha(Opacity=35)
|
|
1299
|
+
opacity: 0.35
|
|
1300
|
+
filter: Alpha(Opacity = 35)
|
|
1657
1301
|
background-image: none
|
|
1658
|
-
|
|
1659
1302
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary
|
|
1660
1303
|
font-weight: bold
|
|
1661
|
-
|
|
1662
1304
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary
|
|
1663
|
-
opacity: .7
|
|
1664
|
-
filter: Alpha(Opacity=70)
|
|
1305
|
+
opacity: 0.7
|
|
1306
|
+
filter: Alpha(Opacity = 70)
|
|
1665
1307
|
font-weight: normal
|
|
1666
|
-
|
|
1667
1308
|
.ui-icon
|
|
1668
1309
|
width: 16px
|
|
1669
1310
|
height: 16px
|
|
@@ -1692,606 +1333,418 @@
|
|
|
1692
1333
|
|
|
1693
1334
|
.ui-icon-carat-1-n
|
|
1694
1335
|
background-position: 0 0
|
|
1695
|
-
|
|
1696
1336
|
.ui-icon-carat-1-ne
|
|
1697
1337
|
background-position: -16px 0
|
|
1698
|
-
|
|
1699
1338
|
.ui-icon-carat-1-e
|
|
1700
1339
|
background-position: -32px 0
|
|
1701
|
-
|
|
1702
1340
|
.ui-icon-carat-1-se
|
|
1703
1341
|
background-position: -48px 0
|
|
1704
|
-
|
|
1705
1342
|
.ui-icon-carat-1-s
|
|
1706
1343
|
background-position: -64px 0
|
|
1707
|
-
|
|
1708
1344
|
.ui-icon-carat-1-sw
|
|
1709
1345
|
background-position: -80px 0
|
|
1710
|
-
|
|
1711
1346
|
.ui-icon-carat-1-w
|
|
1712
1347
|
background-position: -96px 0
|
|
1713
|
-
|
|
1714
1348
|
.ui-icon-carat-1-nw
|
|
1715
1349
|
background-position: -112px 0
|
|
1716
|
-
|
|
1717
1350
|
.ui-icon-carat-2-n-s
|
|
1718
1351
|
background-position: -128px 0
|
|
1719
|
-
|
|
1720
1352
|
.ui-icon-carat-2-e-w
|
|
1721
1353
|
background-position: -144px 0
|
|
1722
|
-
|
|
1723
1354
|
.ui-icon-triangle-1-n
|
|
1724
1355
|
background-position: 0 -16px
|
|
1725
|
-
|
|
1726
1356
|
.ui-icon-triangle-1-ne
|
|
1727
1357
|
background-position: -16px -16px
|
|
1728
|
-
|
|
1729
1358
|
.ui-icon-triangle-1-e
|
|
1730
1359
|
background-position: -32px -16px
|
|
1731
|
-
|
|
1732
1360
|
.ui-icon-triangle-1-se
|
|
1733
1361
|
background-position: -48px -16px
|
|
1734
|
-
|
|
1735
1362
|
.ui-icon-triangle-1-s
|
|
1736
1363
|
background-position: -64px -16px
|
|
1737
|
-
|
|
1738
1364
|
.ui-icon-triangle-1-sw
|
|
1739
1365
|
background-position: -80px -16px
|
|
1740
|
-
|
|
1741
1366
|
.ui-icon-triangle-1-w
|
|
1742
1367
|
background-position: -96px -16px
|
|
1743
|
-
|
|
1744
1368
|
.ui-icon-triangle-1-nw
|
|
1745
1369
|
background-position: -112px -16px
|
|
1746
|
-
|
|
1747
1370
|
.ui-icon-triangle-2-n-s
|
|
1748
1371
|
background-position: -128px -16px
|
|
1749
|
-
|
|
1750
1372
|
.ui-icon-triangle-2-e-w
|
|
1751
1373
|
background-position: -144px -16px
|
|
1752
|
-
|
|
1753
1374
|
.ui-icon-arrow-1-n
|
|
1754
1375
|
background-position: 0 -32px
|
|
1755
|
-
|
|
1756
1376
|
.ui-icon-arrow-1-ne
|
|
1757
1377
|
background-position: -16px -32px
|
|
1758
|
-
|
|
1759
1378
|
.ui-icon-arrow-1-e
|
|
1760
1379
|
background-position: -32px -32px
|
|
1761
|
-
|
|
1762
1380
|
.ui-icon-arrow-1-se
|
|
1763
1381
|
background-position: -48px -32px
|
|
1764
|
-
|
|
1765
1382
|
.ui-icon-arrow-1-s
|
|
1766
1383
|
background-position: -64px -32px
|
|
1767
|
-
|
|
1768
1384
|
.ui-icon-arrow-1-sw
|
|
1769
1385
|
background-position: -80px -32px
|
|
1770
|
-
|
|
1771
1386
|
.ui-icon-arrow-1-w
|
|
1772
1387
|
background-position: -96px -32px
|
|
1773
|
-
|
|
1774
1388
|
.ui-icon-arrow-1-nw
|
|
1775
1389
|
background-position: -112px -32px
|
|
1776
|
-
|
|
1777
1390
|
.ui-icon-arrow-2-n-s
|
|
1778
1391
|
background-position: -128px -32px
|
|
1779
|
-
|
|
1780
1392
|
.ui-icon-arrow-2-ne-sw
|
|
1781
1393
|
background-position: -144px -32px
|
|
1782
|
-
|
|
1783
1394
|
.ui-icon-arrow-2-e-w
|
|
1784
1395
|
background-position: -160px -32px
|
|
1785
|
-
|
|
1786
1396
|
.ui-icon-arrow-2-se-nw
|
|
1787
1397
|
background-position: -176px -32px
|
|
1788
|
-
|
|
1789
1398
|
.ui-icon-arrowstop-1-n
|
|
1790
1399
|
background-position: -192px -32px
|
|
1791
|
-
|
|
1792
1400
|
.ui-icon-arrowstop-1-e
|
|
1793
1401
|
background-position: -208px -32px
|
|
1794
|
-
|
|
1795
1402
|
.ui-icon-arrowstop-1-s
|
|
1796
1403
|
background-position: -224px -32px
|
|
1797
|
-
|
|
1798
1404
|
.ui-icon-arrowstop-1-w
|
|
1799
1405
|
background-position: -240px -32px
|
|
1800
|
-
|
|
1801
1406
|
.ui-icon-arrowthick-1-n
|
|
1802
1407
|
background-position: 0 -48px
|
|
1803
|
-
|
|
1804
1408
|
.ui-icon-arrowthick-1-ne
|
|
1805
1409
|
background-position: -16px -48px
|
|
1806
|
-
|
|
1807
1410
|
.ui-icon-arrowthick-1-e
|
|
1808
1411
|
background-position: -32px -48px
|
|
1809
|
-
|
|
1810
1412
|
.ui-icon-arrowthick-1-se
|
|
1811
1413
|
background-position: -48px -48px
|
|
1812
|
-
|
|
1813
1414
|
.ui-icon-arrowthick-1-s
|
|
1814
1415
|
background-position: -64px -48px
|
|
1815
|
-
|
|
1816
1416
|
.ui-icon-arrowthick-1-sw
|
|
1817
1417
|
background-position: -80px -48px
|
|
1818
|
-
|
|
1819
1418
|
.ui-icon-arrowthick-1-w
|
|
1820
1419
|
background-position: -96px -48px
|
|
1821
|
-
|
|
1822
1420
|
.ui-icon-arrowthick-1-nw
|
|
1823
1421
|
background-position: -112px -48px
|
|
1824
|
-
|
|
1825
1422
|
.ui-icon-arrowthick-2-n-s
|
|
1826
1423
|
background-position: -128px -48px
|
|
1827
|
-
|
|
1828
1424
|
.ui-icon-arrowthick-2-ne-sw
|
|
1829
1425
|
background-position: -144px -48px
|
|
1830
|
-
|
|
1831
1426
|
.ui-icon-arrowthick-2-e-w
|
|
1832
1427
|
background-position: -160px -48px
|
|
1833
|
-
|
|
1834
1428
|
.ui-icon-arrowthick-2-se-nw
|
|
1835
1429
|
background-position: -176px -48px
|
|
1836
|
-
|
|
1837
1430
|
.ui-icon-arrowthickstop-1-n
|
|
1838
1431
|
background-position: -192px -48px
|
|
1839
|
-
|
|
1840
1432
|
.ui-icon-arrowthickstop-1-e
|
|
1841
1433
|
background-position: -208px -48px
|
|
1842
|
-
|
|
1843
1434
|
.ui-icon-arrowthickstop-1-s
|
|
1844
1435
|
background-position: -224px -48px
|
|
1845
|
-
|
|
1846
1436
|
.ui-icon-arrowthickstop-1-w
|
|
1847
1437
|
background-position: -240px -48px
|
|
1848
|
-
|
|
1849
1438
|
.ui-icon-arrowreturnthick-1-w
|
|
1850
1439
|
background-position: 0 -64px
|
|
1851
|
-
|
|
1852
1440
|
.ui-icon-arrowreturnthick-1-n
|
|
1853
1441
|
background-position: -16px -64px
|
|
1854
|
-
|
|
1855
1442
|
.ui-icon-arrowreturnthick-1-e
|
|
1856
1443
|
background-position: -32px -64px
|
|
1857
|
-
|
|
1858
1444
|
.ui-icon-arrowreturnthick-1-s
|
|
1859
1445
|
background-position: -48px -64px
|
|
1860
|
-
|
|
1861
1446
|
.ui-icon-arrowreturn-1-w
|
|
1862
1447
|
background-position: -64px -64px
|
|
1863
|
-
|
|
1864
1448
|
.ui-icon-arrowreturn-1-n
|
|
1865
1449
|
background-position: -80px -64px
|
|
1866
|
-
|
|
1867
1450
|
.ui-icon-arrowreturn-1-e
|
|
1868
1451
|
background-position: -96px -64px
|
|
1869
|
-
|
|
1870
1452
|
.ui-icon-arrowreturn-1-s
|
|
1871
1453
|
background-position: -112px -64px
|
|
1872
|
-
|
|
1873
1454
|
.ui-icon-arrowrefresh-1-w
|
|
1874
1455
|
background-position: -128px -64px
|
|
1875
|
-
|
|
1876
1456
|
.ui-icon-arrowrefresh-1-n
|
|
1877
1457
|
background-position: -144px -64px
|
|
1878
|
-
|
|
1879
1458
|
.ui-icon-arrowrefresh-1-e
|
|
1880
1459
|
background-position: -160px -64px
|
|
1881
|
-
|
|
1882
1460
|
.ui-icon-arrowrefresh-1-s
|
|
1883
1461
|
background-position: -176px -64px
|
|
1884
|
-
|
|
1885
1462
|
.ui-icon-arrow-4
|
|
1886
1463
|
background-position: 0 -80px
|
|
1887
|
-
|
|
1888
1464
|
.ui-icon-arrow-4-diag
|
|
1889
1465
|
background-position: -16px -80px
|
|
1890
|
-
|
|
1891
1466
|
.ui-icon-extlink
|
|
1892
1467
|
background-position: -32px -80px
|
|
1893
|
-
|
|
1894
1468
|
.ui-icon-newwin
|
|
1895
1469
|
background-position: -48px -80px
|
|
1896
|
-
|
|
1897
1470
|
.ui-icon-refresh
|
|
1898
1471
|
background-position: -64px -80px
|
|
1899
|
-
|
|
1900
1472
|
.ui-icon-shuffle
|
|
1901
1473
|
background-position: -80px -80px
|
|
1902
|
-
|
|
1903
1474
|
.ui-icon-transfer-e-w
|
|
1904
1475
|
background-position: -96px -80px
|
|
1905
|
-
|
|
1906
1476
|
.ui-icon-transferthick-e-w
|
|
1907
1477
|
background-position: -112px -80px
|
|
1908
|
-
|
|
1909
1478
|
.ui-icon-folder-collapsed
|
|
1910
1479
|
background-position: 0 -96px
|
|
1911
|
-
|
|
1912
1480
|
.ui-icon-folder-open
|
|
1913
1481
|
background-position: -16px -96px
|
|
1914
|
-
|
|
1915
1482
|
.ui-icon-document
|
|
1916
1483
|
background-position: -32px -96px
|
|
1917
|
-
|
|
1918
1484
|
.ui-icon-document-b
|
|
1919
1485
|
background-position: -48px -96px
|
|
1920
|
-
|
|
1921
1486
|
.ui-icon-note
|
|
1922
1487
|
background-position: -64px -96px
|
|
1923
|
-
|
|
1924
1488
|
.ui-icon-mail-closed
|
|
1925
1489
|
background-position: -80px -96px
|
|
1926
|
-
|
|
1927
1490
|
.ui-icon-mail-open
|
|
1928
1491
|
background-position: -96px -96px
|
|
1929
|
-
|
|
1930
1492
|
.ui-icon-suitcase
|
|
1931
1493
|
background-position: -112px -96px
|
|
1932
|
-
|
|
1933
1494
|
.ui-icon-comment
|
|
1934
1495
|
background-position: -128px -96px
|
|
1935
|
-
|
|
1936
1496
|
.ui-icon-person
|
|
1937
1497
|
background-position: -144px -96px
|
|
1938
|
-
|
|
1939
1498
|
.ui-icon-print
|
|
1940
1499
|
background-position: -160px -96px
|
|
1941
|
-
|
|
1942
1500
|
.ui-icon-trash
|
|
1943
1501
|
background-position: -176px -96px
|
|
1944
|
-
|
|
1945
1502
|
.ui-icon-locked
|
|
1946
1503
|
background-position: -192px -96px
|
|
1947
|
-
|
|
1948
1504
|
.ui-icon-unlocked
|
|
1949
1505
|
background-position: -208px -96px
|
|
1950
|
-
|
|
1951
1506
|
.ui-icon-bookmark
|
|
1952
1507
|
background-position: -224px -96px
|
|
1953
|
-
|
|
1954
1508
|
.ui-icon-tag
|
|
1955
1509
|
background-position: -240px -96px
|
|
1956
|
-
|
|
1957
1510
|
.ui-icon-home
|
|
1958
1511
|
background-position: 0 -112px
|
|
1959
|
-
|
|
1960
1512
|
.ui-icon-flag
|
|
1961
1513
|
background-position: -16px -112px
|
|
1962
|
-
|
|
1963
1514
|
.ui-icon-calendar
|
|
1964
1515
|
background-position: -32px -112px
|
|
1965
|
-
|
|
1966
1516
|
.ui-icon-cart
|
|
1967
1517
|
background-position: -48px -112px
|
|
1968
|
-
|
|
1969
1518
|
.ui-icon-pencil
|
|
1970
1519
|
background-position: -64px -112px
|
|
1971
|
-
|
|
1972
1520
|
.ui-icon-clock
|
|
1973
1521
|
background-position: -80px -112px
|
|
1974
|
-
|
|
1975
1522
|
.ui-icon-disk
|
|
1976
1523
|
background-position: -96px -112px
|
|
1977
|
-
|
|
1978
1524
|
.ui-icon-calculator
|
|
1979
1525
|
background-position: -112px -112px
|
|
1980
|
-
|
|
1981
1526
|
.ui-icon-zoomin
|
|
1982
1527
|
background-position: -128px -112px
|
|
1983
|
-
|
|
1984
1528
|
.ui-icon-zoomout
|
|
1985
1529
|
background-position: -144px -112px
|
|
1986
|
-
|
|
1987
1530
|
.ui-icon-search
|
|
1988
1531
|
background-position: -160px -112px
|
|
1989
|
-
|
|
1990
1532
|
.ui-icon-wrench
|
|
1991
1533
|
background-position: -176px -112px
|
|
1992
|
-
|
|
1993
1534
|
.ui-icon-gear
|
|
1994
1535
|
background-position: -192px -112px
|
|
1995
|
-
|
|
1996
1536
|
.ui-icon-heart
|
|
1997
1537
|
background-position: -208px -112px
|
|
1998
|
-
|
|
1999
1538
|
.ui-icon-star
|
|
2000
1539
|
background-position: -224px -112px
|
|
2001
|
-
|
|
2002
1540
|
.ui-icon-link
|
|
2003
1541
|
background-position: -240px -112px
|
|
2004
|
-
|
|
2005
1542
|
.ui-icon-cancel
|
|
2006
1543
|
background-position: 0 -128px
|
|
2007
|
-
|
|
2008
1544
|
.ui-icon-plus
|
|
2009
1545
|
background-position: -16px -128px
|
|
2010
|
-
|
|
2011
1546
|
.ui-icon-plusthick
|
|
2012
1547
|
background-position: -32px -128px
|
|
2013
|
-
|
|
2014
1548
|
.ui-icon-minus
|
|
2015
1549
|
background-position: -48px -128px
|
|
2016
|
-
|
|
2017
1550
|
.ui-icon-minusthick
|
|
2018
1551
|
background-position: -64px -128px
|
|
2019
|
-
|
|
2020
1552
|
.ui-icon-close
|
|
2021
1553
|
background-position: -80px -128px
|
|
2022
|
-
|
|
2023
1554
|
.ui-icon-closethick
|
|
2024
1555
|
background-position: -96px -128px
|
|
2025
|
-
|
|
2026
1556
|
.ui-icon-key
|
|
2027
1557
|
background-position: -112px -128px
|
|
2028
|
-
|
|
2029
1558
|
.ui-icon-lightbulb
|
|
2030
1559
|
background-position: -128px -128px
|
|
2031
|
-
|
|
2032
1560
|
.ui-icon-scissors
|
|
2033
1561
|
background-position: -144px -128px
|
|
2034
|
-
|
|
2035
1562
|
.ui-icon-clipboard
|
|
2036
1563
|
background-position: -160px -128px
|
|
2037
|
-
|
|
2038
1564
|
.ui-icon-copy
|
|
2039
1565
|
background-position: -176px -128px
|
|
2040
|
-
|
|
2041
1566
|
.ui-icon-contact
|
|
2042
1567
|
background-position: -192px -128px
|
|
2043
|
-
|
|
2044
1568
|
.ui-icon-image
|
|
2045
1569
|
background-position: -208px -128px
|
|
2046
|
-
|
|
2047
1570
|
.ui-icon-video
|
|
2048
1571
|
background-position: -224px -128px
|
|
2049
|
-
|
|
2050
1572
|
.ui-icon-script
|
|
2051
1573
|
background-position: -240px -128px
|
|
2052
|
-
|
|
2053
1574
|
.ui-icon-alert
|
|
2054
1575
|
background-position: 0 -144px
|
|
2055
|
-
|
|
2056
1576
|
.ui-icon-info
|
|
2057
1577
|
background-position: -16px -144px
|
|
2058
|
-
|
|
2059
1578
|
.ui-icon-notice
|
|
2060
1579
|
background-position: -32px -144px
|
|
2061
|
-
|
|
2062
1580
|
.ui-icon-help
|
|
2063
1581
|
background-position: -48px -144px
|
|
2064
|
-
|
|
2065
1582
|
.ui-icon-check
|
|
2066
1583
|
background-position: -64px -144px
|
|
2067
|
-
|
|
2068
1584
|
.ui-icon-bullet
|
|
2069
1585
|
background-position: -80px -144px
|
|
2070
|
-
|
|
2071
1586
|
.ui-icon-radio-off
|
|
2072
1587
|
background-position: -96px -144px
|
|
2073
|
-
|
|
2074
1588
|
.ui-icon-radio-on
|
|
2075
1589
|
background-position: -112px -144px
|
|
2076
|
-
|
|
2077
1590
|
.ui-icon-pin-w
|
|
2078
1591
|
background-position: -128px -144px
|
|
2079
|
-
|
|
2080
1592
|
.ui-icon-pin-s
|
|
2081
1593
|
background-position: -144px -144px
|
|
2082
|
-
|
|
2083
1594
|
.ui-icon-play
|
|
2084
1595
|
background-position: 0 -160px
|
|
2085
|
-
|
|
2086
1596
|
.ui-icon-pause
|
|
2087
1597
|
background-position: -16px -160px
|
|
2088
|
-
|
|
2089
1598
|
.ui-icon-seek-next
|
|
2090
1599
|
background-position: -32px -160px
|
|
2091
|
-
|
|
2092
1600
|
.ui-icon-seek-prev
|
|
2093
1601
|
background-position: -48px -160px
|
|
2094
|
-
|
|
2095
1602
|
.ui-icon-seek-end
|
|
2096
1603
|
background-position: -64px -160px
|
|
2097
|
-
|
|
2098
1604
|
.ui-icon-seek-first
|
|
2099
1605
|
background-position: -80px -160px
|
|
2100
|
-
|
|
2101
1606
|
.ui-icon-stop
|
|
2102
1607
|
background-position: -96px -160px
|
|
2103
|
-
|
|
2104
1608
|
.ui-icon-eject
|
|
2105
1609
|
background-position: -112px -160px
|
|
2106
|
-
|
|
2107
1610
|
.ui-icon-volume-off
|
|
2108
1611
|
background-position: -128px -160px
|
|
2109
|
-
|
|
2110
1612
|
.ui-icon-volume-on
|
|
2111
1613
|
background-position: -144px -160px
|
|
2112
|
-
|
|
2113
1614
|
.ui-icon-power
|
|
2114
1615
|
background-position: 0 -176px
|
|
2115
|
-
|
|
2116
1616
|
.ui-icon-signal-diag
|
|
2117
1617
|
background-position: -16px -176px
|
|
2118
|
-
|
|
2119
1618
|
.ui-icon-signal
|
|
2120
1619
|
background-position: -32px -176px
|
|
2121
|
-
|
|
2122
1620
|
.ui-icon-battery-0
|
|
2123
1621
|
background-position: -48px -176px
|
|
2124
|
-
|
|
2125
1622
|
.ui-icon-battery-1
|
|
2126
1623
|
background-position: -64px -176px
|
|
2127
|
-
|
|
2128
1624
|
.ui-icon-battery-2
|
|
2129
1625
|
background-position: -80px -176px
|
|
2130
|
-
|
|
2131
1626
|
.ui-icon-battery-3
|
|
2132
1627
|
background-position: -96px -176px
|
|
2133
|
-
|
|
2134
1628
|
.ui-icon-circle-plus
|
|
2135
1629
|
background-position: 0 -192px
|
|
2136
|
-
|
|
2137
1630
|
.ui-icon-circle-minus
|
|
2138
1631
|
background-position: -16px -192px
|
|
2139
|
-
|
|
2140
1632
|
.ui-icon-circle-close
|
|
2141
1633
|
background-position: -32px -192px
|
|
2142
|
-
|
|
2143
1634
|
.ui-icon-circle-triangle-e
|
|
2144
1635
|
background-position: -48px -192px
|
|
2145
|
-
|
|
2146
1636
|
.ui-icon-circle-triangle-s
|
|
2147
1637
|
background-position: -64px -192px
|
|
2148
|
-
|
|
2149
1638
|
.ui-icon-circle-triangle-w
|
|
2150
1639
|
background-position: -80px -192px
|
|
2151
|
-
|
|
2152
1640
|
.ui-icon-circle-triangle-n
|
|
2153
1641
|
background-position: -96px -192px
|
|
2154
|
-
|
|
2155
1642
|
.ui-icon-circle-arrow-e
|
|
2156
1643
|
background-position: -112px -192px
|
|
2157
|
-
|
|
2158
1644
|
.ui-icon-circle-arrow-s
|
|
2159
1645
|
background-position: -128px -192px
|
|
2160
|
-
|
|
2161
1646
|
.ui-icon-circle-arrow-w
|
|
2162
1647
|
background-position: -144px -192px
|
|
2163
|
-
|
|
2164
1648
|
.ui-icon-circle-arrow-n
|
|
2165
1649
|
background-position: -160px -192px
|
|
2166
|
-
|
|
2167
1650
|
.ui-icon-circle-zoomin
|
|
2168
1651
|
background-position: -176px -192px
|
|
2169
|
-
|
|
2170
1652
|
.ui-icon-circle-zoomout
|
|
2171
1653
|
background-position: -192px -192px
|
|
2172
|
-
|
|
2173
1654
|
.ui-icon-circle-check
|
|
2174
1655
|
background-position: -208px -192px
|
|
2175
|
-
|
|
2176
1656
|
.ui-icon-circlesmall-plus
|
|
2177
1657
|
background-position: 0 -208px
|
|
2178
|
-
|
|
2179
1658
|
.ui-icon-circlesmall-minus
|
|
2180
1659
|
background-position: -16px -208px
|
|
2181
|
-
|
|
2182
1660
|
.ui-icon-circlesmall-close
|
|
2183
1661
|
background-position: -32px -208px
|
|
2184
|
-
|
|
2185
1662
|
.ui-icon-squaresmall-plus
|
|
2186
1663
|
background-position: -48px -208px
|
|
2187
|
-
|
|
2188
1664
|
.ui-icon-squaresmall-minus
|
|
2189
1665
|
background-position: -64px -208px
|
|
2190
|
-
|
|
2191
1666
|
.ui-icon-squaresmall-close
|
|
2192
1667
|
background-position: -80px -208px
|
|
2193
|
-
|
|
2194
1668
|
.ui-icon-grip-dotted-vertical
|
|
2195
1669
|
background-position: 0 -224px
|
|
2196
|
-
|
|
2197
1670
|
.ui-icon-grip-dotted-horizontal
|
|
2198
1671
|
background-position: -16px -224px
|
|
2199
|
-
|
|
2200
1672
|
.ui-icon-grip-solid-vertical
|
|
2201
1673
|
background-position: -32px -224px
|
|
2202
|
-
|
|
2203
1674
|
.ui-icon-grip-solid-horizontal
|
|
2204
1675
|
background-position: -48px -224px
|
|
2205
|
-
|
|
2206
1676
|
.ui-icon-gripsmall-diagonal-se
|
|
2207
1677
|
background-position: -64px -224px
|
|
2208
|
-
|
|
2209
1678
|
.ui-icon-grip-diagonal-se
|
|
2210
1679
|
background-position: -80px -224px
|
|
2211
|
-
|
|
2212
1680
|
.ui-corner-tl
|
|
2213
1681
|
-moz-border-radius-topleft: 5px
|
|
2214
1682
|
-webkit-border-top-left-radius: 5px
|
|
2215
|
-
|
|
2216
1683
|
.ui-corner-tr
|
|
2217
1684
|
-moz-border-radius-topright: 5px
|
|
2218
1685
|
-webkit-border-top-right-radius: 5px
|
|
2219
|
-
|
|
2220
1686
|
.ui-corner-bl
|
|
2221
1687
|
-moz-border-radius-bottomleft: 5px
|
|
2222
1688
|
-webkit-border-bottom-left-radius: 5px
|
|
2223
|
-
|
|
2224
1689
|
.ui-corner-br
|
|
2225
1690
|
-moz-border-radius-bottomright: 5px
|
|
2226
1691
|
-webkit-border-bottom-right-radius: 5px
|
|
2227
|
-
|
|
2228
1692
|
.ui-corner-top
|
|
2229
1693
|
-moz-border-radius-topleft: 5px
|
|
2230
1694
|
-webkit-border-top-left-radius: 5px
|
|
2231
1695
|
-moz-border-radius-topright: 5px
|
|
2232
1696
|
-webkit-border-top-right-radius: 5px
|
|
2233
|
-
|
|
2234
1697
|
.ui-corner-bottom
|
|
2235
1698
|
-moz-border-radius-bottomleft: 5px
|
|
2236
1699
|
-webkit-border-bottom-left-radius: 5px
|
|
2237
1700
|
-moz-border-radius-bottomright: 5px
|
|
2238
1701
|
-webkit-border-bottom-right-radius: 5px
|
|
2239
|
-
|
|
2240
1702
|
.ui-corner-right
|
|
2241
1703
|
-moz-border-radius-topright: 5px
|
|
2242
1704
|
-webkit-border-top-right-radius: 5px
|
|
2243
1705
|
-moz-border-radius-bottomright: 5px
|
|
2244
1706
|
-webkit-border-bottom-right-radius: 5px
|
|
2245
|
-
|
|
2246
1707
|
.ui-corner-left
|
|
2247
1708
|
-moz-border-radius-topleft: 5px
|
|
2248
1709
|
-webkit-border-top-left-radius: 5px
|
|
2249
1710
|
-moz-border-radius-bottomleft: 5px
|
|
2250
1711
|
-webkit-border-bottom-left-radius: 5px
|
|
2251
|
-
|
|
2252
1712
|
.ui-corner-all
|
|
2253
1713
|
-moz-border-radius: 5px
|
|
2254
1714
|
-webkit-border-radius: 5px
|
|
2255
|
-
|
|
2256
1715
|
.ui-widget-overlay
|
|
2257
1716
|
background: #aaaaaa url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x
|
|
2258
|
-
opacity: .
|
|
2259
|
-
filter: Alpha(Opacity=30)
|
|
1717
|
+
opacity: 0.3
|
|
1718
|
+
filter: Alpha(Opacity = 30)
|
|
2260
1719
|
|
|
2261
1720
|
.ui-widget-shadow
|
|
2262
1721
|
margin: -8px 0 0 -8px
|
|
2263
1722
|
padding: 8px
|
|
2264
1723
|
background: #aaaaaa url(/assets/forgeos/jquery-ui/themes/redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x
|
|
2265
|
-
opacity: .
|
|
2266
|
-
filter: Alpha(Opacity=30)
|
|
1724
|
+
opacity: 0.3
|
|
1725
|
+
filter: Alpha(Opacity = 30)
|
|
2267
1726
|
-moz-border-radius: 8px
|
|
2268
1727
|
-webkit-border-radius: 8px
|
|
2269
|
-
|
|
2270
1728
|
.ui-accordion
|
|
2271
1729
|
.ui-accordion-header
|
|
2272
1730
|
cursor: pointer
|
|
2273
1731
|
position: relative
|
|
2274
1732
|
margin-top: 1px
|
|
2275
1733
|
zoom: 1
|
|
2276
|
-
|
|
2277
1734
|
.ui-accordion-li-fix
|
|
2278
1735
|
display: inline
|
|
2279
|
-
|
|
2280
1736
|
.ui-accordion-header-active
|
|
2281
1737
|
border-bottom: 0 !important
|
|
2282
|
-
|
|
2283
1738
|
.ui-accordion-header
|
|
2284
1739
|
a
|
|
2285
1740
|
display: block
|
|
2286
1741
|
font-size: 1em
|
|
2287
|
-
padding: .5em .5em .5em 2.2em
|
|
2288
|
-
|
|
1742
|
+
padding: 0.5em 0.5em 0.5em 2.2em
|
|
2289
1743
|
.ui-icon
|
|
2290
1744
|
position: absolute
|
|
2291
|
-
left: .5em
|
|
1745
|
+
left: 0.5em
|
|
2292
1746
|
top: 50%
|
|
2293
1747
|
margin-top: -8px
|
|
2294
|
-
|
|
2295
1748
|
.ui-accordion-content
|
|
2296
1749
|
padding: 1em 2.2em
|
|
2297
1750
|
border-top: 0
|
|
@@ -2301,39 +1754,29 @@
|
|
|
2301
1754
|
margin-bottom: 2px
|
|
2302
1755
|
overflow: auto
|
|
2303
1756
|
display: none
|
|
2304
|
-
|
|
2305
1757
|
.ui-accordion-content-active
|
|
2306
1758
|
display: block
|
|
2307
|
-
|
|
2308
1759
|
.ui-datepicker
|
|
2309
1760
|
width: 17em
|
|
2310
|
-
padding: .2em .2em 0
|
|
2311
|
-
|
|
1761
|
+
padding: 0.2em 0.2em 0
|
|
2312
1762
|
.ui-datepicker-header
|
|
2313
1763
|
position: relative
|
|
2314
|
-
padding: .2em 0
|
|
2315
|
-
|
|
1764
|
+
padding: 0.2em 0
|
|
2316
1765
|
.ui-datepicker-prev, .ui-datepicker-next
|
|
2317
1766
|
position: absolute
|
|
2318
1767
|
top: 2px
|
|
2319
1768
|
width: 1.8em
|
|
2320
1769
|
height: 1.8em
|
|
2321
|
-
|
|
2322
1770
|
.ui-datepicker-prev-hover, .ui-datepicker-next-hover
|
|
2323
1771
|
top: 1px
|
|
2324
|
-
|
|
2325
1772
|
.ui-datepicker-prev
|
|
2326
1773
|
left: 2px
|
|
2327
|
-
|
|
2328
1774
|
.ui-datepicker-next
|
|
2329
1775
|
right: 2px
|
|
2330
|
-
|
|
2331
1776
|
.ui-datepicker-prev-hover
|
|
2332
1777
|
left: 1px
|
|
2333
|
-
|
|
2334
1778
|
.ui-datepicker-next-hover
|
|
2335
1779
|
right: 1px
|
|
2336
|
-
|
|
2337
1780
|
.ui-datepicker-prev span, .ui-datepicker-next span
|
|
2338
1781
|
display: block
|
|
2339
1782
|
position: absolute
|
|
@@ -2341,133 +1784,101 @@
|
|
|
2341
1784
|
margin-left: -8px
|
|
2342
1785
|
top: 50%
|
|
2343
1786
|
margin-top: -8px
|
|
2344
|
-
|
|
2345
1787
|
.ui-datepicker-title
|
|
2346
1788
|
margin: 0 2.3em
|
|
2347
1789
|
line-height: 1.8em
|
|
2348
1790
|
text-align: center
|
|
2349
|
-
|
|
2350
1791
|
select
|
|
2351
1792
|
float: left
|
|
2352
1793
|
font-size: 1em
|
|
2353
1794
|
margin: 1px 0
|
|
2354
|
-
|
|
2355
1795
|
select
|
|
2356
1796
|
&.ui-datepicker-month-year
|
|
2357
1797
|
width: 100%
|
|
2358
|
-
|
|
2359
1798
|
&.ui-datepicker-month, &.ui-datepicker-year
|
|
2360
1799
|
width: 49%
|
|
2361
|
-
|
|
2362
1800
|
.ui-datepicker-title select.ui-datepicker-year
|
|
2363
1801
|
float: right
|
|
2364
|
-
|
|
2365
1802
|
table
|
|
2366
1803
|
width: 100%
|
|
2367
|
-
font-size: .9em
|
|
1804
|
+
font-size: 0.9em
|
|
2368
1805
|
border-collapse: collapse
|
|
2369
|
-
margin: 0 0 .4em
|
|
2370
|
-
|
|
1806
|
+
margin: 0 0 0.4em
|
|
2371
1807
|
th
|
|
2372
|
-
padding: .7em .3em
|
|
1808
|
+
padding: 0.7em 0.3em
|
|
2373
1809
|
text-align: center
|
|
2374
1810
|
font-weight: bold
|
|
2375
1811
|
border: 0
|
|
2376
|
-
|
|
2377
1812
|
td
|
|
2378
1813
|
border: 0
|
|
2379
1814
|
padding: 1px
|
|
2380
|
-
|
|
2381
1815
|
span, a
|
|
2382
1816
|
display: block
|
|
2383
|
-
padding: .2em
|
|
1817
|
+
padding: 0.2em
|
|
2384
1818
|
text-align: right
|
|
2385
1819
|
text-decoration: none
|
|
2386
|
-
|
|
2387
1820
|
.ui-datepicker-buttonpane
|
|
2388
1821
|
background-image: none
|
|
2389
|
-
margin: .7em 0 0 0
|
|
2390
|
-
padding: 0 .2em
|
|
1822
|
+
margin: 0.7em 0 0 0
|
|
1823
|
+
padding: 0 0.2em
|
|
2391
1824
|
border-left: 0
|
|
2392
1825
|
border-right: 0
|
|
2393
1826
|
border-bottom: 0
|
|
2394
|
-
|
|
2395
1827
|
button
|
|
2396
1828
|
float: right
|
|
2397
|
-
margin: .5em .2em .4em
|
|
1829
|
+
margin: 0.5em 0.2em 0.4em
|
|
2398
1830
|
cursor: pointer
|
|
2399
|
-
padding: .2em .6em .3em .6em
|
|
1831
|
+
padding: 0.2em 0.6em 0.3em 0.6em
|
|
2400
1832
|
width: auto
|
|
2401
1833
|
overflow: visible
|
|
2402
|
-
|
|
2403
1834
|
&.ui-datepicker-current
|
|
2404
1835
|
float: left
|
|
2405
|
-
|
|
2406
1836
|
&.ui-datepicker-multi
|
|
2407
1837
|
width: auto
|
|
2408
|
-
|
|
2409
1838
|
.ui-datepicker-multi .ui-datepicker-group
|
|
2410
1839
|
float: left
|
|
2411
|
-
|
|
2412
1840
|
table
|
|
2413
1841
|
width: 95%
|
|
2414
|
-
margin: 0 auto .4em
|
|
2415
|
-
|
|
1842
|
+
margin: 0 auto 0.4em
|
|
2416
1843
|
.ui-datepicker-multi-2 .ui-datepicker-group
|
|
2417
1844
|
width: 50%
|
|
2418
|
-
|
|
2419
1845
|
.ui-datepicker-multi-3 .ui-datepicker-group
|
|
2420
1846
|
width: 33.3%
|
|
2421
|
-
|
|
2422
1847
|
.ui-datepicker-multi-4 .ui-datepicker-group
|
|
2423
1848
|
width: 25%
|
|
2424
|
-
|
|
2425
1849
|
.ui-datepicker-multi
|
|
2426
1850
|
.ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
|
|
2427
1851
|
border-left-width: 0
|
|
2428
|
-
|
|
2429
1852
|
.ui-datepicker-buttonpane
|
|
2430
1853
|
clear: left
|
|
2431
|
-
|
|
2432
1854
|
.ui-datepicker-row-break
|
|
2433
1855
|
clear: both
|
|
2434
1856
|
width: 100%
|
|
2435
|
-
|
|
2436
1857
|
.ui-datepicker-rtl
|
|
2437
1858
|
direction: rtl
|
|
2438
|
-
|
|
2439
1859
|
.ui-datepicker-prev
|
|
2440
1860
|
right: 2px
|
|
2441
1861
|
left: auto
|
|
2442
|
-
|
|
2443
1862
|
.ui-datepicker-next
|
|
2444
1863
|
left: 2px
|
|
2445
1864
|
right: auto
|
|
2446
|
-
|
|
2447
1865
|
.ui-datepicker-prev:hover
|
|
2448
1866
|
right: 1px
|
|
2449
1867
|
left: auto
|
|
2450
|
-
|
|
2451
1868
|
.ui-datepicker-next:hover
|
|
2452
1869
|
left: 1px
|
|
2453
1870
|
right: auto
|
|
2454
|
-
|
|
2455
1871
|
.ui-datepicker-buttonpane
|
|
2456
1872
|
clear: right
|
|
2457
|
-
|
|
2458
1873
|
button
|
|
2459
1874
|
float: left
|
|
2460
|
-
|
|
2461
1875
|
&.ui-datepicker-current
|
|
2462
1876
|
float: right
|
|
2463
|
-
|
|
2464
1877
|
.ui-datepicker-group
|
|
2465
1878
|
float: right
|
|
2466
|
-
|
|
2467
1879
|
.ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
|
|
2468
1880
|
border-right-width: 0
|
|
2469
1881
|
border-left-width: 1px
|
|
2470
|
-
|
|
2471
1882
|
.ui-datepicker-cover
|
|
2472
1883
|
display: none
|
|
2473
1884
|
display/**/: block
|
|
@@ -2478,240 +1889,192 @@
|
|
|
2478
1889
|
left: -4px
|
|
2479
1890
|
width: 200px
|
|
2480
1891
|
height: 200px
|
|
2481
|
-
|
|
2482
1892
|
.ui-dialog
|
|
2483
1893
|
position: relative
|
|
2484
|
-
padding: .2em
|
|
1894
|
+
padding: 0.2em
|
|
2485
1895
|
width: 300px
|
|
2486
|
-
|
|
2487
1896
|
.ui-dialog-titlebar
|
|
2488
|
-
padding: .5em .3em .3em 1em
|
|
1897
|
+
padding: 0.5em 0.3em 0.3em 1em
|
|
2489
1898
|
position: relative
|
|
2490
|
-
|
|
2491
1899
|
.ui-dialog-title
|
|
2492
1900
|
float: left
|
|
2493
|
-
margin: .1em 0 .2em
|
|
2494
|
-
|
|
1901
|
+
margin: 0.1em 0 0.2em
|
|
2495
1902
|
.ui-dialog-titlebar-close
|
|
2496
1903
|
position: absolute
|
|
2497
|
-
right: .3em
|
|
1904
|
+
right: 0.3em
|
|
2498
1905
|
top: 50%
|
|
2499
1906
|
width: 19px
|
|
2500
1907
|
margin: -10px 0 0 0
|
|
2501
1908
|
padding: 1px
|
|
2502
1909
|
height: 18px
|
|
2503
|
-
|
|
2504
1910
|
span
|
|
2505
1911
|
display: block
|
|
2506
1912
|
margin: 1px
|
|
2507
|
-
|
|
2508
1913
|
&:hover, &:focus
|
|
2509
1914
|
padding: 0
|
|
2510
|
-
|
|
2511
1915
|
.ui-dialog-content
|
|
2512
1916
|
border: 0
|
|
2513
|
-
padding: .5em 1em
|
|
1917
|
+
padding: 0.5em 1em
|
|
2514
1918
|
background: none
|
|
2515
1919
|
overflow: auto
|
|
2516
1920
|
zoom: 1
|
|
2517
|
-
|
|
2518
1921
|
.ui-dialog-buttonpane
|
|
2519
1922
|
text-align: left
|
|
2520
1923
|
border-width: 1px 0 0 0
|
|
2521
1924
|
background-image: none
|
|
2522
|
-
margin: .5em 0 0 0
|
|
2523
|
-
padding: .3em 1em .5em .4em
|
|
2524
|
-
|
|
1925
|
+
margin: 0.5em 0 0 0
|
|
1926
|
+
padding: 0.3em 1em 0.5em 0.4em
|
|
2525
1927
|
button
|
|
2526
1928
|
float: right
|
|
2527
|
-
margin: .5em .4em .5em 0
|
|
1929
|
+
margin: 0.5em 0.4em 0.5em 0
|
|
2528
1930
|
cursor: pointer
|
|
2529
|
-
padding: .2em .6em .3em .6em
|
|
1931
|
+
padding: 0.2em 0.6em 0.3em 0.6em
|
|
2530
1932
|
line-height: 1.4em
|
|
2531
1933
|
width: auto
|
|
2532
1934
|
overflow: visible
|
|
2533
|
-
|
|
2534
1935
|
.ui-resizable-se
|
|
2535
1936
|
width: 14px
|
|
2536
1937
|
height: 14px
|
|
2537
1938
|
right: 3px
|
|
2538
1939
|
bottom: 3px
|
|
2539
|
-
|
|
2540
1940
|
.ui-draggable .ui-dialog-titlebar
|
|
2541
1941
|
cursor: move
|
|
2542
|
-
|
|
2543
1942
|
.ui-progressbar
|
|
2544
1943
|
height: 2em
|
|
2545
1944
|
text-align: left
|
|
2546
|
-
|
|
2547
1945
|
.ui-progressbar-value
|
|
2548
1946
|
margin: -1px
|
|
2549
1947
|
height: 100%
|
|
2550
|
-
|
|
2551
1948
|
.ui-resizable
|
|
2552
1949
|
position: relative
|
|
2553
|
-
|
|
2554
1950
|
.ui-resizable-handle
|
|
2555
1951
|
position: absolute
|
|
2556
1952
|
font-size: 0.1px
|
|
2557
1953
|
z-index: 99999
|
|
2558
1954
|
display: block
|
|
2559
|
-
|
|
2560
1955
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
|
|
2561
1956
|
display: none
|
|
2562
|
-
|
|
2563
1957
|
.ui-resizable-n
|
|
2564
1958
|
cursor: n-resize
|
|
2565
1959
|
height: 7px
|
|
2566
1960
|
width: 100%
|
|
2567
1961
|
top: -5px
|
|
2568
1962
|
left: 0px
|
|
2569
|
-
|
|
2570
1963
|
.ui-resizable-s
|
|
2571
1964
|
cursor: s-resize
|
|
2572
1965
|
height: 7px
|
|
2573
1966
|
width: 100%
|
|
2574
1967
|
bottom: -5px
|
|
2575
1968
|
left: 0px
|
|
2576
|
-
|
|
2577
1969
|
.ui-resizable-e
|
|
2578
1970
|
cursor: e-resize
|
|
2579
1971
|
width: 7px
|
|
2580
1972
|
right: -5px
|
|
2581
1973
|
top: 0px
|
|
2582
1974
|
height: 100%
|
|
2583
|
-
|
|
2584
1975
|
.ui-resizable-w
|
|
2585
1976
|
cursor: w-resize
|
|
2586
1977
|
width: 7px
|
|
2587
1978
|
left: -5px
|
|
2588
1979
|
top: 0px
|
|
2589
1980
|
height: 100%
|
|
2590
|
-
|
|
2591
1981
|
.ui-resizable-se
|
|
2592
1982
|
cursor: se-resize
|
|
2593
1983
|
width: 12px
|
|
2594
1984
|
height: 12px
|
|
2595
1985
|
right: 1px
|
|
2596
1986
|
bottom: 1px
|
|
2597
|
-
|
|
2598
1987
|
.ui-resizable-sw
|
|
2599
1988
|
cursor: sw-resize
|
|
2600
1989
|
width: 9px
|
|
2601
1990
|
height: 9px
|
|
2602
1991
|
left: -5px
|
|
2603
1992
|
bottom: -5px
|
|
2604
|
-
|
|
2605
1993
|
.ui-resizable-nw
|
|
2606
1994
|
cursor: nw-resize
|
|
2607
1995
|
width: 9px
|
|
2608
1996
|
height: 9px
|
|
2609
1997
|
left: -5px
|
|
2610
1998
|
top: -5px
|
|
2611
|
-
|
|
2612
1999
|
.ui-resizable-ne
|
|
2613
2000
|
cursor: ne-resize
|
|
2614
2001
|
width: 9px
|
|
2615
2002
|
height: 9px
|
|
2616
2003
|
right: -5px
|
|
2617
2004
|
top: -5px
|
|
2618
|
-
|
|
2619
2005
|
.ui-slider
|
|
2620
2006
|
position: relative
|
|
2621
2007
|
text-align: left
|
|
2622
|
-
|
|
2623
2008
|
.ui-slider-handle
|
|
2624
2009
|
position: absolute
|
|
2625
2010
|
z-index: 2
|
|
2626
2011
|
width: 1.2em
|
|
2627
2012
|
height: 1.2em
|
|
2628
2013
|
cursor: default
|
|
2629
|
-
|
|
2630
2014
|
.ui-slider-range
|
|
2631
2015
|
position: absolute
|
|
2632
2016
|
z-index: 1
|
|
2633
|
-
font-size: .7em
|
|
2017
|
+
font-size: 0.7em
|
|
2634
2018
|
display: block
|
|
2635
2019
|
border: 0
|
|
2636
|
-
|
|
2637
2020
|
.ui-slider-horizontal
|
|
2638
|
-
height: .8em
|
|
2639
|
-
|
|
2021
|
+
height: 0.8em
|
|
2640
2022
|
.ui-slider-handle
|
|
2641
|
-
top:
|
|
2642
|
-
margin-left:
|
|
2643
|
-
|
|
2023
|
+
top: -0.3em
|
|
2024
|
+
margin-left: -0.6em
|
|
2644
2025
|
.ui-slider-range
|
|
2645
2026
|
top: 0
|
|
2646
2027
|
height: 100%
|
|
2647
|
-
|
|
2648
2028
|
.ui-slider-range-min
|
|
2649
2029
|
left: 0
|
|
2650
|
-
|
|
2651
2030
|
.ui-slider-range-max
|
|
2652
2031
|
right: 0
|
|
2653
|
-
|
|
2654
2032
|
.ui-slider-vertical
|
|
2655
|
-
width: .8em
|
|
2033
|
+
width: 0.8em
|
|
2656
2034
|
height: 100px
|
|
2657
|
-
|
|
2658
2035
|
.ui-slider-handle
|
|
2659
|
-
left:
|
|
2036
|
+
left: -0.3em
|
|
2660
2037
|
margin-left: 0
|
|
2661
|
-
margin-bottom:
|
|
2662
|
-
|
|
2038
|
+
margin-bottom: -0.6em
|
|
2663
2039
|
.ui-slider-range
|
|
2664
2040
|
left: 0
|
|
2665
2041
|
width: 100%
|
|
2666
|
-
|
|
2667
2042
|
.ui-slider-range-min
|
|
2668
2043
|
bottom: 0
|
|
2669
|
-
|
|
2670
2044
|
.ui-slider-range-max
|
|
2671
2045
|
top: 0
|
|
2672
|
-
|
|
2673
2046
|
.ui-tabs
|
|
2674
|
-
padding: .2em
|
|
2047
|
+
padding: 0.2em
|
|
2675
2048
|
zoom: 1
|
|
2676
|
-
|
|
2677
2049
|
.ui-tabs-nav
|
|
2678
2050
|
list-style: none
|
|
2679
2051
|
position: relative
|
|
2680
|
-
padding: .2em .2em 0
|
|
2681
|
-
|
|
2052
|
+
padding: 0.2em 0.2em 0
|
|
2682
2053
|
li
|
|
2683
2054
|
position: relative
|
|
2684
2055
|
float: left
|
|
2685
2056
|
border-bottom-width: 0 !important
|
|
2686
|
-
margin: 0 .2em -1px 0
|
|
2057
|
+
margin: 0 0.2em -1px 0
|
|
2687
2058
|
padding: 0
|
|
2688
|
-
|
|
2689
2059
|
a
|
|
2690
2060
|
float: left
|
|
2691
2061
|
text-decoration: none
|
|
2692
|
-
padding: .5em 1em
|
|
2693
|
-
|
|
2062
|
+
padding: 0.5em 1em
|
|
2694
2063
|
&.ui-tabs-selected
|
|
2695
2064
|
padding-bottom: 1px
|
|
2696
2065
|
border-bottom-width: 0
|
|
2697
|
-
|
|
2698
2066
|
a
|
|
2699
2067
|
cursor: text
|
|
2700
|
-
|
|
2701
2068
|
&.ui-state-disabled a, &.ui-state-processing a
|
|
2702
2069
|
cursor: text
|
|
2703
|
-
|
|
2704
2070
|
a
|
|
2705
2071
|
cursor: pointer
|
|
2706
|
-
|
|
2707
2072
|
&.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
|
|
2708
2073
|
cursor: pointer
|
|
2709
|
-
|
|
2710
2074
|
.ui-tabs-panel
|
|
2711
2075
|
padding: 1em 1.4em
|
|
2712
2076
|
display: block
|
|
2713
2077
|
border-width: 0
|
|
2714
2078
|
background: none
|
|
2715
|
-
|
|
2716
2079
|
.ui-tabs-hide
|
|
2717
2080
|
display: none !important
|