refinerycms 0.9.6.29 → 0.9.6.30
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/VERSION +1 -1
- data/config/application.rb +1 -1
- data/public/stylesheets/refinery/application.css +18 -18
- data/public/stylesheets/refinery/refinery.css +565 -559
- data/vendor/plugins/authentication/app/views/admin/users/_user.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +1 -1
- data/vendor/plugins/images/app/helpers/admin/images_helper.rb +1 -1
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +3 -3
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +1 -1
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +4 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +1 -1
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +1 -1
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +1 -1
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +2 -3
- data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +3 -3
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +43 -30
- data/vendor/plugins/refinery/rails/init.rb +1 -1
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +1 -1
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +1 -1
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +1 -1
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +1 -1
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +1 -1
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +1 -1
- data/vendor/plugins/themes/rails/init.rb +9 -6
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.6.
|
1
|
+
0.9.6.30
|
data/config/application.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
|
3
3
|
|
4
4
|
# Specified gem version of Refinery to use when vendor/plugins/refinery/lib/refinery.rb is not present.
|
5
|
-
REFINERY_GEM_VERSION = '0.9.6.
|
5
|
+
REFINERY_GEM_VERSION = '0.9.6.30' unless defined? REFINERY_GEM_VERSION
|
6
6
|
|
7
7
|
# Boot Rails
|
8
8
|
require File.join(File.dirname(__FILE__), 'boot')
|
@@ -1,19 +1,19 @@
|
|
1
1
|
#page {
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
padding: 20px;
|
3
|
+
width: 1000px;
|
4
|
+
margin: 0px auto;
|
5
5
|
}
|
6
6
|
#body_content_left {
|
7
|
-
|
8
|
-
|
7
|
+
float: left;
|
8
|
+
width: 600px;
|
9
9
|
}
|
10
10
|
#body_content_right {
|
11
|
-
|
12
|
-
|
11
|
+
float: right;
|
12
|
+
width: 360px;
|
13
13
|
}
|
14
14
|
.inquiries form label {
|
15
|
-
|
16
|
-
|
15
|
+
width: 150px;
|
16
|
+
float: left;
|
17
17
|
}
|
18
18
|
.inquiries form input {
|
19
19
|
|
@@ -25,21 +25,21 @@
|
|
25
25
|
|
26
26
|
}
|
27
27
|
.inquiries form .actions {
|
28
|
-
|
28
|
+
margin-left: 150px;
|
29
29
|
}
|
30
30
|
.inquiries form .actions input {
|
31
31
|
}
|
32
32
|
.inquiries .field {
|
33
|
-
|
33
|
+
margin: 12px 0px;
|
34
34
|
}
|
35
35
|
.inquiries form {
|
36
|
-
|
36
|
+
padding-top: 12px;
|
37
37
|
}
|
38
38
|
.page_not_live {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
39
|
+
border: 1px solid #A00027;
|
40
|
+
color: #A00027;
|
41
|
+
background: #FFB1B1;
|
42
|
+
padding:3px 9px;
|
43
|
+
font-weight:bold;
|
44
|
+
width:auto;
|
45
45
|
}
|
@@ -1,924 +1,927 @@
|
|
1
1
|
* {
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
color: #41403C;
|
3
|
+
font-family: Arial;
|
4
|
+
font-size: 13px;
|
5
5
|
}
|
6
6
|
html {
|
7
|
-
|
7
|
+
min-height: 100%;
|
8
8
|
}
|
9
9
|
body {
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
10
|
+
min-height: 100%;
|
11
|
+
margin: 0;
|
12
|
+
padding: 0;
|
13
|
+
font: 10px/1.5em Verdana;
|
14
|
+
background: black url('/images/refinery/page_bg.png') repeat;
|
15
15
|
}
|
16
16
|
|
17
17
|
acronym {
|
18
|
-
|
18
|
+
cursor: help;
|
19
19
|
}
|
20
20
|
|
21
21
|
#actions {
|
22
|
-
|
23
|
-
|
24
|
-
|
22
|
+
float: right;
|
23
|
+
width: 36.1%;
|
24
|
+
padding-left: 15px;
|
25
25
|
}
|
26
26
|
|
27
27
|
#records {
|
28
|
-
|
29
|
-
|
30
|
-
|
28
|
+
float: left;
|
29
|
+
width: 60.6%;
|
30
|
+
padding-right: 15px;
|
31
31
|
}
|
32
32
|
|
33
33
|
#actions ul {
|
34
|
-
|
35
|
-
|
36
|
-
|
34
|
+
margin: 0;
|
35
|
+
padding: 0;
|
36
|
+
list-style: none;
|
37
37
|
}
|
38
38
|
|
39
39
|
#actions li a {
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
40
|
+
background-color:#F6F5F4;
|
41
|
+
background-position: 12px;
|
42
|
+
background-repeat: no-repeat;
|
43
|
+
border:1px solid #B7B7A8;
|
44
|
+
display:block;
|
45
|
+
padding:9px 12px 9px 36px;
|
46
46
|
}
|
47
47
|
#actions li a:hover {
|
48
|
-
|
48
|
+
text-decoration: underline;
|
49
49
|
}
|
50
50
|
|
51
51
|
#actions li {
|
52
|
-
|
52
|
+
margin-top: 10px;
|
53
53
|
}
|
54
54
|
|
55
55
|
#sort-status {
|
56
|
-
|
56
|
+
padding: 5px 5px 5px 0px;
|
57
57
|
}
|
58
58
|
|
59
59
|
hr {
|
60
|
-
|
61
|
-
|
60
|
+
border: 0;
|
61
|
+
border-top: 1px solid #484743;
|
62
62
|
}
|
63
63
|
|
64
64
|
.form-actions {
|
65
|
-
|
65
|
+
margin-top: 10px;
|
66
66
|
}
|
67
67
|
|
68
68
|
.actions img {
|
69
|
-
|
69
|
+
border: none;
|
70
70
|
}
|
71
71
|
|
72
72
|
.actions a, .actions a:hover {
|
73
|
-
|
74
|
-
|
73
|
+
border: none;
|
74
|
+
text-decoration: none;
|
75
75
|
}
|
76
76
|
|
77
77
|
.errorExplanation {
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
78
|
+
background: 7px 10px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
79
|
+
padding: 0px 5px 5px 30px;
|
80
|
+
font-weight: bold;
|
81
|
+
margin-top: 5px;
|
82
|
+
margin-bottom: 5px;
|
83
|
+
border: 1px solid red;
|
84
84
|
}
|
85
85
|
|
86
86
|
.errorExplanation h2 {
|
87
|
-
|
88
|
-
|
89
|
-
|
87
|
+
color: red;
|
88
|
+
text-transform: none;
|
89
|
+
display: none;
|
90
90
|
}
|
91
91
|
|
92
92
|
.errorExplanation p {
|
93
|
-
|
93
|
+
font-weight: normal;
|
94
94
|
}
|
95
95
|
|
96
96
|
.fieldWithErrors input, .fieldWithErrors textarea {
|
97
|
-
|
98
|
-
|
97
|
+
border: 1px solid red;
|
98
|
+
background-color: #FFECF0;
|
99
99
|
}
|
100
100
|
|
101
101
|
#flash {
|
102
|
-
|
102
|
+
width: 545px;
|
103
103
|
}
|
104
104
|
.login #flash {
|
105
|
-
|
105
|
+
width: 520px;
|
106
106
|
}
|
107
107
|
#message, #flash {
|
108
|
-
|
109
|
-
|
108
|
+
padding: 8px 8px 8px 30px;
|
109
|
+
margin-bottom: 5px;
|
110
110
|
}
|
111
111
|
|
112
112
|
.flash_notice {
|
113
|
-
|
114
|
-
|
115
|
-
|
113
|
+
border: 1px solid #00A017;
|
114
|
+
color: #00A017;
|
115
|
+
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
116
116
|
}
|
117
117
|
|
118
118
|
.flash_notice, .flash_notice * {
|
119
|
-
|
119
|
+
color: #00A017;
|
120
120
|
}
|
121
121
|
|
122
122
|
.flash_error {
|
123
|
-
|
124
|
-
|
125
|
-
|
123
|
+
border: 1px solid #A00027;
|
124
|
+
color: #A00027;
|
125
|
+
background: 7px 7px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
126
126
|
}
|
127
127
|
|
128
128
|
a {
|
129
|
-
|
130
|
-
|
131
|
-
|
129
|
+
color: #41403C;
|
130
|
+
text-decoration: none;
|
131
|
+
border-bottom: 1px dotted #727272;
|
132
132
|
}
|
133
133
|
|
134
134
|
.splash #content {
|
135
|
-
|
135
|
+
background: url('/images/refinery/admin_bg.png') repeat-y;
|
136
136
|
}
|
137
137
|
#content h1 {
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
138
|
+
font-size: 18px;
|
139
|
+
font-weight: lighter;
|
140
|
+
text-align: center;
|
141
|
+
border-bottom: 1px solid #99998B;
|
142
|
+
padding-bottom: 10px;
|
143
143
|
}
|
144
144
|
|
145
145
|
.less-important {
|
146
|
-
|
146
|
+
color: #727272;
|
147
147
|
}
|
148
148
|
|
149
149
|
#header a, #administration_tabnav a, #submenu a {
|
150
|
-
|
150
|
+
border: 0px;
|
151
151
|
}
|
152
152
|
|
153
153
|
a:hover {
|
154
|
-
|
155
|
-
|
154
|
+
color: #000;
|
155
|
+
border-bottom: 1px solid #727272;
|
156
156
|
}
|
157
157
|
|
158
158
|
#page_container {
|
159
|
-
|
160
|
-
|
161
|
-
|
159
|
+
margin: 0px auto 10px auto;
|
160
|
+
text-align: left;
|
161
|
+
width: 990px;
|
162
162
|
}
|
163
163
|
#page_container #page {
|
164
|
-
|
164
|
+
background: #f6f5f4;
|
165
165
|
}
|
166
166
|
|
167
167
|
#page_container.login {
|
168
|
-
|
168
|
+
width: 590px;
|
169
169
|
}
|
170
170
|
|
171
171
|
#page_container.login #page h1 {
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
172
|
+
margin: 0;
|
173
|
+
padding: 5px;
|
174
|
+
font-size: 20px;
|
175
|
+
line-height:22px
|
176
176
|
}
|
177
177
|
|
178
178
|
#page_container.login div.session_username, #page_container.login div.session_password {
|
179
|
-
|
179
|
+
float: left;
|
180
180
|
}
|
181
181
|
|
182
182
|
#page_container.login div.session_password {
|
183
|
-
|
183
|
+
margin-left: 25px;
|
184
184
|
}
|
185
185
|
|
186
186
|
#page_container.login div.remember_me {
|
187
|
-
|
187
|
+
margin-top: 12px;
|
188
188
|
}
|
189
189
|
|
190
190
|
#page_container.login div.forgot_password {
|
191
191
|
float: right;
|
192
192
|
|
193
|
-
|
194
|
-
|
193
|
+
margin-top: 11px;
|
194
|
+
margin-right: 3px;
|
195
195
|
}
|
196
196
|
|
197
197
|
#page_container.login div.remember_me label {
|
198
|
-
|
198
|
+
display: inline;
|
199
199
|
}
|
200
200
|
|
201
201
|
#page_container.login div.session_username input, #page_container.login div.session_password input {
|
202
|
-
|
202
|
+
width: 260px;
|
203
203
|
}
|
204
204
|
|
205
205
|
#page_container.login div.actions {
|
206
|
-
|
206
|
+
margin-top: 12px;
|
207
207
|
}
|
208
208
|
|
209
209
|
#header ul#menu {
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
210
|
+
display: block;
|
211
|
+
margin: 0px;
|
212
|
+
padding: 0px;
|
213
|
+
position: absolute;
|
214
|
+
bottom: 0px;
|
215
|
+
left: 15px;
|
216
|
+
right: 15px;
|
217
217
|
}
|
218
218
|
|
219
219
|
#header ul#menu li#logout {
|
220
|
-
|
220
|
+
float: right;
|
221
221
|
}
|
222
222
|
|
223
|
-
#header
|
224
|
-
|
225
|
-
|
226
|
-
|
223
|
+
#header li {
|
224
|
+
float: left;
|
225
|
+
margin-right: 2px;
|
226
|
+
list-style: none;
|
227
227
|
}
|
228
228
|
|
229
229
|
#header li a {
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
230
|
+
display: block;
|
231
|
+
padding: 9px;
|
232
|
+
font-size: 14px;
|
233
|
+
background-color: #c2c2b3;
|
234
|
+
margin-top: 6px;
|
235
235
|
}
|
236
236
|
|
237
237
|
#header li a:hover {
|
238
|
-
|
238
|
+
background-color: #deded9;
|
239
239
|
}
|
240
240
|
|
241
241
|
#header li a.active {
|
242
|
-
|
243
|
-
|
244
|
-
|
242
|
+
background-color: #f6f5f4;
|
243
|
+
padding: 12px;
|
244
|
+
margin-top: 0px;
|
245
245
|
}
|
246
246
|
|
247
247
|
#content {
|
248
|
-
|
248
|
+
padding: 15px;
|
249
249
|
}
|
250
250
|
|
251
251
|
pre {
|
252
|
-
|
253
|
-
|
252
|
+
margin: 0;
|
253
|
+
padding: 0;
|
254
254
|
}
|
255
255
|
|
256
256
|
.clearfix:after {
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
257
|
+
content: ".";
|
258
|
+
display: block;
|
259
|
+
height: 0;
|
260
|
+
clear: both;
|
261
|
+
visibility: hidden;
|
262
262
|
}
|
263
263
|
|
264
264
|
.preview {
|
265
|
-
|
265
|
+
color: #A3A093;
|
266
266
|
}
|
267
267
|
|
268
268
|
#header {
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
269
|
+
background: url('/images/refinery/header_background.png') #50504B repeat-x bottom;
|
270
|
+
padding: 26px 15px 0 15px;
|
271
|
+
position: relative;
|
272
|
+
height: 93px;
|
273
273
|
}
|
274
274
|
|
275
275
|
#page_container.login #header {
|
276
|
-
|
277
|
-
|
276
|
+
padding: 42px 15px 42px 15px;
|
277
|
+
height: 35px;
|
278
278
|
}
|
279
279
|
|
280
280
|
#site_link {
|
281
|
-
|
282
|
-
|
283
|
-
|
281
|
+
display: block;
|
282
|
+
color: #C2C2B3;
|
283
|
+
float: left;
|
284
284
|
|
285
285
|
}
|
286
286
|
|
287
287
|
#site_link:hover {
|
288
|
-
|
288
|
+
text-decoration: underline;
|
289
289
|
}
|
290
290
|
|
291
291
|
#header #logo {
|
292
|
-
|
293
|
-
|
294
|
-
|
292
|
+
position: absolute;
|
293
|
+
right: 20px;
|
294
|
+
top: 25px;
|
295
295
|
}
|
296
296
|
|
297
297
|
#header h1, #header h1 a {
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
298
|
+
color: white;
|
299
|
+
font-size: 20px;
|
300
|
+
font-weight: normal;
|
301
|
+
margin-bottom: 0;
|
302
|
+
padding-bottom: 4px;
|
303
|
+
margin-top: 0;
|
304
304
|
}
|
305
305
|
|
306
306
|
#header p {
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
307
|
+
color: white;
|
308
|
+
font-size: 90%;
|
309
|
+
padding: 0;
|
310
|
+
margin: 0;
|
311
311
|
}
|
312
312
|
|
313
313
|
#footer {
|
314
|
-
|
315
|
-
|
314
|
+
margin: 0px auto;
|
315
|
+
text-align: center;
|
316
316
|
}
|
317
317
|
|
318
318
|
#footer_logo {
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
319
|
+
border: 0px none;
|
320
|
+
display:inline-block;
|
321
|
+
*display:inline;
|
322
|
+
margin: 50px auto 40px auto;
|
323
|
+
width: auto;
|
324
324
|
}
|
325
325
|
|
326
326
|
#footer p, #footer a {
|
327
|
-
|
328
|
-
|
327
|
+
color: white;
|
328
|
+
font-size: 11px;
|
329
329
|
}
|
330
330
|
|
331
331
|
#submenu {
|
332
|
-
|
333
|
-
|
334
|
-
|
332
|
+
clear: both;
|
333
|
+
padding-left: 10px;
|
334
|
+
background: url('/images/refinery/nav-3-background.gif') #EFEE8 repeat-x bottom;
|
335
335
|
}
|
336
336
|
|
337
337
|
#submenu ul {
|
338
|
-
|
339
|
-
|
340
|
-
|
338
|
+
list-style: none;
|
339
|
+
margin: 0;
|
340
|
+
padding: 0 0 0 10px;
|
341
341
|
}
|
342
342
|
|
343
343
|
#submenu li {
|
344
|
-
|
344
|
+
float: left;
|
345
345
|
}
|
346
346
|
|
347
347
|
#submenu li a {
|
348
|
-
|
349
|
-
|
348
|
+
display: block;
|
349
|
+
padding: 6px;
|
350
350
|
}
|
351
351
|
|
352
352
|
#submenu2 {
|
353
|
-
|
354
|
-
|
353
|
+
margin-left: 10px;
|
354
|
+
margin-right: 12px;
|
355
355
|
}
|
356
356
|
|
357
357
|
#submenu a {
|
358
|
-
|
359
|
-
|
358
|
+
color: #727272;
|
359
|
+
text-decoration: none;
|
360
360
|
}
|
361
361
|
|
362
362
|
.filter {
|
363
|
-
|
363
|
+
float: right;
|
364
364
|
}
|
365
365
|
|
366
366
|
#records ul {
|
367
|
-
|
368
|
-
|
369
|
-
|
367
|
+
list-style: none;
|
368
|
+
margin-left: 0;
|
369
|
+
padding-left: 0;
|
370
370
|
}
|
371
371
|
|
372
372
|
#records li {
|
373
|
-
|
374
|
-
|
375
|
-
|
373
|
+
padding: 5px;
|
374
|
+
vertical-align: top;
|
375
|
+
margin-bottom: 2px;
|
376
376
|
}
|
377
377
|
|
378
378
|
#records .left-column {
|
379
|
-
|
380
|
-
|
379
|
+
float: left;
|
380
|
+
width: 65%;
|
381
381
|
}
|
382
382
|
|
383
383
|
#records .left-column img {
|
384
|
-
|
385
|
-
|
386
|
-
|
384
|
+
vertical-align: bottom;
|
385
|
+
margin-top: 1px;
|
386
|
+
margin-right: 5px;
|
387
387
|
}
|
388
388
|
|
389
389
|
#records .right-column {
|
390
|
-
|
391
|
-
|
392
|
-
|
390
|
+
float: right;
|
391
|
+
width: 34%;
|
392
|
+
text-align: right;
|
393
393
|
}
|
394
394
|
|
395
395
|
#records .on {
|
396
|
-
|
396
|
+
background-color: #E6E5DC !important;
|
397
397
|
}
|
398
398
|
#records .off {
|
399
|
-
|
399
|
+
background-color: #f6f5f4 !important;
|
400
400
|
}
|
401
401
|
|
402
402
|
#records .on-hover, #pagination ul a:hover, #pagination .on {
|
403
|
-
|
403
|
+
background: url('/images/refinery/hover-gradient.jpg') repeat-x bottom #D4D4C6
|
404
404
|
}
|
405
405
|
#records ul.empty {
|
406
|
-
|
406
|
+
display: none;
|
407
407
|
}
|
408
408
|
|
409
409
|
/* order of specificity: class rules need to be ruled important otherwise id based rules override them */
|
410
410
|
.tree ul li ul {
|
411
|
-
|
411
|
+
padding: 0;
|
412
412
|
}
|
413
413
|
|
414
414
|
.tree ul li {
|
415
|
-
|
416
|
-
|
417
|
-
|
415
|
+
margin: 0 !important;
|
416
|
+
padding: 5px 0 0 40px !important;
|
417
|
+
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
418
418
|
}
|
419
419
|
|
420
420
|
.tree .on-hover, #pagination ul.tree a:hover, #pagination .tree .on {
|
421
|
-
|
421
|
+
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
422
422
|
}
|
423
423
|
|
424
424
|
.tree ul li.branch_start {
|
425
|
-
|
425
|
+
background-image: url('/images/refinery/branch-start.gif');
|
426
426
|
}
|
427
427
|
.tree ul li.branch_end {
|
428
|
-
|
428
|
+
background-image: url('/images/refinery/branch-end.gif');
|
429
429
|
}
|
430
430
|
|
431
431
|
.tree li span.spacing {
|
432
|
-
|
432
|
+
display: none;
|
433
433
|
}
|
434
434
|
#content .ui-sortable li.hover {
|
435
|
-
|
436
|
-
|
435
|
+
height: 300%;
|
436
|
+
display: block;
|
437
437
|
}
|
438
438
|
|
439
439
|
#content .ui-sortable {
|
440
|
-
|
441
|
-
|
440
|
+
margin: 0;
|
441
|
+
padding: 12px 0px;
|
442
442
|
}
|
443
443
|
|
444
444
|
#content .ui-sortable li ul{
|
445
|
-
|
445
|
+
padding: 6px 10px 12px 40px !important;
|
446
446
|
}
|
447
447
|
|
448
448
|
#content ul.ui-sortable li {
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
449
|
+
background: #E6E5DC !important;
|
450
|
+
cursor: move;
|
451
|
+
border: 1px solid #b7b7a8;
|
452
|
+
margin-bottom: 2px !important;
|
453
|
+
padding: 3px 0px 0px 3px !important;
|
454
454
|
}
|
455
455
|
#content ul.ui-sortable li ul.empty {
|
456
|
-
|
456
|
+
display: block;
|
457
457
|
}
|
458
458
|
#content ul.ui-sortable li ul li.empty {
|
459
|
-
|
459
|
+
border: 0px none;
|
460
460
|
}
|
461
461
|
#content .ui-sortable .actions {
|
462
|
-
|
462
|
+
display: none !important;
|
463
463
|
}
|
464
464
|
#content .ui-sortable ul.spacing li {
|
465
|
-
|
466
|
-
|
465
|
+
display: block;
|
466
|
+
border: 0px none;
|
467
467
|
}
|
468
468
|
#content .ui-sortable ul {
|
469
|
-
|
469
|
+
min-height: 12px;
|
470
470
|
}
|
471
471
|
#content .ui-sortable li.placeholder {
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
472
|
+
opacity: 0.4;
|
473
|
+
border-width: 2px;
|
474
|
+
border-style: dashed;
|
475
|
+
height: 38px;
|
476
476
|
}
|
477
477
|
#content ul.ui-sortable li.ui-sortable-helper {
|
478
|
-
|
478
|
+
height: 38px !important;
|
479
479
|
}
|
480
480
|
#content ul.ui-sortable li.ui-sortable-helper ul {
|
481
|
-
|
481
|
+
display: none;
|
482
482
|
}
|
483
483
|
.ui-sortable-helper {
|
484
|
-
|
484
|
+
opacity: 0.7;
|
485
485
|
}
|
486
486
|
|
487
487
|
#content h2 {
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
488
|
+
font-size: 140%;
|
489
|
+
color:#41403C;
|
490
|
+
margin-bottom: 15px;
|
491
|
+
margin-top: 10px;
|
492
492
|
}
|
493
493
|
|
494
494
|
.pagination {
|
495
|
-
|
496
|
-
|
497
|
-
|
495
|
+
background-color: #C9DAE2;
|
496
|
+
padding: 7px;
|
497
|
+
margin: 10px 0px;
|
498
498
|
}
|
499
499
|
|
500
500
|
.pagination .disabled {
|
501
|
-
|
501
|
+
color: #A8B9C1;
|
502
502
|
}
|
503
503
|
|
504
|
-
.pagination a, .current, .disabled
|
505
|
-
|
506
|
-
|
507
|
-
|
504
|
+
.pagination a, .current, .disabled {
|
505
|
+
padding: 7px;
|
506
|
+
line-height: 20px;
|
507
|
+
border: none;
|
508
508
|
}
|
509
509
|
|
510
510
|
.pagination .current, .pagination a:hover {
|
511
|
-
|
511
|
+
background: #A8B9C1;
|
512
512
|
}
|
513
513
|
|
514
514
|
#dialog-form-actions .pagination {
|
515
|
-
|
516
|
-
|
517
|
-
|
515
|
+
margin: -4px 6px -4px 0px;
|
516
|
+
float: right;
|
517
|
+
width: auto;
|
518
518
|
}
|
519
519
|
#dialog-form-actions .pagination a, #dialog-form-actions .pagination .current, #dialog-form-actions .pagination .disabled {
|
520
|
-
|
520
|
+
line-height: 15px;
|
521
521
|
}
|
522
522
|
|
523
523
|
textarea {
|
524
|
-
|
525
|
-
|
524
|
+
line-height: 20px;
|
525
|
+
padding: 5px;
|
526
526
|
}
|
527
527
|
|
528
528
|
.field-couple {
|
529
|
-
|
529
|
+
margin-bottom: 20px;
|
530
530
|
}
|
531
531
|
|
532
532
|
.submit {
|
533
|
-
|
534
|
-
|
535
|
-
|
533
|
+
border: auto;
|
534
|
+
width: auto;
|
535
|
+
height: 25px;
|
536
536
|
}
|
537
537
|
|
538
538
|
label {
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
539
|
+
font-size: 110%;
|
540
|
+
margin-bottom: 5px;
|
541
|
+
font-weight: bold;
|
542
|
+
margin-top: 20px;
|
543
|
+
display: block;
|
544
544
|
}
|
545
545
|
|
546
546
|
label.input_label {
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
547
|
+
font-size: inherit;
|
548
|
+
margin-bottom: inerhit;
|
549
|
+
display: inline;
|
550
|
+
font-weight: normal;
|
551
|
+
margin-top: inherit;
|
552
552
|
}
|
553
553
|
|
554
554
|
small label {
|
555
|
-
|
556
|
-
|
557
|
-
|
555
|
+
font-size: inherit;
|
556
|
+
font-weight: inherit;
|
557
|
+
display: inherit;
|
558
558
|
}
|
559
559
|
|
560
560
|
label.stripped {
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
561
|
+
float: none;
|
562
|
+
display: inline;
|
563
|
+
font-weight: normal;
|
564
|
+
font-size: 1em;
|
565
|
+
margin: 0px;
|
566
|
+
padding: 0px;
|
567
567
|
}
|
568
568
|
|
569
569
|
.form-actions {
|
570
|
-
|
571
|
-
|
572
|
-
|
570
|
+
background-color: white;
|
571
|
+
padding: 10px;
|
572
|
+
border: 1px solid #CCC;
|
573
573
|
}
|
574
574
|
|
575
575
|
#body_field {
|
576
|
-
|
577
|
-
|
576
|
+
float: left;
|
577
|
+
width: 60%;
|
578
578
|
}
|
579
579
|
|
580
580
|
.no_side_body {
|
581
|
-
|
581
|
+
width: 72% !important;
|
582
582
|
}
|
583
583
|
|
584
584
|
#side_body_field {
|
585
|
-
|
586
|
-
|
587
|
-
|
585
|
+
float: left;
|
586
|
+
width: 38%;
|
587
|
+
margin-left: 18px;
|
588
588
|
}
|
589
589
|
|
590
590
|
#body_field textarea, #side_body_field textarea {
|
591
|
-
|
591
|
+
width: 99%;
|
592
592
|
}
|
593
593
|
|
594
594
|
.record .title span {
|
595
|
-
|
595
|
+
line-height: 30px;
|
596
596
|
}
|
597
|
-
#records
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
597
|
+
#records .actions {
|
598
|
+
float: right;
|
599
|
+
width: 120px;
|
600
|
+
text-align: right;
|
601
|
+
display: block;
|
602
602
|
}
|
603
603
|
|
604
604
|
.tree .actions {
|
605
|
-
|
605
|
+
margin-top: -6px;
|
606
606
|
}
|
607
607
|
|
608
608
|
.published {
|
609
|
-
|
610
|
-
|
609
|
+
width: 25px;
|
610
|
+
text-align: center;
|
611
611
|
}
|
612
612
|
|
613
613
|
.actions a {
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
614
|
+
display: block;
|
615
|
+
float: right;
|
616
|
+
margin: 3px;
|
617
|
+
line-height: 16px;
|
618
618
|
}
|
619
619
|
.actions a * {
|
620
|
-
|
620
|
+
padding: 4px;
|
621
621
|
}
|
622
622
|
|
623
623
|
.actions a:hover {
|
624
|
-
|
625
|
-
|
624
|
+
color: #E6E5DC;
|
625
|
+
background: #3F3E3A;
|
626
626
|
}
|
627
627
|
|
628
628
|
.actions a.cancel {
|
629
|
-
|
629
|
+
color: #AF0027;
|
630
630
|
}
|
631
631
|
|
632
632
|
.actions a.cancel:hover {
|
633
|
-
|
634
|
-
|
633
|
+
color: white;
|
634
|
+
background: #AF0027;
|
635
635
|
}
|
636
636
|
|
637
637
|
.actions a.reorder_anchor:hover {
|
638
|
-
|
639
|
-
|
638
|
+
background: inherit !important;
|
639
|
+
cursor: move;
|
640
640
|
}
|
641
641
|
|
642
642
|
#other_records {
|
643
|
-
|
643
|
+
width: 68%;
|
644
644
|
}
|
645
645
|
|
646
646
|
#recent_activity {
|
647
|
-
|
648
|
-
|
647
|
+
border-collapse: collapse;
|
648
|
+
width: 100%;
|
649
649
|
}
|
650
650
|
|
651
651
|
#recent_activity td {
|
652
|
-
|
652
|
+
padding: 5px;
|
653
653
|
}
|
654
654
|
|
655
655
|
#recent_activity td.time_ago {
|
656
|
-
|
657
|
-
|
658
|
-
|
656
|
+
text-align: right;
|
657
|
+
min-width: 80px;
|
658
|
+
max-width: 135px;
|
659
659
|
}
|
660
660
|
|
661
661
|
#recent_activity tr.on {
|
662
|
-
|
662
|
+
background: #E6E5DC;
|
663
663
|
}
|
664
664
|
|
665
665
|
#common_actions {
|
666
|
-
|
667
|
-
|
666
|
+
margin: 0;
|
667
|
+
padding: 0;
|
668
668
|
}
|
669
669
|
|
670
670
|
#common_actions li {
|
671
|
-
|
672
|
-
|
673
|
-
|
671
|
+
margin: 0;
|
672
|
+
list-style: none;
|
673
|
+
padding: 5px 0px 5px 0px;
|
674
674
|
}
|
675
675
|
|
676
676
|
#common_actions li a {
|
677
|
-
|
677
|
+
font-weight: bold;
|
678
678
|
}
|
679
679
|
|
680
680
|
.larger {
|
681
|
-
|
681
|
+
font-size: 200%;
|
682
682
|
}
|
683
683
|
|
684
684
|
#actions a img {
|
685
|
-
|
686
|
-
|
685
|
+
vertical-align: bottom;
|
686
|
+
border: 0;
|
687
687
|
}
|
688
688
|
|
689
689
|
.brown_border {
|
690
|
-
|
690
|
+
border: 1px solid #99998B;
|
691
691
|
}
|
692
692
|
|
693
693
|
#inquiry {
|
694
|
-
|
695
|
-
|
694
|
+
border-collapse: collapse;
|
695
|
+
width: 100%;
|
696
696
|
}
|
697
697
|
|
698
698
|
#inquiry td {
|
699
|
-
|
700
|
-
|
699
|
+
border-bottom: 1px solid #99998B;
|
700
|
+
padding: 7px;
|
701
701
|
}
|
702
702
|
|
703
703
|
body.dialog {
|
704
|
-
|
704
|
+
background: #FFF;
|
705
705
|
}
|
706
706
|
|
707
707
|
body.dialog, body.wym_dialog {
|
708
|
-
|
708
|
+
text-align: left;
|
709
709
|
}
|
710
710
|
|
711
711
|
#wym_hide_fields {
|
712
|
-
|
712
|
+
display: none;
|
713
713
|
}
|
714
714
|
|
715
715
|
body.dialog #dialog_main {
|
716
|
-
|
716
|
+
background: #f6f5f4;
|
717
717
|
}
|
718
718
|
|
719
719
|
body.dialog span.selected_radio {
|
720
|
-
|
720
|
+
background: #f6f5f4;
|
721
721
|
}
|
722
722
|
body.dialog form {
|
723
|
-
|
723
|
+
width: 100% !important;
|
724
724
|
}
|
725
725
|
.dialog span.radio {
|
726
|
-
|
727
|
-
|
728
|
-
|
726
|
+
display: block;
|
727
|
+
line-height: 36px;
|
728
|
+
height: 36px;
|
729
729
|
}
|
730
730
|
|
731
731
|
.dialog span.radio * {
|
732
|
-
|
733
|
-
|
732
|
+
cursor: pointer;
|
733
|
+
font-weight: bold;
|
734
734
|
}
|
735
735
|
|
736
736
|
.dialog #dialog_menu_left {
|
737
|
-
|
738
|
-
|
739
|
-
|
737
|
+
width: 130px;
|
738
|
+
float: left;
|
739
|
+
margin-top: 9px;
|
740
740
|
}
|
741
741
|
|
742
742
|
.dialog #dialog_main {
|
743
|
-
|
744
|
-
|
745
|
-
|
743
|
+
float: left;
|
744
|
+
min-height: 405px;
|
745
|
+
width: 756px;
|
746
746
|
}
|
747
747
|
|
748
748
|
.dialog #existing_image_content {
|
749
|
-
|
750
|
-
|
751
|
-
|
749
|
+
position: relative;
|
750
|
+
height: 391px;
|
751
|
+
padding: 12px;
|
752
752
|
}
|
753
753
|
|
754
754
|
.dialog #existing_image_area_content ul {
|
755
|
-
|
756
|
-
|
755
|
+
margin: 0px;
|
756
|
+
padding: 0px;
|
757
757
|
}
|
758
758
|
|
759
759
|
.dialog #existing_image_area_content ul li {
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
760
|
+
list-style: none;
|
761
|
+
padding: 0px;
|
762
|
+
margin: 0px 6px;
|
763
|
+
float: left;
|
764
|
+
height: 114px;
|
765
|
+
max-height: 114px;
|
766
|
+
width: 114px;
|
767
|
+
max-width: 114px;
|
768
|
+
overflow: hidden;
|
769
|
+
cursor: pointer;
|
770
|
+
text-align: center;
|
771
|
+
vertical-align: middle;
|
769
772
|
}
|
770
773
|
|
771
774
|
.dialog #existing_image_area_content ul li img {
|
772
|
-
|
775
|
+
border: 4px solid transparent;
|
773
776
|
}
|
774
777
|
|
775
778
|
.dialog #existing_image_area_content ul li.selected img {
|
776
|
-
|
779
|
+
border: 4px solid black;
|
777
780
|
}
|
778
781
|
/*
|
779
782
|
#dialog_main {
|
780
|
-
|
783
|
+
position: relative;
|
781
784
|
}
|
782
785
|
*/
|
783
786
|
#existing_image_area_content {
|
784
|
-
|
787
|
+
height: 365px;
|
785
788
|
}
|
786
789
|
|
787
790
|
#existing_image_area .pagination {
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
791
|
+
background: #FFF;
|
792
|
+
/*bottom: 0px;*/
|
793
|
+
/*right: 0px;*/
|
794
|
+
text-align: right;
|
795
|
+
float: right;
|
796
|
+
/*position: absolute;*/
|
797
|
+
margin: 0px;
|
798
|
+
width: 763px;
|
796
799
|
}
|
797
800
|
|
798
801
|
#upload_image_area, #upload_resource_area {
|
799
|
-
|
802
|
+
padding: 12px;
|
800
803
|
}
|
801
804
|
|
802
805
|
.dialog #content {
|
803
|
-
|
806
|
+
padding: 0px;
|
804
807
|
}
|
805
808
|
|
806
809
|
.wym_dialog #page {
|
807
|
-
|
808
|
-
|
810
|
+
width: 940px;
|
811
|
+
padding: 6px;
|
809
812
|
}
|
810
813
|
|
811
814
|
#dialog_main #pages_list {
|
812
|
-
|
815
|
+
width: 100%;
|
813
816
|
}
|
814
817
|
|
815
818
|
#dialog_main #pages_list ul {
|
816
|
-
|
817
|
-
|
819
|
+
margin: 12px 24px 24px 12px;
|
820
|
+
padding: 0px;
|
818
821
|
}
|
819
822
|
|
820
823
|
#dialog_main #pages_list ul li {
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
+
cursor: pointer;
|
825
|
+
line-height: 24px;
|
826
|
+
list-style: none;
|
824
827
|
}
|
825
828
|
|
826
829
|
#dialog_main #pages_list li.child a {
|
827
|
-
|
830
|
+
padding-left: 27px;
|
828
831
|
}
|
829
832
|
#dialog_main #pages_list li.child1 a {
|
830
|
-
|
833
|
+
padding-left: 47px;
|
831
834
|
}
|
832
835
|
#dialog_main #pages_list li.child2 a {
|
833
|
-
|
836
|
+
padding-left: 67px;
|
834
837
|
}
|
835
838
|
#dialog_main #pages_list li.child3 a {
|
836
|
-
|
839
|
+
padding-left: 87px;
|
837
840
|
}
|
838
841
|
#dialog_main #pages_list li.child4 a {
|
839
|
-
|
842
|
+
padding-left: 107px;
|
840
843
|
}
|
841
844
|
/*
|
842
|
-
#dialog_main #pages_list ul li span
|
843
|
-
|
844
|
-
|
845
|
-
|
845
|
+
#dialog_main #pages_list ul li span {
|
846
|
+
display: block;
|
847
|
+
padding: 3px;
|
848
|
+
margin-left: 24px;
|
846
849
|
}*/
|
847
850
|
#dialog_main #pages_list ul li a {
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
851
|
+
display: block;
|
852
|
+
padding: 3px 3px 3px 27px;
|
853
|
+
text-decoration: none;
|
854
|
+
border-bottom: none;
|
855
|
+
border: 1px solid transparent;
|
853
856
|
}
|
854
857
|
#dialog_main #pages_list li a:hover {
|
855
|
-
|
858
|
+
background-color: #C9DAE2;
|
856
859
|
}
|
857
860
|
|
858
861
|
#dialog_main .actions {
|
859
|
-
|
862
|
+
margin-right: 48px;
|
860
863
|
}
|
861
864
|
|
862
865
|
#dialog_main #pages_list .linked a, #dialog_main #pages_list .linked a:hover {
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
+
border: 1px solid #00A017;
|
867
|
+
color: #00A017;
|
868
|
+
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
866
869
|
}
|
867
870
|
|
868
871
|
#dialog_main #pages_list .linked a em {
|
869
|
-
|
872
|
+
color: #00A017;
|
870
873
|
}
|
871
874
|
|
872
875
|
#dialog_main #web_address_area, #dialog_main #email_address_area {
|
873
|
-
|
876
|
+
padding: 12px;
|
874
877
|
}
|
875
878
|
|
876
879
|
#link_title {
|
877
|
-
|
880
|
+
margin-top: 12px;
|
878
881
|
}
|
879
882
|
|
880
883
|
#link_title label {
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
884
|
+
margin: 3px 0px 0px 0px !important;
|
885
|
+
width: 130px;
|
886
|
+
display: block;
|
887
|
+
float: left;
|
885
888
|
}
|
886
889
|
|
887
890
|
#link_title input {
|
888
|
-
|
891
|
+
width: 770px;
|
889
892
|
}
|
890
893
|
|
891
894
|
ul#menu.reordering_menu li a {
|
892
|
-
|
895
|
+
cursor: move;
|
893
896
|
}
|
894
897
|
|
895
898
|
#header #menu li a#menu_reorder, #header #menu li a#menu_reorder_done {
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
899
|
+
height: 10px;
|
900
|
+
margin-top: 11px;
|
901
|
+
cursor: pointer !important;
|
902
|
+
background-color: #8a8a72;
|
903
|
+
background-repeat: no-repeat;
|
904
|
+
background-position: 7px;
|
905
|
+
width: 4px;
|
906
|
+
_margin-top: 6px;
|
907
|
+
padding: 9px 12px;
|
905
908
|
}
|
906
909
|
#header #menu li a#menu_reorder:hover, #header #menu li a#menu_reorder_done:hover {
|
907
|
-
|
910
|
+
background-color: #a1a18b;
|
908
911
|
}
|
909
912
|
#header #menu li a#menu_reorder {
|
910
|
-
|
913
|
+
background-image: url('/images/refinery/icons/arrow_switch.png');
|
911
914
|
}
|
912
915
|
#header #menu li a#menu_reorder_done {
|
913
|
-
|
916
|
+
background-image: url('/images/refinery/icons/tick.png');
|
914
917
|
}
|
915
918
|
|
916
919
|
.clearfix:after {
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
920
|
+
content:".";
|
921
|
+
display:block;
|
922
|
+
height:0;
|
923
|
+
clear:both;
|
924
|
+
visibility:hidden;
|
922
925
|
}
|
923
926
|
.clearfix {display:inline-block;}
|
924
927
|
/* Hide from IE Mac \*/
|
@@ -927,39 +930,39 @@ ul#menu.reordering_menu li a {
|
|
927
930
|
|
928
931
|
/*
|
929
932
|
Firefox Dotted Line Fix
|
930
|
-
|
933
|
+
- http://sonspring.com/journal/removing-dotted-links
|
931
934
|
*/
|
932
935
|
a:focus {
|
933
|
-
|
936
|
+
outline: none;
|
934
937
|
}
|
935
938
|
|
936
939
|
a img {
|
937
|
-
|
940
|
+
border: 0px none;
|
938
941
|
}
|
939
942
|
|
940
943
|
/* icons */
|
941
944
|
.add_icon {
|
942
|
-
|
945
|
+
background-image: url('/images/refinery/icons/add.png');
|
943
946
|
}
|
944
947
|
.edit_icon {
|
945
|
-
|
948
|
+
background-image: url('/images/refinery/icons/application_edit.png');
|
946
949
|
}
|
947
950
|
.reorder_icon {
|
948
|
-
|
951
|
+
background-image: url('/images/refinery/icons/arrow_switch.png');
|
949
952
|
}
|
950
953
|
|
951
954
|
.user_comment_icon {
|
952
|
-
|
955
|
+
background-image: url('/images/refinery/icons/user_comment.png');
|
953
956
|
}
|
954
957
|
.edit_email_icon {
|
955
|
-
|
958
|
+
background-image: url('/images/refinery/icons/email_edit.png');
|
956
959
|
}
|
957
960
|
|
958
961
|
.back_icon {
|
959
|
-
|
962
|
+
background-image: url('/images/refinery/icons/arrow_left.png');
|
960
963
|
}
|
961
964
|
.go_icon {
|
962
|
-
|
965
|
+
background-image: url('/images/refinery/icons/application_go.png');
|
963
966
|
}
|
964
967
|
|
965
968
|
.success_icon {
|
@@ -975,272 +978,275 @@ a img {
|
|
975
978
|
/* page parts */
|
976
979
|
|
977
980
|
ul#page_parts {
|
978
|
-
|
979
|
-
|
981
|
+
float: left;
|
982
|
+
width: 95%;
|
980
983
|
}
|
981
984
|
|
982
985
|
ul#page_parts, ul#page_parts_controls {
|
983
|
-
|
984
|
-
|
986
|
+
margin: 20px 0 0 0;
|
987
|
+
padding: 0;
|
985
988
|
}
|
986
989
|
|
987
990
|
ul#page_parts li {
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
+
float: left;
|
992
|
+
list-style: none;
|
993
|
+
margin-right: 2px;
|
991
994
|
}
|
992
995
|
|
993
996
|
ul#page_parts li a {
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
+
display: block;
|
998
|
+
padding: 0px 8px;
|
999
|
+
border-bottom: none;
|
997
1000
|
}
|
998
1001
|
|
999
1002
|
ul#page_parts li.active a, ul#page_parts li a.active {}
|
1000
1003
|
ul#page_parts_controls {
|
1001
|
-
|
1002
|
-
|
1004
|
+
float: right;
|
1005
|
+
width: 5%;
|
1003
1006
|
}
|
1004
1007
|
|
1005
1008
|
ul#page_parts_controls li {
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
+
list-style: none;
|
1010
|
+
float: right;
|
1011
|
+
margin: 12px 3px 0px 3px;
|
1009
1012
|
}
|
1010
1013
|
|
1011
1014
|
ul#page_parts_controls li a {
|
1012
|
-
|
1015
|
+
border: 0px none;
|
1013
1016
|
}
|
1014
1017
|
|
1015
1018
|
ul#page_parts_controls img {
|
1016
|
-
|
1019
|
+
vertical-align: middle;
|
1017
1020
|
}
|
1018
1021
|
|
1019
1022
|
#page_part_editors {
|
1020
|
-
|
1023
|
+
clear:left;
|
1021
1024
|
}
|
1022
1025
|
|
1023
1026
|
/* dialog stuff */
|
1024
1027
|
#dialog_frame {
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1028
|
+
width:952px;
|
1029
|
+
height:430px;
|
1030
|
+
padding: 0px;
|
1031
|
+
border: 0px solid #F2F1ED;
|
1029
1032
|
}
|
1030
1033
|
.wym_hideables {
|
1031
|
-
|
1034
|
+
display: none;
|
1032
1035
|
}
|
1033
1036
|
#TB_ajaxContent, #TB_ajaxContent.TB_modal {
|
1034
|
-
|
1037
|
+
padding: 0px;
|
1035
1038
|
}
|
1036
1039
|
.wym_dialog .form-actions, .ui-dialog .form-actions {
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
+
margin-top: 0px;
|
1041
|
+
border: 0px none;
|
1042
|
+
border-top: 1px solid #E8E8E8;
|
1040
1043
|
}
|
1041
1044
|
a#TB_closeWindowButton {
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1045
|
+
text-decoration: none;
|
1046
|
+
border-bottom: 0px none;
|
1047
|
+
position: absolute;
|
1048
|
+
float: none;
|
1049
|
+
top: 7px;
|
1050
|
+
right: 6px;
|
1048
1051
|
}
|
1049
1052
|
#TB_title {
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
+
height: 33px;
|
1054
|
+
line-height: 33px;
|
1055
|
+
position: relative;
|
1053
1056
|
}
|
1054
1057
|
#TB_ajaxWindowTitle {
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1058
|
+
float: none;
|
1059
|
+
padding: 0px;
|
1060
|
+
margin-left: 12px;
|
1061
|
+
font-size: 16px;
|
1059
1062
|
}
|
1060
1063
|
#existing_image_area {
|
1061
|
-
|
1064
|
+
padding-top:6px;
|
1062
1065
|
}
|
1063
1066
|
|
1064
1067
|
textarea.wymeditor {
|
1065
1068
|
}
|
1066
1069
|
#TB_closeAjaxWindow {
|
1067
|
-
|
1068
|
-
|
1070
|
+
margin-bottom: 0px;
|
1071
|
+
padding: 0px;
|
1069
1072
|
}
|
1070
1073
|
#TB_window div.field, .ui-dialog div.field {
|
1071
|
-
|
1074
|
+
margin: 0px 10px;
|
1072
1075
|
}
|
1073
1076
|
#TB_window .form-actions, .ui-dialog .form-actions {
|
1074
|
-
|
1077
|
+
margin-top: 12px;
|
1075
1078
|
}
|
1076
1079
|
|
1077
1080
|
#dialog_container {
|
1078
|
-
|
1081
|
+
padding: 0px 12px 12px 12px;
|
1079
1082
|
}
|
1080
1083
|
#dialog_container .form-actions {
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1084
|
+
position: absolute;
|
1085
|
+
bottom: 0px;
|
1086
|
+
left: 0px;
|
1087
|
+
right: 0px;
|
1088
|
+
border-right: 0px;
|
1089
|
+
border-left: 0px;
|
1090
|
+
border-bottom: 0px;
|
1091
|
+
padding: 10px 0px;
|
1089
1092
|
}
|
1090
1093
|
#dialog_container .form-actions #submit_button, #dialog_container .form-actions .wym_submit {
|
1091
|
-
|
1094
|
+
margin-left: 10px;
|
1092
1095
|
}
|
1093
1096
|
#dialog_main .form-actions {
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1097
|
+
position: inherit;
|
1098
|
+
width: 97%;
|
1099
|
+
border: 1px solid #E8E8E8;
|
1100
|
+
padding: 10px;
|
1098
1101
|
}
|
1099
1102
|
|
1100
1103
|
.ui-dialog #dialog_loading {
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1104
|
+
position: fixed;
|
1105
|
+
top: 50%;
|
1106
|
+
left: 50%;
|
1107
|
+
width: 208px;
|
1108
|
+
height: 13px;
|
1109
|
+
margin: -6px 0 0 -104px;
|
1107
1110
|
}
|
1108
1111
|
|
1109
1112
|
ul#image_grid {
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
+
width: 580px;
|
1114
|
+
padding: 0px;
|
1115
|
+
margin: 15px 0;
|
1113
1116
|
}
|
1114
1117
|
|
1115
1118
|
ul#image_grid li {
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1119
|
+
float: left;
|
1120
|
+
margin: 0px 13px 12px 0px;
|
1121
|
+
padding: 0px;
|
1122
|
+
width: 135px;
|
1123
|
+
text-align: center;
|
1124
|
+
height: 176px;
|
1125
|
+
overflow: hidden;
|
1126
|
+
max-width: 135px;
|
1127
|
+
max-height: 176px;
|
1122
1128
|
}
|
1123
1129
|
ul#image_grid li.row-end {
|
1124
|
-
|
1125
|
-
|
1130
|
+
margin-right: 0px;
|
1131
|
+
float: right;
|
1126
1132
|
}
|
1127
1133
|
ul#image_grid li a {
|
1128
|
-
|
1134
|
+
border: 0 none;
|
1129
1135
|
}
|
1130
1136
|
ul#image_grid li p {
|
1131
|
-
|
1137
|
+
margin: 3px 0;
|
1132
1138
|
}
|
1133
1139
|
ul#image_grid li span.actions {
|
1134
|
-
|
1140
|
+
width: 100%;
|
1135
1141
|
}
|
1136
1142
|
ul#plugins {
|
1137
|
-
|
1138
|
-
|
1143
|
+
margin: 0px;
|
1144
|
+
padding: 0px;
|
1139
1145
|
}
|
1140
1146
|
ul#plugins li {
|
1141
|
-
|
1147
|
+
list-style: none;
|
1142
1148
|
}
|
1143
1149
|
.label_inline_with_link label {
|
1144
|
-
|
1145
|
-
|
1150
|
+
float: left;
|
1151
|
+
margin-right: 6px;
|
1146
1152
|
}
|
1147
1153
|
.label_inline_with_link a {
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1154
|
+
border: 0px none;
|
1155
|
+
margin-top: 19px;
|
1156
|
+
line-height: 17px;
|
1157
|
+
float: left;
|
1152
1158
|
}
|
1153
1159
|
.label_inline_with_link a img {
|
1154
|
-
|
1160
|
+
vertical-align: middle;
|
1155
1161
|
}
|
1156
1162
|
|
1157
1163
|
#remove_picked_image {
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1164
|
+
margin-top:8px;
|
1165
|
+
display:inline-block;
|
1166
|
+
width:auto;
|
1161
1167
|
}
|
1162
1168
|
|
1163
1169
|
.ui-widget-overlay {
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1170
|
+
position: absolute;
|
1171
|
+
top: 0px;
|
1172
|
+
left: 0px;
|
1173
|
+
right: 0px;
|
1174
|
+
bottom: 0px;
|
1175
|
+
width: auto !important;
|
1176
|
+
opacity: .75;
|
1177
|
+
filter:Alpha(Opacity=75);
|
1178
|
+
background: #000;
|
1173
1179
|
}
|
1174
1180
|
|
1175
1181
|
.ui-dialog {
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1182
|
+
position: relative;
|
1183
|
+
background-color: #fff;
|
1184
|
+
color: #000;
|
1185
|
+
border: 4px solid #525252;
|
1186
|
+
width: auto;
|
1181
1187
|
}
|
1182
1188
|
.ui-dialog .ui-dialog-titlebar {
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1189
|
+
float: left;
|
1190
|
+
position: relative;
|
1191
|
+
width: 100%;
|
1192
|
+
background-color: #e8e8e8;
|
1187
1193
|
}
|
1188
1194
|
.ui-dialog .ui-dialog-title {
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1195
|
+
float: left;
|
1196
|
+
height: 33px;
|
1197
|
+
line-height: 33px;
|
1198
|
+
font-size: 16px;
|
1199
|
+
padding-left: 10px;
|
1194
1200
|
}
|
1195
1201
|
.ui-dialog .ui-dialog-titlebar-close {
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1202
|
+
position: absolute;
|
1203
|
+
right: 10px;
|
1204
|
+
top: 5px;
|
1205
|
+
width: 19px;
|
1206
|
+
border: none;
|
1201
1207
|
}
|
1202
1208
|
.ui-dialog .ui-dialog-titlebar-close span {
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1209
|
+
display: block;
|
1210
|
+
margin: 1px;
|
1211
|
+
background: transparent url('/images/thickbox/cross.png') top left no-repeat;
|
1212
|
+
text-indent:-10000px;
|
1207
1213
|
}
|
1208
1214
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
|
1209
|
-
|
1215
|
+
padding: 0;
|
1210
1216
|
}
|
1211
1217
|
#new_page_part_dialog .field {
|
1212
|
-
|
1218
|
+
padding: 30px 10px;
|
1213
1219
|
}
|
1214
1220
|
|
1215
1221
|
.ui-tabs-hide {
|
1216
|
-
|
1222
|
+
display:none;
|
1217
1223
|
}
|
1218
1224
|
.ui-tabs .ui-state-default, .ui-tabs .ui-state-default a {
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1225
|
+
background-color: #c2c3b3;
|
1226
|
+
line-height: 27px;
|
1227
|
+
margin-top: 3px;
|
1222
1228
|
}
|
1223
1229
|
.ui-tabs .ui-state-active, .ui-tabs .ui-state-active a {
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1230
|
+
background-color: #808080;
|
1231
|
+
color: #fff;
|
1232
|
+
line-height: 33px;
|
1233
|
+
margin-top: 0px;
|
1228
1234
|
}
|
1229
1235
|
.ui-dialog iframe {
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1236
|
+
clear:both;
|
1237
|
+
border: 0px none;
|
1238
|
+
margin-bottom:-1px;
|
1239
|
+
margin-top:1px;
|
1240
|
+
width: 100% !important;
|
1235
1241
|
}
|
1236
1242
|
|
1237
1243
|
.hide-overflow {
|
1238
|
-
|
1244
|
+
overflow: hidden;
|
1239
1245
|
}
|
1240
1246
|
#remove_resource {
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1247
|
+
margin-top:8px;
|
1248
|
+
display:inline-block;
|
1249
|
+
width:auto;
|
1244
1250
|
}
|
1245
1251
|
|
1246
1252
|
/**** Tooltip Icons *****/
|
@@ -1248,7 +1254,7 @@ ul#plugins li {
|
|
1248
1254
|
background: white;
|
1249
1255
|
border: 4px solid #606060;
|
1250
1256
|
padding: 6px;
|
1251
|
-
|
1257
|
+
word-wrap:break-word;
|
1252
1258
|
}
|
1253
1259
|
.tooltip * {
|
1254
1260
|
color: black;
|