enju_leaf 1.2.0.beta.3 → 1.2.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa2de232a12dad2b7547780211196d73c29cfd64
4
- data.tar.gz: da83dca348c08b19a0c9d58682105b3bf3ef9232
3
+ metadata.gz: 323e1718fbfe215b6e3473541166aa1fe9adfe31
4
+ data.tar.gz: d8e67acfa7d6d4eb53be1d4211cbebc28029f092
5
5
  SHA512:
6
- metadata.gz: e36a6038eba1207e92ec5327000be57aa272a70d44c4eb5b16041fc8dc591618e1fb8b1ccba901f8a3fee240273f9f17f7dab6a3bdc8a8a119871dfe34b5ebb3
7
- data.tar.gz: 7fb4e3ec48acb3defdd384d9f2ba5ff05587e0ee41bcd8eb2ae06918e54272774bef484ba533dadf6b80e81e5ea25cb15e2ee91d9350b89df7d318e81b862311
6
+ metadata.gz: 1d8cf51951d1f2a4d4f58f6f900feafddbe9726e6edf49498c9bf925a84c46948a20bbc3410d78a51eb677a2971b31c4edd7713c13b4abc71f7cd5c31a03c9b1
7
+ data.tar.gz: 5afe72e2dd00d7c6cbc1e6c90b79add9ab6aed2535d3378314bee7055d1cd8295377a550bf7a20ed9139245c9178127aa09beff78b4148beed9b02995f3ff9cc
@@ -573,3 +573,7 @@ div.search_form{
573
573
  .display-none {
574
574
  display: none;
575
575
  }
576
+
577
+ img.enju_icon {
578
+ vertical-align: middle;
579
+ }
@@ -0,0 +1,576 @@
1
+ body{
2
+ margin-left: 5px;
3
+ margin-right: 5px;
4
+ text-align: left;
5
+ }
6
+
7
+ a.hover{:background-color: transparent}
8
+
9
+ strong{
10
+ font-weight: bold;
11
+ }
12
+
13
+ div#narrow_search, div#narrow_library_search{
14
+ margin-top: 1em;
15
+ }
16
+ .line0{
17
+ background: #d7ebf9;
18
+ }
19
+ .line1{
20
+ background: white;
21
+ }
22
+ .overdue{
23
+ color: red;
24
+ }
25
+ .duedate_is_today{
26
+ color: blue;
27
+ }
28
+ .in_checkout{
29
+ color: black;
30
+ }
31
+
32
+ div#bd{
33
+ padding-left: 1px;
34
+ }
35
+
36
+ div#navibar{
37
+ clear: both;
38
+ padding-left: 5px;
39
+ padding-right: 5px;
40
+ width: 914px;
41
+ }
42
+
43
+ div#content{
44
+ padding-top: 8px;
45
+ padding-left: 4px;
46
+ padding-right: 4px;
47
+ clear: both;
48
+ }
49
+
50
+ div.header_and_footer{
51
+ padding: 2px;
52
+ clear: both;
53
+ }
54
+
55
+ div#header_left{
56
+ width: 400px;
57
+ height: 65px;
58
+ float: left;
59
+ padding-left: 2px;
60
+ padding-right: 2px;
61
+ padding-top: 5px;
62
+ padding-bottom: 5px;
63
+ }
64
+
65
+ div#library_system_name{
66
+ width: 400px;
67
+ height: 30px;
68
+ padding-left: 2px;
69
+ padding-right: 2px;
70
+ padding-top: 5px;
71
+ padding-bottom: 5px;
72
+ }
73
+
74
+ div#header_micro_advertisement{
75
+ width: 400px;
76
+ height: 35px;
77
+ padding-left: 5px;
78
+ padding-right: 5px;
79
+ padding-top: 0.5em;
80
+ padding-bottom: 0.5em;
81
+ }
82
+
83
+ div#header_center{
84
+ width: 240px;
85
+ height: 65px;
86
+ float: left;
87
+ padding-left: 5px;
88
+ padding-right: 5px;
89
+ padding-top: 0.5em;
90
+ padding-bottom: 0.5em;
91
+ }
92
+
93
+ div#header_select_locale{
94
+ width: 150px;
95
+ padding-left: 5px;
96
+ padding-right: 5px;
97
+ padding-top: 0.5em;
98
+ padding-bottom: 0.5em;
99
+ display: inline-block;
100
+ }
101
+
102
+ div#header_right{
103
+ width: 250px;
104
+ float: left;
105
+ padding-left: 5px;
106
+ padding-right: 5px;
107
+ padding-top: 0.5em;
108
+ padding-bottom: 0.5em;
109
+ }
110
+
111
+ div#search_footer{
112
+ clear: both;
113
+ }
114
+
115
+ div#submenu{
116
+ margin-left: 11px;
117
+ width: 190px;
118
+ padding: 5px;
119
+ float: left;
120
+ }
121
+
122
+ div#manifestation_book_jacket{
123
+ margin-top: 10px;
124
+ text-align: center;
125
+ }
126
+
127
+ div#pickup_book_jacket{
128
+ float: left;
129
+ text-align: center;
130
+ }
131
+
132
+ img.screen_shot{
133
+ border: 0;
134
+ }
135
+
136
+ div#manifestation_bookmark_buttons{
137
+ clear: both;
138
+ margin-top: 1em;
139
+ }
140
+
141
+ div#content_detail{
142
+ width: 700px;
143
+ float: left;
144
+ margin-bottom: 5px;
145
+ }
146
+
147
+ div#content_list{
148
+ padding: 10px;
149
+ }
150
+
151
+ div#manifestation_footer{
152
+ margin-top: 1em;
153
+ clear: both;
154
+ }
155
+
156
+ div#left_pane{
157
+ float: left;
158
+ width: 456px;
159
+ word-break: break-all;
160
+ }
161
+
162
+ div#right_pane{
163
+ float: left;
164
+ margin-left: 10px;
165
+ width: 456px;
166
+ word-break: break-all;
167
+ }
168
+
169
+ div#left_pane_detail{
170
+ margin-top: 5px;
171
+ float: left;
172
+ width: 330px;
173
+ word-break: break-all;
174
+ }
175
+
176
+ div#right_pane_detail{
177
+ margin-top: 5px;
178
+ float: left;
179
+ margin-left: 10px;
180
+ width: 330px;
181
+ word-break: break-all;
182
+ }
183
+
184
+ div#footer{
185
+ padding-top: 5px;
186
+ padding-left: 2px;
187
+ padding-right: 2px;
188
+ padding-bottom: 5px;
189
+ clear: both;
190
+ }
191
+
192
+ h1{
193
+ font-size: 180%;
194
+ margin-top: 5px;
195
+ margin-bottom: 10px;
196
+ line-height: 120%;
197
+ }
198
+
199
+ h2{
200
+ font-size: 160%;
201
+ margin-top: 5px;
202
+ margin-bottom: 10px;
203
+ }
204
+
205
+ h1.resource_title, h2.resource_title, h3.resource_title{
206
+ line-height: 140%;
207
+ }
208
+
209
+ h3{
210
+ font-size: 150%;
211
+ margin-top: 5px;
212
+ margin-bottom: 10px;
213
+ }
214
+
215
+ h4{
216
+ font-size: 120%;
217
+ margin-top: 5px;
218
+ margin-bottom: 10px;
219
+ }
220
+
221
+ h1.title, h2.title, h3.title, h4.title{
222
+ /* color: white; */
223
+ /* background-color: #5970B2; */
224
+ padding: 5px;
225
+ margin: 0px;
226
+ }
227
+
228
+ a.title { color: white; }
229
+ a.title:hover { color: white; }
230
+ a.title:visited { color: white; }
231
+
232
+ form{
233
+ padding: 0;
234
+ }
235
+
236
+ table{
237
+ border: 1px solid #2779aa;
238
+ }
239
+
240
+ td, th{
241
+ border: 1px solid #2779aa;
242
+ padding: 5px;
243
+ word-break: break-all
244
+ }
245
+
246
+ table#manifestation_list{
247
+ width: 100%;
248
+ }
249
+
250
+ table.index{
251
+ width: 100%;
252
+ }
253
+
254
+ div#search_form{
255
+ padding-top: 10px;
256
+ }
257
+
258
+ div#general_search_form{
259
+ clear: both;
260
+ padding-left: 4px;
261
+ padding-top: 10px;
262
+ }
263
+
264
+ table#manifestation_detail{
265
+ width: 100%;
266
+ }
267
+
268
+ div#services{
269
+ width: 920px;
270
+ }
271
+
272
+ div#bookmarks_for_manifestation{
273
+ border: 1px solid #5970B2;
274
+ }
275
+
276
+ div#user_search_form, div#message_box, div#news_feed_box, div#user_box{
277
+ padding: 10px;
278
+ }
279
+
280
+ div#picked_up_box{
281
+ padding: 10px;
282
+ }
283
+
284
+ div#tag_cloud_box{
285
+ padding: 10px;
286
+ }
287
+
288
+ div.config_box{
289
+ padding: 10px;
290
+ }
291
+
292
+ img{
293
+ border: 0;
294
+ vertical-align: middle;
295
+ }
296
+
297
+ div#tabview{
298
+ margin-top: 1em;
299
+ }
300
+
301
+ div#call_number_content{
302
+ margin-left: auto;
303
+ margin-right: auto;
304
+ width: 90%;
305
+ margin-top: 1em;
306
+ margin-bottom: 1em;
307
+ }
308
+
309
+ div#call_number_content_left{
310
+ float: left;
311
+ width: 20px;
312
+ }
313
+
314
+ div#call_number_content_right{
315
+ float: left;
316
+ width: 20px;
317
+ }
318
+
319
+ table#call_number_label{
320
+ border: solid 1px green;
321
+ }
322
+
323
+ .call_number_table{
324
+ margin-left: auto;
325
+ margin-right: auto;
326
+ border: 0;
327
+ }
328
+
329
+ .call_number_label{
330
+ border: solid 1px green;
331
+ width: 50px;
332
+ padding: 0px;
333
+ text-align: center;
334
+ }
335
+
336
+ li{
337
+ line-height: 2em;
338
+ }
339
+
340
+ input.resource_title{
341
+ width: 100%;
342
+ box-sizing: border-box;
343
+ }
344
+
345
+ input.resource_name{
346
+ width: 80%;
347
+ box-sizing: border-box;
348
+ }
349
+
350
+ input.resource_subject{
351
+ width: 50%;
352
+ box-sizing: border-box;
353
+ }
354
+
355
+ input.resource_locale{
356
+ width: 10em;
357
+ }
358
+
359
+ input.resource_email{
360
+ width: 20em;
361
+ ime-mode: disabled;
362
+ }
363
+
364
+ input.resource_zip_code{
365
+ width: 15em;
366
+ }
367
+
368
+ input.resource_url{
369
+ width: 100%;
370
+ box-sizing: border-box;
371
+ }
372
+
373
+ input.resource_isbn_issn{
374
+ width: 20em;
375
+ ime-mode: disabled;
376
+ }
377
+
378
+ input.resource_identifier, input.resource_user_number, input.resource_user, input.resource_item_identifier{
379
+ width: 20em;
380
+ ime-mode: disabled;
381
+ }
382
+
383
+ input.resource_identifier_body{
384
+ width: 40em;
385
+ ime-mode: disabled;
386
+ }
387
+
388
+ input.resource_integer{
389
+ width: 5em;
390
+ ime-mode: disabled;
391
+ }
392
+
393
+ input.year_field, input.month_field, input.day_field{
394
+ width: 5em;
395
+ ime-mode: disabled;
396
+ }
397
+
398
+ input.date_field{
399
+ ime-mode: disabled;
400
+ }
401
+
402
+ input.date_text_field{
403
+ width: 100px;
404
+ }
405
+
406
+ input.wide_date_text_field{
407
+ width: 160px;
408
+ }
409
+
410
+ input.short_name{
411
+ ime-mode: disabled;
412
+ }
413
+
414
+ textarea{
415
+ width: 100%;
416
+ box-sizing: border-box;
417
+ height: 10em;
418
+ }
419
+
420
+ textarea#message_body{
421
+ width: 40em;
422
+ height: 20em;
423
+ }
424
+
425
+ th.checked_item_title{
426
+ width: 400px;
427
+ }
428
+
429
+ .error_message{
430
+ color: red;
431
+ }
432
+
433
+ div.holding_index{
434
+ margin-top: 10px;
435
+ }
436
+
437
+ label{
438
+ font-weight: bold;
439
+ }
440
+
441
+ input.editable_text_field{
442
+ width: 100%;
443
+ }
444
+
445
+ form.inplaceeditor-form input[type="text"]{
446
+ width: 100%;
447
+ }
448
+
449
+ form.inplaceeditor-form textarea{
450
+ width: 100%;
451
+ }
452
+
453
+ input.login_password{
454
+ width: 180px;
455
+ ime-mode: disabled;
456
+ }
457
+
458
+ input.search_form{
459
+ width: 350px;
460
+ }
461
+
462
+ input.search_form_short{
463
+ width: 250px;
464
+ }
465
+
466
+ th#position{
467
+ width: 40px;
468
+ }
469
+
470
+ .highlight { background-color: yellow }
471
+
472
+ em{
473
+ font-style: normal;
474
+ }
475
+
476
+ div#flash_alert, div#flash_error{
477
+ color: red;
478
+ }
479
+
480
+ div#flash_notice{
481
+ color: green;
482
+ }
483
+
484
+ td#edit_icons, th#edit_icons{
485
+ width: 100px;
486
+ line-height: 200%;
487
+ }
488
+
489
+ img.icon{
490
+ border: 0;
491
+ }
492
+
493
+ #select_locale{
494
+ display: none;
495
+ z-index: 1;
496
+ position: absolute;
497
+ background-color: white;
498
+ padding: 10px;
499
+ max-width: 250px;
500
+ }
501
+
502
+ #user_account{
503
+ height: 40px;
504
+ padding-left: 5px;
505
+ padding-right: 5px;
506
+ padding-top: 0.5em;
507
+ padding-bottom: 0.5em;
508
+ }
509
+
510
+ li{
511
+ margin-left: 20px;
512
+ }
513
+
514
+ p{
515
+ line-height: 2em;
516
+ }
517
+
518
+ table#resource_detail{
519
+ background-color: white;
520
+ width: 100%;
521
+ }
522
+
523
+ div.holding{
524
+ margin-top: 10px;
525
+ }
526
+
527
+ table.holding{
528
+ background-color: white;
529
+ width: 100%;
530
+ }
531
+
532
+ abbr[title="required"]{
533
+ color: red;
534
+ }
535
+
536
+ div.book_jacket{
537
+ text-align: center;
538
+ width: 190px;
539
+ }
540
+
541
+ div.book_jacket img.book_jacket{
542
+ border: 1px solid rgba(0, 0, 0, 0.25);
543
+ }
544
+
545
+ div.search_form{
546
+ margin-bottom: 10px;
547
+ }
548
+
549
+ .hidden {display: none;}
550
+
551
+ .enju_table_header{
552
+ }
553
+
554
+ .bold {
555
+ font-weight: bold;
556
+ }
557
+
558
+ .normal-weight {
559
+ font-weight: normal;
560
+ }
561
+
562
+ .right {
563
+ text-align: right;
564
+ }
565
+
566
+ .center {
567
+ text-align: center;
568
+ }
569
+
570
+ .nowrap {
571
+ white-space: nowrap;
572
+ }
573
+
574
+ .display-none {
575
+ display: none;
576
+ }
@@ -13,7 +13,7 @@
13
13
  <%= t('page.logged_in_as', login_name: current_user.username) -%>
14
14
  <br />
15
15
  <% if defined?(EnjuMessage) %>
16
- <%= link_to image_tag('icons/email.png', size: '16x16', alt: t('activerecord.models.message')), messages_path %>
16
+ <%= link_to image_tag('icons/email.png', size: '16x16', class: 'enju_icon', alt: t('activerecord.models.message')), messages_path %>
17
17
  <% if messages_count(current_user) > 0 %>
18
18
  <%= link_to "(#{messages_count(current_user)})", messages_path %>
19
19
  <% else %>