Lines 43-63
a {
Link Here
|
43 |
} |
43 |
} |
44 |
|
44 |
|
45 |
&.authlink { |
45 |
&.authlink { |
46 |
background-color: #e3f1df; |
46 |
background-color: #E3F1DF; |
47 |
border-radius: 5px; |
47 |
border-radius: 5px; |
48 |
display: inline-block; |
48 |
display: inline-block; |
49 |
padding: 2px 4px; |
49 |
padding: 2px 4px; |
50 |
} |
50 |
} |
51 |
|
51 |
|
52 |
&.edit-patronimage { |
52 |
&.edit-patronimage { |
|
|
53 |
background-color: #E6E6E6; |
54 |
border-color: #ADADAD; |
53 |
color: #333; |
55 |
color: #333; |
54 |
background-color: #e6e6e6; |
|
|
55 |
border-color: #adadad; |
56 |
|
56 |
|
57 |
&:hover{ |
57 |
&:hover { |
58 |
text-decoration: none; |
58 |
background-color: #DADADA; |
59 |
color: #333; |
59 |
color: #333; |
60 |
background-color: #dadada; |
60 |
text-decoration: none; |
61 |
} |
61 |
} |
62 |
} |
62 |
} |
63 |
|
63 |
|
Lines 79-126
a {
Link Here
|
79 |
} |
79 |
} |
80 |
} |
80 |
} |
81 |
|
81 |
|
|
|
82 |
.ctrl_link { |
83 |
display: inline-block; |
84 |
padding-right: 1rem; |
85 |
} |
86 |
|
82 |
&.settings { |
87 |
&.settings { |
83 |
i, img { |
88 |
i, |
84 |
text-align: center; |
89 |
img { |
85 |
color: $green-text-color; |
90 |
align-items: center; |
|
|
91 |
background-color: transparent; |
86 |
border: solid 3px $background-color-secondary; |
92 |
border: solid 3px $background-color-secondary; |
87 |
border-radius: 50%; |
93 |
border-radius: 50%; |
88 |
background-color: transparent; |
94 |
box-sizing: content-box; |
89 |
width: 40px; |
95 |
color: $green-text-color; |
|
|
96 |
display: flex; |
90 |
height: 40px; |
97 |
height: 40px; |
|
|
98 |
justify-content: center; |
91 |
margin-bottom: 5px; |
99 |
margin-bottom: 5px; |
92 |
margin-left: auto; |
100 |
margin-left: auto; |
93 |
margin-right: auto; |
101 |
margin-right: auto; |
94 |
padding: 5px; |
102 |
padding: 5px; |
95 |
align-items: center; |
103 |
text-align: center; |
96 |
justify-content: center; |
104 |
width: 40px; |
97 |
box-sizing: content-box; |
|
|
98 |
display: flex; |
99 |
|
100 |
} |
105 |
} |
101 |
|
106 |
|
102 |
&:hover { |
107 |
&:hover { |
103 |
color: $green-text-color; |
108 |
color: $green-text-color; |
104 |
text-decoration: none; |
|
|
105 |
font-weight: bold; |
109 |
font-weight: bold; |
|
|
110 |
text-decoration: none; |
106 |
|
111 |
|
107 |
i, img { |
112 |
i, |
108 |
border-color: $background-color-primary; |
113 |
img { |
109 |
background-color: transparent; |
114 |
background-color: transparent; |
|
|
115 |
border-color: $background-color-primary; |
110 |
color: $green-text-color; |
116 |
color: $green-text-color; |
111 |
} |
117 |
} |
112 |
|
|
|
113 |
} |
118 |
} |
114 |
|
119 |
|
115 |
img { |
120 |
img { |
116 |
max-width: 30px; |
|
|
117 |
height: auto; |
121 |
height: auto; |
|
|
122 |
max-width: 30px; |
118 |
padding: 10px; |
123 |
padding: 10px; |
119 |
} |
124 |
} |
120 |
} |
125 |
} |
121 |
|
126 |
|
122 |
&.csv { |
127 |
&.csv { |
123 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
128 |
background-image: url( "../img/famfamfam/silk/page_white_excel.png" ); |
124 |
} |
129 |
} |
125 |
|
130 |
|
126 |
&.dropdown-toggle { |
131 |
&.dropdown-toggle { |
Lines 157-167
a {
Link Here
|
157 |
} |
162 |
} |
158 |
|
163 |
|
159 |
&.pdf { |
164 |
&.pdf { |
160 |
background-image: url("../img/famfamfam/silk/page_white_acrobat.png"); |
165 |
background-image: url( "../img/famfamfam/silk/page_white_acrobat.png" ); |
161 |
} |
166 |
} |
162 |
|
167 |
|
163 |
&.submit { |
168 |
&.submit { |
164 |
@include default-button; |
169 |
@include default-button; |
|
|
170 |
|
165 |
display: inline-block; |
171 |
display: inline-block; |
166 |
|
172 |
|
167 |
&:active { |
173 |
&:active { |
Lines 178-201
a {
Link Here
|
178 |
} |
184 |
} |
179 |
|
185 |
|
180 |
&.xml { |
186 |
&.xml { |
181 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
187 |
background-image: url( "../img/famfamfam/silk/page_white_code.png" ); |
182 |
} |
188 |
} |
183 |
} |
189 |
} |
184 |
|
190 |
|
185 |
|
|
|
186 |
#resetZ3950Search { |
191 |
#resetZ3950Search { |
187 |
font-size: 110%; |
|
|
188 |
color: $green-text-color; |
192 |
color: $green-text-color; |
|
|
193 |
font-size: 110%; |
189 |
} |
194 |
} |
190 |
|
195 |
|
191 |
a { |
|
|
192 |
.ctrl_link { |
193 |
display: inline-block; |
194 |
padding-right: 1rem; |
195 |
} |
196 |
} |
197 |
|
198 |
|
199 |
aside { |
196 |
aside { |
200 |
h5 { |
197 |
h5 { |
201 |
font-size: 100%; |
198 |
font-size: 100%; |
Lines 231-237
aside {
Link Here
|
231 |
|
228 |
|
232 |
input[type="text"], |
229 |
input[type="text"], |
233 |
select { |
230 |
select { |
234 |
height: calc(1.5em + .75rem + 2px); |
231 |
height: calc( 1.5em + .75rem + 2px ); |
235 |
} |
232 |
} |
236 |
|
233 |
|
237 |
label { |
234 |
label { |
Lines 294-309
aside {
Link Here
|
294 |
|
291 |
|
295 |
.flatpickr-input { |
292 |
.flatpickr-input { |
296 |
margin-right: 3px; |
293 |
margin-right: 3px; |
297 |
width: calc(100% - 20px); |
294 |
width: calc( 100% - 20px ); |
298 |
} |
295 |
} |
299 |
|
296 |
|
300 |
&+.action { |
297 |
& + .action { |
301 |
background-color: #FFF; |
298 |
background-color: #FFF; |
302 |
display: flex; |
299 |
display: flex; |
303 |
margin-left: 0; |
300 |
margin-left: 0; |
304 |
padding: 1rem; |
301 |
padding: 1rem; |
305 |
|
302 |
|
306 |
input, button, a { |
303 |
input, |
|
|
304 |
button, |
305 |
a { |
307 |
display: block; |
306 |
display: block; |
308 |
flex-grow: 1; |
307 |
flex-grow: 1; |
309 |
} |
308 |
} |
Lines 312-328
aside {
Link Here
|
312 |
} |
311 |
} |
313 |
} |
312 |
} |
314 |
|
313 |
|
315 |
#menu, #navmenulist, #serialmenu { |
314 |
#menu, |
316 |
background-color: #e6e6e6; |
315 |
#navmenulist, |
|
|
316 |
#serialmenu { |
317 |
background-color: #E6E6E6; |
317 |
display: block; |
318 |
display: block; |
318 |
padding: 1em 0 1em 0; |
319 |
padding: 1em 0 1em 0; |
319 |
|
320 |
|
320 |
h5 { |
321 |
h5 { |
321 |
padding-left: .5em; |
|
|
322 |
color: #666; |
322 |
color: #666; |
323 |
font-weight: bold; |
|
|
324 |
font-size: 1.3em; |
323 |
font-size: 1.3em; |
|
|
324 |
font-weight: bold; |
325 |
margin-top: 0; |
325 |
margin-top: 0; |
|
|
326 |
padding-left: .5em; |
326 |
} |
327 |
} |
327 |
|
328 |
|
328 |
ul { |
329 |
ul { |
Lines 340-360
aside {
Link Here
|
340 |
border-left: 5px solid #E6E6E6; |
341 |
border-left: 5px solid #E6E6E6; |
341 |
color: #000; |
342 |
color: #000; |
342 |
display: block; |
343 |
display: block; |
343 |
text-decoration: none; |
|
|
344 |
padding: .7em .3em .7em 1.2em; |
344 |
padding: .7em .3em .7em 1.2em; |
|
|
345 |
text-decoration: none; |
345 |
} |
346 |
} |
346 |
|
347 |
|
347 |
&.active > a, |
348 |
&.active > a, |
348 |
a:hover, |
349 |
a:hover, |
349 |
a.current { |
350 |
a.current { |
350 |
background-color: #F3F4F4; |
351 |
background-color: #F3F4F4; |
351 |
text-decoration: none; |
|
|
352 |
color: $green-text-color; |
353 |
border-left: solid 5px $background-color-primary; |
352 |
border-left: solid 5px $background-color-primary; |
|
|
353 |
color: $green-text-color; |
354 |
font-weight: bold; |
354 |
font-weight: bold; |
|
|
355 |
text-decoration: none; |
355 |
} |
356 |
} |
356 |
|
357 |
|
357 |
a:hover:not(.current) { |
358 |
a:hover:not( .current ) { |
358 |
border-left: solid 5px $background-color-secondary; |
359 |
border-left: solid 5px $background-color-secondary; |
359 |
font-weight: normal; |
360 |
font-weight: normal; |
360 |
} |
361 |
} |
Lines 367-378
aside {
Link Here
|
367 |
} |
368 |
} |
368 |
} |
369 |
} |
369 |
|
370 |
|
370 |
#admin_preferences #menu{ |
371 |
#admin_preferences #menu { |
371 |
|
|
|
372 |
ul { |
372 |
ul { |
373 |
|
|
|
374 |
ul { |
373 |
ul { |
375 |
background-color: #f3f4f4; |
374 |
background-color: #F3F4F4; |
376 |
font-size: 85%; |
375 |
font-size: 85%; |
377 |
} |
376 |
} |
378 |
} |
377 |
} |
Lines 385-394
div {
Link Here
|
385 |
display: inline; |
384 |
display: inline; |
386 |
} |
385 |
} |
387 |
|
386 |
|
388 |
|
|
|
389 |
&.koha-mainpage { |
387 |
&.koha-mainpage { |
390 |
display: flex; |
|
|
391 |
align-items: center; |
388 |
align-items: center; |
|
|
389 |
display: flex; |
392 |
justify-content: center; |
390 |
justify-content: center; |
393 |
} |
391 |
} |
394 |
|
392 |
|
Lines 399-409
div {
Link Here
|
399 |
float: right; |
397 |
float: right; |
400 |
|
398 |
|
401 |
li { |
399 |
li { |
|
|
400 |
height: auto; |
402 |
list-style-type: none; |
401 |
list-style-type: none; |
403 |
margin-bottom: 0; |
402 |
margin-bottom: 0; |
404 |
height: auto; |
|
|
405 |
width: 150px; |
406 |
padding: 5px 10px; |
403 |
padding: 5px 10px; |
|
|
404 |
width: 150px; |
407 |
|
405 |
|
408 |
a, |
406 |
a, |
409 |
a:visited, |
407 |
a:visited, |
Lines 413-418
div {
Link Here
|
413 |
} |
411 |
} |
414 |
} |
412 |
} |
415 |
} |
413 |
} |
|
|
414 |
|
415 |
&.action { |
416 |
background-color: transparent; |
417 |
border: 0; |
418 |
clear: both; |
419 |
float: none; |
420 |
margin: .9em 0 0; |
421 |
padding: .4em; |
422 |
width: auto; |
423 |
} |
424 |
|
425 |
.renew_formfield { |
426 |
margin-bottom: 1em; |
427 |
} |
428 |
|
429 |
.circmessage { |
430 |
padding: .4em; |
431 |
|
432 |
.circmessage { |
433 |
margin-bottom: .3em; |
434 |
} |
435 |
} |
436 |
|
437 |
&.first { |
438 |
fieldset { |
439 |
margin-right: 0; |
440 |
} |
441 |
} |
442 |
|
443 |
&.help { |
444 |
margin: .9em 0 0; |
445 |
} |
446 |
|
447 |
&.justify { |
448 |
text-align: justify; |
449 |
} |
450 |
|
451 |
&.note { |
452 |
background-color: #CFE2FF; |
453 |
margin: .5em 0; |
454 |
padding: .5em; |
455 |
|
456 |
i { |
457 |
&.fa-exclamation { |
458 |
color: $warning-text-color; |
459 |
font-style: italic; |
460 |
padding: 0 .3em; |
461 |
} |
462 |
} |
463 |
} |
464 |
|
465 |
// Tools > automatic_item_modification_by_age |
466 |
&.rules { |
467 |
display: block; |
468 |
} |
469 |
|
470 |
&[class$="_table_controls"] { |
471 |
padding: .7em 0; |
472 |
} |
473 |
|
474 |
&.results { |
475 |
padding: .7em 0; |
476 |
} |
477 |
|
478 |
&.rule { |
479 |
background-color: #F4F8F9; |
480 |
border: 2px solid #BFD9B9; |
481 |
border-radius: 5px; |
482 |
margin: .3em; |
483 |
padding: .3em; |
484 |
} |
485 |
|
486 |
&.lastchecked { |
487 |
background-color: #FFF; |
488 |
border: 2px solid #BCDB89; |
489 |
padding: .2em 1em; |
490 |
} |
491 |
|
492 |
&.listgroup { |
493 |
clear: left; |
494 |
|
495 |
h4 { |
496 |
font-style: italic; |
497 |
|
498 |
a { |
499 |
font-size: 80%; |
500 |
} |
501 |
} |
502 |
} |
503 |
|
504 |
&.sysprefs { |
505 |
h3 { |
506 |
margin: .2em 0 .2em .4em; |
507 |
} |
508 |
|
509 |
dl { |
510 |
margin-left: 1.5em; |
511 |
} |
512 |
|
513 |
&.hint { |
514 |
float: right; |
515 |
margin: .7em; |
516 |
padding: .5em; |
517 |
width: 25%; |
518 |
} |
519 |
} |
520 |
|
521 |
&.rows { |
522 |
margin: 0; |
523 |
padding: 0; |
524 |
width: 100%; |
525 |
|
526 |
+ div { |
527 |
&.rows { |
528 |
margin-top: .6em; |
529 |
} |
530 |
} |
531 |
|
532 |
li { |
533 |
border-bottom: 1px solid #EEE; |
534 |
list-style-type: none; |
535 |
padding: .275em; |
536 |
width: 100%; |
537 |
} |
538 |
|
539 |
ol { |
540 |
list-style-type: none; |
541 |
padding: .5em 1em 0 0; |
542 |
|
543 |
li { |
544 |
li { |
545 |
border-bottom: 0; |
546 |
} |
547 |
} |
548 |
} |
549 |
|
550 |
p { |
551 |
margin-left: 10em; |
552 |
} |
553 |
|
554 |
span { |
555 |
&.label { |
556 |
display: inline-block; |
557 |
font-weight: bold; |
558 |
margin-right: 1em; |
559 |
padding-top: 0; |
560 |
text-align: left; |
561 |
vertical-align: top; |
562 |
white-space: normal; |
563 |
width: 9em; |
564 |
} |
565 |
} |
566 |
} |
567 |
|
568 |
&.pages { |
569 |
margin: .5em 0; |
570 |
|
571 |
a { |
572 |
font-weight: bold; |
573 |
padding: 1px 5px; |
574 |
text-decoration: none; |
575 |
|
576 |
&:link, |
577 |
&:visited { |
578 |
background-color: #EEEEEE; |
579 |
color: #3366CC; |
580 |
} |
581 |
|
582 |
&:hover, |
583 |
&:active { |
584 |
background-color: #FFC; |
585 |
} |
586 |
} |
587 |
|
588 |
.current, |
589 |
.currentPage { |
590 |
background-color: #E6FCB7; |
591 |
color: #666; |
592 |
font-weight: bold; |
593 |
padding: 1px 5px; |
594 |
} |
595 |
|
596 |
.inactive { |
597 |
background-color: #F3F3F3; |
598 |
color: #BCBCBC; |
599 |
font-weight: bold; |
600 |
padding: 1px 5px; |
601 |
} |
602 |
} |
603 |
|
604 |
.browse { |
605 |
margin: .5em 0; |
606 |
} |
416 |
} |
607 |
} |
417 |
|
608 |
|
418 |
button { |
609 |
button { |
Lines 447-458
main {
Link Here
|
447 |
} |
638 |
} |
448 |
|
639 |
|
449 |
body { |
640 |
body { |
|
|
641 |
background-color: #F3F4F4; |
450 |
font-family: $font-family-sans-serif; |
642 |
font-family: $font-family-sans-serif; |
451 |
font-size: 13px; |
643 |
font-size: 13px; |
452 |
line-height: 1.22; |
644 |
line-height: 1.22; |
453 |
padding: 0 0 4em; |
645 |
padding: 0 0 4em; |
454 |
text-align: left; |
646 |
text-align: left; |
455 |
background-color: #F3F4F4; |
|
|
456 |
|
647 |
|
457 |
&.nobackdrop { |
648 |
&.nobackdrop { |
458 |
.modal-backdrop { |
649 |
.modal-backdrop { |
Lines 490-496
form {
Link Here
|
490 |
} |
681 |
} |
491 |
|
682 |
|
492 |
.notification_method, |
683 |
.notification_method, |
493 |
#main_contact_method { |
684 |
#main_contact_method { |
494 |
background-color: #FFE; |
685 |
background-color: #FFE; |
495 |
border: 1px solid #CCC; |
686 |
border: 1px solid #CCC; |
496 |
border-radius: 5px; |
687 |
border-radius: 5px; |
Lines 516-530
h1 {
Link Here
|
516 |
} |
707 |
} |
517 |
|
708 |
|
518 |
h2 { |
709 |
h2 { |
|
|
710 |
color: #696969; |
519 |
font-size: 150%; |
711 |
font-size: 150%; |
520 |
font-weight: bold; |
712 |
font-weight: bold; |
521 |
color: #696969; |
|
|
522 |
} |
713 |
} |
523 |
|
714 |
|
524 |
h3 { |
715 |
h3 { |
|
|
716 |
color: #696969; |
525 |
font-size: 131%; |
717 |
font-size: 131%; |
526 |
font-weight: bold; |
718 |
font-weight: bold; |
527 |
color: #696969; |
|
|
528 |
} |
719 |
} |
529 |
|
720 |
|
530 |
h4 { |
721 |
h4 { |
Lines 595-606
textarea {
Link Here
|
595 |
input { |
786 |
input { |
596 |
&[type="submit"] { |
787 |
&[type="submit"] { |
597 |
@include primary-button; |
788 |
@include primary-button; |
|
|
789 |
|
598 |
padding: .5em 1em; |
790 |
padding: .5em 1em; |
599 |
} |
791 |
} |
600 |
|
792 |
|
601 |
&[type="reset"], |
793 |
&[type="reset"], |
602 |
&[type="button"] { |
794 |
&[type="button"] { |
603 |
@include default-button; |
795 |
@include default-button; |
|
|
796 |
|
604 |
padding: .5em 1em; |
797 |
padding: .5em 1em; |
605 |
|
798 |
|
606 |
&:disabled { |
799 |
&:disabled { |
Lines 616-621
input {
Link Here
|
616 |
|
809 |
|
617 |
&.submit { |
810 |
&.submit { |
618 |
@include primary-button; |
811 |
@include primary-button; |
|
|
812 |
|
619 |
padding: .5em 1em; |
813 |
padding: .5em 1em; |
620 |
|
814 |
|
621 |
&:disabled { |
815 |
&:disabled { |
Lines 678-684
label,
Link Here
|
678 |
margin-top: 1em; |
872 |
margin-top: 1em; |
679 |
} |
873 |
} |
680 |
|
874 |
|
681 |
.main, main { |
875 |
.main, |
|
|
876 |
main { |
682 |
& > .row > div > aside { |
877 |
& > .row > div > aside { |
683 |
margin-left: -15px; |
878 |
margin-left: -15px; |
684 |
} |
879 |
} |
Lines 794-804
fieldset {
Link Here
|
794 |
} |
989 |
} |
795 |
|
990 |
|
796 |
&.standard { |
991 |
&.standard { |
797 |
background-color:#F4F8F9 !important; |
992 |
background-color: #F4F8F9 !important; |
798 |
} |
993 |
} |
799 |
|
994 |
|
800 |
&.contrast { |
995 |
&.contrast { |
801 |
background-color:#F3F3F3 !important; |
996 |
background-color: #F3F3F3 !important; |
802 |
} |
997 |
} |
803 |
|
998 |
|
804 |
&.action { |
999 |
&.action { |
Lines 877-883
fieldset {
Link Here
|
877 |
} |
1072 |
} |
878 |
} |
1073 |
} |
879 |
|
1074 |
|
880 |
|
|
|
881 |
ol { |
1075 |
ol { |
882 |
li { |
1076 |
li { |
883 |
list-style-type: none; |
1077 |
list-style-type: none; |
Lines 887-900
fieldset {
Link Here
|
887 |
|
1081 |
|
888 |
div { |
1082 |
div { |
889 |
&.help-block { |
1083 |
&.help-block { |
|
|
1084 |
color: #737373; |
890 |
display: block; |
1085 |
display: block; |
891 |
margin-top: 5px; |
|
|
892 |
margin-bottom: 10px; |
1086 |
margin-bottom: 10px; |
893 |
color: #737373; |
1087 |
margin-top: 5px; |
894 |
|
1088 |
|
895 |
li { |
1089 |
li { |
896 |
list-style-type: unset; |
|
|
897 |
list-style-position: inside; |
1090 |
list-style-position: inside; |
|
|
1091 |
list-style-type: unset; |
898 |
} |
1092 |
} |
899 |
} |
1093 |
} |
900 |
} |
1094 |
} |
Lines 927-935
details[open] {
Link Here
|
927 |
} |
1121 |
} |
928 |
} |
1122 |
} |
929 |
|
1123 |
|
930 |
|
|
|
931 |
#floating-save { |
1124 |
#floating-save { |
932 |
background-color: rgba(185, 216, 217, .6); |
1125 |
background-color: rgba( 185, 216, 217, .6 ); |
933 |
bottom: 3%; |
1126 |
bottom: 3%; |
934 |
position: fixed; |
1127 |
position: fixed; |
935 |
right: 1%; |
1128 |
right: 1%; |
Lines 945-951
details[open] {
Link Here
|
945 |
display: flex; |
1138 |
display: flex; |
946 |
} |
1139 |
} |
947 |
|
1140 |
|
948 |
#breadcrumbs, #shortcut { |
1141 |
#breadcrumbs, |
|
|
1142 |
#shortcut { |
949 |
background-color: transparent; |
1143 |
background-color: transparent; |
950 |
clear: both; |
1144 |
clear: both; |
951 |
margin: 0; |
1145 |
margin: 0; |
Lines 960-974
details[open] {
Link Here
|
960 |
|
1154 |
|
961 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
1155 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
962 |
color: $green-text-color; |
1156 |
color: $green-text-color; |
963 |
visibility: hidden; |
|
|
964 |
font-size: 1px; |
1157 |
font-size: 1px; |
965 |
letter-spacing: -1px; |
1158 |
letter-spacing: -1px; |
|
|
1159 |
visibility: hidden; |
966 |
|
1160 |
|
967 |
&::before { |
1161 |
&::before { |
968 |
content: "\f015"; |
1162 |
content: "\f015"; |
969 |
font-family: "Font Awesome 6 Free"; |
1163 |
font-family: "Font Awesome 6 Free"; |
970 |
font-style: normal; |
|
|
971 |
font-size: 12px; |
1164 |
font-size: 12px; |
|
|
1165 |
font-style: normal; |
972 |
padding-right: .3em; |
1166 |
padding-right: .3em; |
973 |
visibility: visible; |
1167 |
visibility: visible; |
974 |
} |
1168 |
} |
Lines 988-1188
details[open] {
Link Here
|
988 |
} |
1182 |
} |
989 |
} |
1183 |
} |
990 |
|
1184 |
|
991 |
div { |
|
|
992 |
&.action { |
993 |
background-color: transparent; |
994 |
border: 0; |
995 |
clear: both; |
996 |
float: none; |
997 |
margin: .9em 0 0; |
998 |
padding: .4em; |
999 |
width: auto; |
1000 |
} |
1001 |
|
1002 |
.renew_formfield { |
1003 |
margin-bottom: 1em; |
1004 |
} |
1005 |
|
1006 |
.circmessage { |
1007 |
padding: .4em; |
1008 |
|
1009 |
.circmessage { |
1010 |
margin-bottom: .3em; |
1011 |
} |
1012 |
} |
1013 |
|
1014 |
&.first { |
1015 |
fieldset { |
1016 |
margin-right: 0; |
1017 |
} |
1018 |
} |
1019 |
|
1020 |
&.help { |
1021 |
margin: .9em 0 0; |
1022 |
} |
1023 |
|
1024 |
&.justify { |
1025 |
text-align: justify; |
1026 |
} |
1027 |
|
1028 |
&.note { |
1029 |
background-color: #CFE2FF; |
1030 |
margin: .5em 0; |
1031 |
padding: .5em; |
1032 |
|
1033 |
i { |
1034 |
&.fa-exclamation { |
1035 |
color: $warning-text-color; |
1036 |
font-style: italic; |
1037 |
padding: 0 .3em; |
1038 |
} |
1039 |
} |
1040 |
} |
1041 |
|
1042 |
// Tools > automatic_item_modification_by_age |
1043 |
&.rules { |
1044 |
display: block; |
1045 |
} |
1046 |
|
1047 |
&[class$="_table_controls"] { |
1048 |
padding: .7em 0; |
1049 |
} |
1050 |
|
1051 |
&.results { |
1052 |
padding: .7em 0; |
1053 |
} |
1054 |
|
1055 |
&.rule { |
1056 |
background-color: #F4F8F9; |
1057 |
border: 2px solid #bfd9b9; |
1058 |
border-radius: 5px; |
1059 |
margin: .3em; |
1060 |
padding: .3em; |
1061 |
} |
1062 |
|
1063 |
&.lastchecked { |
1064 |
background-color: #FFF; |
1065 |
border: 2px solid #BCDB89; |
1066 |
padding: .2em 1em; |
1067 |
} |
1068 |
|
1069 |
&.listgroup { |
1070 |
clear: left; |
1071 |
|
1072 |
h4 { |
1073 |
font-style: italic; |
1074 |
|
1075 |
a { |
1076 |
font-size: 80%; |
1077 |
} |
1078 |
} |
1079 |
} |
1080 |
|
1081 |
&.sysprefs { |
1082 |
h3 { |
1083 |
margin: .2em 0 .2em .4em; |
1084 |
} |
1085 |
|
1086 |
dl { |
1087 |
margin-left: 1.5em; |
1088 |
} |
1089 |
|
1090 |
&.hint { |
1091 |
float: right; |
1092 |
margin: .7em; |
1093 |
padding: .5em; |
1094 |
width: 25%; |
1095 |
} |
1096 |
} |
1097 |
|
1098 |
&.rows { |
1099 |
margin: 0; |
1100 |
padding: 0; |
1101 |
width: 100%; |
1102 |
|
1103 |
+ div { |
1104 |
&.rows { |
1105 |
margin-top: .6em; |
1106 |
} |
1107 |
} |
1108 |
|
1109 |
li { |
1110 |
border-bottom: 1px solid #EEE; |
1111 |
list-style-type: none; |
1112 |
padding: .275em; |
1113 |
width: 100%; |
1114 |
} |
1115 |
|
1116 |
ol { |
1117 |
list-style-type: none; |
1118 |
padding: .5em 1em 0 0; |
1119 |
|
1120 |
li { |
1121 |
li { |
1122 |
border-bottom: 0; |
1123 |
} |
1124 |
} |
1125 |
} |
1126 |
|
1127 |
p { |
1128 |
margin-left: 10em; |
1129 |
} |
1130 |
|
1131 |
span { |
1132 |
&.label { |
1133 |
display: inline-block; |
1134 |
font-weight: bold; |
1135 |
margin-right: 1em; |
1136 |
padding-top: 0; |
1137 |
text-align: left; |
1138 |
vertical-align: top; |
1139 |
width: 9em; |
1140 |
white-space: normal; |
1141 |
} |
1142 |
} |
1143 |
} |
1144 |
|
1145 |
&.pages { |
1146 |
margin: .5em 0; |
1147 |
|
1148 |
a { |
1149 |
font-weight: bold; |
1150 |
padding: 1px 5px; |
1151 |
text-decoration: none; |
1152 |
|
1153 |
&:link, |
1154 |
&:visited { |
1155 |
background-color: #EEEEEE; |
1156 |
color: #3366CC; |
1157 |
} |
1158 |
|
1159 |
&:hover, |
1160 |
&:active { |
1161 |
background-color: #FFC; |
1162 |
} |
1163 |
} |
1164 |
|
1165 |
.current, |
1166 |
.currentPage { |
1167 |
background-color: #E6FCB7; |
1168 |
color: #666; |
1169 |
font-weight: bold; |
1170 |
padding: 1px 5px; |
1171 |
} |
1172 |
|
1173 |
.inactive { |
1174 |
background-color: #F3F3F3; |
1175 |
color: #BCBCBC; |
1176 |
font-weight: bold; |
1177 |
padding: 1px 5px; |
1178 |
} |
1179 |
} |
1180 |
|
1181 |
.browse { |
1182 |
margin: .5em 0; |
1183 |
} |
1184 |
} |
1185 |
|
1186 |
#sales { |
1185 |
#sales { |
1187 |
display: none; |
1186 |
display: none; |
1188 |
} |
1187 |
} |
Lines 1222-1242
dd {
Link Here
|
1222 |
} |
1221 |
} |
1223 |
} |
1222 |
} |
1224 |
|
1223 |
|
1225 |
|
|
|
1226 |
.patroninfo { |
1224 |
.patroninfo { |
1227 |
margin-right: .5em; |
1225 |
background-color: #E6E6E6; |
1228 |
padding-top: 1em; |
|
|
1229 |
background-color: #e6e6e6; |
1230 |
color: #000; |
1226 |
color: #000; |
1231 |
left: -10px; |
1227 |
left: -10px; |
1232 |
width: 100%; |
1228 |
margin-right: .5em; |
1233 |
padding-bottom: 25px; |
1229 |
padding-bottom: 25px; |
|
|
1230 |
padding-top: 1em; |
1231 |
width: 100%; |
1234 |
|
1232 |
|
1235 |
h5 { |
1233 |
h5 { |
|
|
1234 |
color: #000; |
1235 |
font-weight: bold; |
1236 |
margin-bottom: 0; |
1236 |
margin-bottom: 0; |
1237 |
padding: .5em .9em; |
1237 |
padding: .5em .9em; |
1238 |
font-weight: bold; |
|
|
1239 |
color: #000; |
1240 |
|
1238 |
|
1241 |
&:empty { |
1239 |
&:empty { |
1242 |
border-right: 0; |
1240 |
border-right: 0; |
Lines 1260-1266
dd {
Link Here
|
1260 |
li { |
1258 |
li { |
1261 |
list-style-type: none; |
1259 |
list-style-type: none; |
1262 |
margin: 0; |
1260 |
margin: 0; |
1263 |
|
|
|
1264 |
} |
1261 |
} |
1265 |
} |
1262 |
} |
1266 |
|
1263 |
|
Lines 1274-1282
dd {
Link Here
|
1274 |
} |
1271 |
} |
1275 |
|
1272 |
|
1276 |
.patroninfo-heading { |
1273 |
.patroninfo-heading { |
1277 |
padding: .5em; |
|
|
1278 |
margin-bottom: .3em; |
1279 |
clear: both; |
1274 |
clear: both; |
|
|
1275 |
margin-bottom: .3em; |
1276 |
padding: .5em; |
1280 |
|
1277 |
|
1281 |
h3 { |
1278 |
h3 { |
1282 |
display: inline-block; |
1279 |
display: inline-block; |
Lines 1307-1314
dd {
Link Here
|
1307 |
.patronimage { |
1304 |
.patronimage { |
1308 |
border: 1px solid #EEE; |
1305 |
border: 1px solid #EEE; |
1309 |
display: block; |
1306 |
display: block; |
1310 |
max-width: 160px; |
|
|
1311 |
margin: auto; |
1307 |
margin: auto; |
|
|
1308 |
max-width: 160px; |
1312 |
opacity: 1; |
1309 |
opacity: 1; |
1313 |
transition: .2s ease; |
1310 |
transition: .2s ease; |
1314 |
|
1311 |
|
Lines 1332-1352
dd {
Link Here
|
1332 |
|
1329 |
|
1333 |
.patronimage-control { |
1330 |
.patronimage-control { |
1334 |
padding: 1em 2em; |
1331 |
padding: 1em 2em; |
1335 |
} |
1332 |
} |
1336 |
|
1333 |
|
1337 |
#patronImageEdit input[type="file" ] { |
1334 |
#patronImageEdit input[type="file"] { |
1338 |
display: inline-block; |
1335 |
display: inline-block; |
1339 |
} |
1336 |
} |
1340 |
|
1337 |
|
1341 |
#addColumn, #delColumn{ |
1338 |
#addColumn, |
1342 |
color: $green-text-color; |
1339 |
#delColumn { |
1343 |
padding: .3em; |
|
|
1344 |
border: none; |
1345 |
background-color: transparent; |
1340 |
background-color: transparent; |
|
|
1341 |
border: none; |
1346 |
box-shadow: none; |
1342 |
box-shadow: none; |
|
|
1343 |
color: $green-text-color; |
1347 |
font-size: 100%; |
1344 |
font-size: 100%; |
|
|
1345 |
padding: .3em; |
1348 |
|
1346 |
|
1349 |
&:hover{ |
1347 |
&:hover { |
1350 |
text-decoration: underline; |
1348 |
text-decoration: underline; |
1351 |
} |
1349 |
} |
1352 |
} |
1350 |
} |
Lines 1385-1396
dd {
Link Here
|
1385 |
} |
1383 |
} |
1386 |
} |
1384 |
} |
1387 |
} |
1385 |
} |
1388 |
|
|
|
1389 |
} |
1386 |
} |
1390 |
|
1387 |
|
1391 |
.readonly, |
1388 |
.readonly, |
1392 |
input[type='text']:read-only { |
1389 |
input[type="text"]:read-only { |
1393 |
background: #EEE url("../img/locked.png") center left no-repeat; |
1390 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
1394 |
border-style: inset; |
1391 |
border-style: inset; |
1395 |
border-width: 1px; |
1392 |
border-width: 1px; |
1396 |
cursor: default; |
1393 |
cursor: default; |
Lines 1398-1404
input[type='text']:read-only {
Link Here
|
1398 |
} |
1395 |
} |
1399 |
|
1396 |
|
1400 |
.readonly:focus, |
1397 |
.readonly:focus, |
1401 |
input[type='text']:read-only:focus { |
1398 |
input[type="text"]:read-only:focus { |
1402 |
border-color: unset; |
1399 |
border-color: unset; |
1403 |
border-radius: unset; |
1400 |
border-radius: unset; |
1404 |
} |
1401 |
} |
Lines 1413-1419
input[type='text']:read-only:focus {
Link Here
|
1413 |
} |
1410 |
} |
1414 |
|
1411 |
|
1415 |
.important_subfield_not_filled { |
1412 |
.important_subfield_not_filled { |
1416 |
background-color : #FFFFCC; |
1413 |
background-color: #FFFFCC; |
1417 |
} |
1414 |
} |
1418 |
|
1415 |
|
1419 |
.content_hidden { |
1416 |
.content_hidden { |
Lines 1494-1501
i {
Link Here
|
1494 |
} |
1491 |
} |
1495 |
|
1492 |
|
1496 |
.circ-settings { |
1493 |
.circ-settings { |
1497 |
border-top: 2px solid #EEE; |
|
|
1498 |
border-radius: 0; |
1494 |
border-radius: 0; |
|
|
1495 |
border-top: 2px solid #EEE; |
1499 |
display: none; |
1496 |
display: none; |
1500 |
margin-left: -1em; |
1497 |
margin-left: -1em; |
1501 |
margin-right: -1em; |
1498 |
margin-right: -1em; |
Lines 1505-1520
i {
Link Here
|
1505 |
|
1502 |
|
1506 |
#show-circ-settings { |
1503 |
#show-circ-settings { |
1507 |
display: inline; |
1504 |
display: inline; |
|
|
1505 |
opacity: .5; |
1508 |
position: relative; |
1506 |
position: relative; |
1509 |
right: 25px; |
1507 |
right: 25px; |
1510 |
opacity: .5; |
|
|
1511 |
|
1508 |
|
1512 |
&:hover { |
1509 |
&:hover { |
1513 |
opacity: 1; |
1510 |
opacity: 1; |
1514 |
} |
1511 |
} |
1515 |
|
1512 |
|
1516 |
a { |
1513 |
a { |
1517 |
color: rgb(105, 105, 105); |
1514 |
color: rgb( 105, 105, 105 ); |
1518 |
|
1515 |
|
1519 |
&:hover { |
1516 |
&:hover { |
1520 |
text-decoration: none; |
1517 |
text-decoration: none; |
Lines 1525-1531
i {
Link Here
|
1525 |
.checkin-active-setting { |
1522 |
.checkin-active-setting { |
1526 |
background-color: #FFC; |
1523 |
background-color: #FFC; |
1527 |
border-radius: 3px; |
1524 |
border-radius: 3px; |
1528 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
1525 |
box-shadow: 1px 1px 2px 0 rgba( 102, 102, 102, .5 ); |
1529 |
margin: .5em; |
1526 |
margin: .5em; |
1530 |
padding: .5em; |
1527 |
padding: .5em; |
1531 |
} |
1528 |
} |
Lines 1535-1542
i {
Link Here
|
1535 |
} |
1532 |
} |
1536 |
|
1533 |
|
1537 |
.form-group { |
1534 |
.form-group { |
|
|
1535 |
margin-bottom: 10px; |
1536 |
|
1538 |
label { |
1537 |
label { |
1539 |
display: block; |
1538 |
display: block; |
|
|
1539 |
font-weight: bold; |
1540 |
margin-bottom: 5px; |
1540 |
margin-bottom: 5px; |
1541 |
} |
1541 |
} |
1542 |
|
1542 |
|
Lines 1566-1575
i {
Link Here
|
1566 |
|
1566 |
|
1567 |
.dialog { |
1567 |
.dialog { |
1568 |
margin: 1em auto; |
1568 |
margin: 1em auto; |
|
|
1569 |
max-width: 600px; |
1569 |
padding: .5em; |
1570 |
padding: .5em; |
1570 |
text-align: center; |
1571 |
text-align: center; |
1571 |
width: 65%; |
1572 |
width: 65%; |
1572 |
max-width: 600px; |
|
|
1573 |
|
1573 |
|
1574 |
a { |
1574 |
a { |
1575 |
&.approve { |
1575 |
&.approve { |
Lines 1615-1658
i {
Link Here
|
1615 |
|
1615 |
|
1616 |
&.approve { |
1616 |
&.approve { |
1617 |
background-color: #FEC32C; |
1617 |
background-color: #FEC32C; |
1618 |
color: #000; |
|
|
1619 |
border: 0; |
1620 |
background-image: none; |
1618 |
background-image: none; |
|
|
1619 |
border: 0; |
1620 |
color: #000; |
1621 |
margin-top: 5px; |
1621 |
margin-top: 5px; |
1622 |
|
1622 |
|
1623 |
&:hover, |
1623 |
&:hover, |
1624 |
&:active, |
1624 |
&:active, |
1625 |
&:focus { |
1625 |
&:focus { |
1626 |
background-color: #fec22c9f; |
1626 |
background-color: #FEC22C9F; |
1627 |
} |
1627 |
} |
1628 |
} |
1628 |
} |
1629 |
|
1629 |
|
1630 |
&.deny { |
1630 |
&.deny { |
1631 |
background-color: transparent; |
1631 |
background-color: transparent; |
1632 |
color: #696969; |
1632 |
background-image: none; |
1633 |
border: #696969 double 1px; |
1633 |
border: #696969 double 1px; |
1634 |
margin-top: 5px; |
1634 |
border-radius: 4px; |
1635 |
margin-left: 5px; |
1635 |
color: #696969; |
1636 |
|
1636 |
cursor: pointer; |
1637 |
display: inline-block; |
1637 |
display: inline-block; |
1638 |
margin-bottom: 0; |
1638 |
font-size: 12px; |
1639 |
font-weight: normal; |
1639 |
font-weight: normal; |
|
|
1640 |
line-height: 1.4286; |
1641 |
margin-bottom: 0; |
1642 |
margin-left: 5px; |
1643 |
margin-top: 5px; |
1644 |
padding: 6px 12px; |
1640 |
text-align: center; |
1645 |
text-align: center; |
1641 |
white-space: nowrap; |
|
|
1642 |
vertical-align: middle; |
1643 |
touch-action: manipulation; |
1646 |
touch-action: manipulation; |
1644 |
cursor: pointer; |
|
|
1645 |
background-image: none; |
1646 |
padding: 6px 12px; |
1647 |
font-size: 12px; |
1648 |
line-height: 1.42857143; |
1649 |
border-radius: 4px; |
1650 |
user-select: none; |
1647 |
user-select: none; |
|
|
1648 |
vertical-align: middle; |
1649 |
white-space: nowrap; |
1651 |
|
1650 |
|
1652 |
&:hover { |
1651 |
&:hover { |
1653 |
font-weight: bold; |
|
|
1654 |
background-color: #F1F1F1; |
1652 |
background-color: #F1F1F1; |
1655 |
border: #696969 double 1px; |
1653 |
border: #696969 double 1px; |
|
|
1654 |
font-weight: bold; |
1656 |
text-decoration: none; |
1655 |
text-decoration: none; |
1657 |
} |
1656 |
} |
1658 |
} |
1657 |
} |
Lines 1669-1675
i {
Link Here
|
1669 |
|
1668 |
|
1670 |
p { |
1669 |
p { |
1671 |
margin-top: 0; |
1670 |
margin-top: 0; |
1672 |
&+p { |
1671 |
|
|
|
1672 |
& + p { |
1673 |
margin-top: 5px; |
1673 |
margin-top: 5px; |
1674 |
} |
1674 |
} |
1675 |
} |
1675 |
} |
Lines 1725-1734
i {
Link Here
|
1725 |
} |
1725 |
} |
1726 |
} |
1726 |
} |
1727 |
|
1727 |
|
1728 |
|
|
|
1729 |
.approve, |
1728 |
.approve, |
1730 |
.success { |
1729 |
.success { |
1731 |
background-color: #FEC32C; |
1730 |
background-color: #FEC32C; |
|
|
1731 |
|
1732 |
i { |
1732 |
i { |
1733 |
&.fa { |
1733 |
&.fa { |
1734 |
color: $green-text-color; |
1734 |
color: $green-text-color; |
Lines 1756-1762
i {
Link Here
|
1756 |
i { |
1756 |
i { |
1757 |
&.fa-exclamation-triangle { |
1757 |
&.fa-exclamation-triangle { |
1758 |
color: #FFD700; |
1758 |
color: #FFD700; |
1759 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3); |
1759 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3 ); |
1760 |
} |
1760 |
} |
1761 |
} |
1761 |
} |
1762 |
} |
1762 |
} |
Lines 1796-1809
i {
Link Here
|
1796 |
} |
1796 |
} |
1797 |
|
1797 |
|
1798 |
.barcode { |
1798 |
.barcode { |
|
|
1799 |
border-radius: 0; |
1799 |
font-size: 100%; |
1800 |
font-size: 100%; |
1800 |
vertical-align: middle; |
|
|
1801 |
font-style: italic; |
1801 |
font-style: italic; |
1802 |
width: 250px; |
|
|
1803 |
height: 30px; |
1802 |
height: 30px; |
1804 |
padding-left: 5px; |
1803 |
padding-left: 5px; |
1805 |
padding-right: 30px; |
1804 |
padding-right: 30px; |
1806 |
border-radius: 0; |
1805 |
vertical-align: middle; |
|
|
1806 |
width: 250px; |
1807 |
} |
1807 |
} |
1808 |
|
1808 |
|
1809 |
li { |
1809 |
li { |
Lines 1868-1883
li {
Link Here
|
1868 |
} |
1868 |
} |
1869 |
|
1869 |
|
1870 |
& + p { |
1870 |
& + p { |
1871 |
border-top: 1px solid #eee; |
1871 |
border-top: 1px solid #EEE; |
1872 |
margin-top: 1em; |
1872 |
margin-top: 1em; |
1873 |
padding-top: 1em; |
1873 |
padding-top: 1em; |
1874 |
} |
1874 |
} |
1875 |
} |
1875 |
} |
1876 |
|
1876 |
|
1877 |
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper { |
1877 |
#catalogue_stats_wrapper, |
|
|
1878 |
#tbl_cash_register_stats_wrapper, |
1879 |
#resulttable_wrapper, |
1880 |
#numberpatternst_wrapper { |
1878 |
background-color: #FFFFFF; |
1881 |
background-color: #FFFFFF; |
|
|
1882 |
box-shadow: 8px 8px 12px rgba( 170, 170, 170, .356 ); |
1879 |
margin-top: 20px; |
1883 |
margin-top: 20px; |
1880 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, .356); |
|
|
1881 |
padding: 20px; |
1884 |
padding: 20px; |
1882 |
} |
1885 |
} |
1883 |
|
1886 |
|
Lines 1885-1911
li {
Link Here
|
1885 |
background-color: #FFFFFF; |
1888 |
background-color: #FFFFFF; |
1886 |
margin-top: 20px; |
1889 |
margin-top: 20px; |
1887 |
min-width: 100%; |
1890 |
min-width: 100%; |
1888 |
width: fit-content; |
|
|
1889 |
padding: 20px; |
1891 |
padding: 20px; |
|
|
1892 |
width: fit-content; |
1890 |
|
1893 |
|
1891 |
fieldset { |
1894 |
fieldset { |
1892 |
box-shadow: none; |
1895 |
box-shadow: none; |
1893 |
} |
1896 |
} |
1894 |
|
1897 |
|
1895 |
h3{ |
1898 |
h3 { |
1896 |
padding-bottom: .7em; |
|
|
1897 |
margin: 0; |
1898 |
color: #696969; |
1899 |
color: #696969; |
|
|
1900 |
margin: 0; |
1901 |
padding-bottom: .7em; |
1899 |
} |
1902 |
} |
1900 |
|
1903 |
|
1901 |
td { |
1904 |
td { |
1902 |
ul { |
1905 |
ul { |
1903 |
li { |
1906 |
li { |
1904 |
clear: left; |
1907 |
clear: left; |
|
|
1908 |
color: #000; |
1905 |
font-size: 90%; |
1909 |
font-size: 90%; |
1906 |
list-style: url("../img/item-bullet.svg"); |
1910 |
list-style: url( "../img/item-bullet.svg" ); |
1907 |
padding: .2em 0; |
1911 |
padding: .2em 0; |
1908 |
color: #000; |
|
|
1909 |
top: 100%; |
1912 |
top: 100%; |
1910 |
|
1913 |
|
1911 |
&.result_itype_image { |
1914 |
&.result_itype_image { |
Lines 1956-1961
li {
Link Here
|
1956 |
ul { |
1959 |
ul { |
1957 |
margin: 0; |
1960 |
margin: 0; |
1958 |
padding-left: 0; |
1961 |
padding-left: 0; |
|
|
1962 |
|
1959 |
li { |
1963 |
li { |
1960 |
clear: none; |
1964 |
clear: none; |
1961 |
float: left; |
1965 |
float: left; |
Lines 1976-2006
li {
Link Here
|
1976 |
color: #000; |
1980 |
color: #000; |
1977 |
|
1981 |
|
1978 |
&:hover { |
1982 |
&:hover { |
|
|
1983 |
background-color: #FFFFFF; |
1979 |
background-image: none; |
1984 |
background-image: none; |
1980 |
color: #000; |
1985 |
color: #000; |
1981 |
text-decoration: underline; |
1986 |
text-decoration: underline; |
1982 |
background-color: #FFFFFF; |
|
|
1983 |
} |
1987 |
} |
1984 |
} |
1988 |
} |
1985 |
} |
1989 |
} |
1986 |
} |
1990 |
} |
1987 |
|
1991 |
|
1988 |
.searchheader { |
1992 |
.searchheader { |
1989 |
background-color: #f3f4f4; |
1993 |
background-color: #F3F4F4; |
1990 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.2); |
1994 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 ); |
|
|
1995 |
color: #696969; |
1996 |
display: block; |
1991 |
font-size: 80%; |
1997 |
font-size: 80%; |
1992 |
margin-top: .5em; |
|
|
1993 |
margin-bottom: .5em; |
1998 |
margin-bottom: .5em; |
|
|
1999 |
margin-top: .5em; |
1994 |
padding: 5px; |
2000 |
padding: 5px; |
1995 |
width: 100%; |
2001 |
width: 100%; |
1996 |
color: #696969; |
|
|
1997 |
display: block; |
1998 |
|
2002 |
|
1999 |
&.floating { |
2003 |
&.floating { |
2000 |
border-radius: 0; |
2004 |
border-radius: 0; |
2001 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.4); |
2005 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .4 ); |
2002 |
margin-top: 0; |
|
|
2003 |
margin-bottom: 0; |
2006 |
margin-bottom: 0; |
|
|
2007 |
margin-top: 0; |
2004 |
z-index: 100; |
2008 |
z-index: 100; |
2005 |
} |
2009 |
} |
2006 |
|
2010 |
|
Lines 2060-2069
li {
Link Here
|
2060 |
width: 30px; |
2064 |
width: 30px; |
2061 |
} |
2065 |
} |
2062 |
|
2066 |
|
2063 |
|
|
|
2064 |
|
2065 |
#search-facets { |
2067 |
#search-facets { |
2066 |
background-color: #e6e6e6; |
2068 |
background-color: #E6E6E6; |
2067 |
|
2069 |
|
2068 |
h4 { |
2070 |
h4 { |
2069 |
background-color: $background-color-primary; |
2071 |
background-color: $background-color-primary; |
Lines 2109-2123
li {
Link Here
|
2109 |
} |
2111 |
} |
2110 |
|
2112 |
|
2111 |
#biblio-cover-slider { |
2113 |
#biblio-cover-slider { |
2112 |
border: 1px solid #bfd9b9; |
2114 |
border: 1px solid #BFD9B9; |
2113 |
border-radius: 3px; |
2115 |
border-radius: 3px; |
2114 |
margin: 5px; |
2116 |
margin: 5px; |
2115 |
padding: 10px 5px 5px 5px; |
|
|
2116 |
min-height: 175px; |
2117 |
min-height: 175px; |
|
|
2118 |
padding: 10px 5px 5px 5px; |
2117 |
} |
2119 |
} |
2118 |
|
2120 |
|
2119 |
.cover-slides { |
2121 |
.cover-slides { |
2120 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2122 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
2121 |
|
2123 |
|
2122 |
.hint { |
2124 |
.hint { |
2123 |
font-size: 90%; |
2125 |
font-size: 90%; |
Lines 2128-2134
li {
Link Here
|
2128 |
&.nav-active { |
2130 |
&.nav-active { |
2129 |
&:link, |
2131 |
&:link, |
2130 |
&:visited { |
2132 |
&:visited { |
2131 |
color: #85ca11; |
2133 |
color: #85CA11; |
2132 |
} |
2134 |
} |
2133 |
} |
2135 |
} |
2134 |
} |
2136 |
} |
Lines 2138-2145
td {
Link Here
|
2138 |
&.actions { |
2140 |
&.actions { |
2139 |
white-space: nowrap; |
2141 |
white-space: nowrap; |
2140 |
} |
2142 |
} |
|
|
2143 |
|
2141 |
&.bookcoverimg { |
2144 |
&.bookcoverimg { |
2142 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2145 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
2143 |
min-width: 120px; |
2146 |
min-width: 120px; |
2144 |
text-align: center; |
2147 |
text-align: center; |
2145 |
} |
2148 |
} |
Lines 2164-2183
td {
Link Here
|
2164 |
} |
2167 |
} |
2165 |
|
2168 |
|
2166 |
.highlight_toggle { |
2169 |
.highlight_toggle { |
2167 |
color: $green-text-color; |
|
|
2168 |
padding: .3em; |
2169 |
border: 0; |
2170 |
background-color: transparent; |
2170 |
background-color: transparent; |
2171 |
border: 0; |
2171 |
border: 0; |
2172 |
box-shadow: none; |
2172 |
box-shadow: none; |
|
|
2173 |
color: $green-text-color; |
2173 |
font-size: 100%; |
2174 |
font-size: 100%; |
|
|
2175 |
padding: .3em; |
2174 |
|
2176 |
|
2175 |
&:hover { |
2177 |
&:hover { |
2176 |
text-decoration: underline; |
2178 |
text-decoration: underline; |
2177 |
} |
2179 |
} |
2178 |
} |
2180 |
} |
2179 |
|
2181 |
|
2180 |
|
|
|
2181 |
.cover-image { |
2182 |
.cover-image { |
2182 |
display: none; |
2183 |
display: none; |
2183 |
|
2184 |
|
Lines 2210-2218
td {
Link Here
|
2210 |
#CheckAll, |
2211 |
#CheckAll, |
2211 |
#CheckNone, |
2212 |
#CheckNone, |
2212 |
#CheckPending { |
2213 |
#CheckPending { |
|
|
2214 |
color: $green-text-color; |
2213 |
font-weight: normal; |
2215 |
font-weight: normal; |
2214 |
margin: 0 .5em 0 0; |
2216 |
margin: 0 .5em 0 0; |
2215 |
color: $green-text-color; |
|
|
2216 |
} |
2217 |
} |
2217 |
|
2218 |
|
2218 |
.lost, |
2219 |
.lost, |
Lines 2222-2231
td {
Link Here
|
2222 |
display: block; |
2223 |
display: block; |
2223 |
} |
2224 |
} |
2224 |
|
2225 |
|
2225 |
.bundled { |
|
|
2226 |
display: block; |
2227 |
} |
2228 |
|
2229 |
td.bundle { |
2226 |
td.bundle { |
2230 |
background-color: #FFC !important; |
2227 |
background-color: #FFC !important; |
2231 |
} |
2228 |
} |
Lines 2276-2282
td.bundle {
Link Here
|
2276 |
|
2273 |
|
2277 |
tbody { |
2274 |
tbody { |
2278 |
tr { |
2275 |
tr { |
2279 |
&:nth-child(2n+1) { |
2276 |
&:nth-child( 2n+1 ) { |
2280 |
td { |
2277 |
td { |
2281 |
background-color: #FFFFFF; |
2278 |
background-color: #FFFFFF; |
2282 |
} |
2279 |
} |
Lines 2348-2355
td.bundle {
Link Here
|
2348 |
} |
2345 |
} |
2349 |
|
2346 |
|
2350 |
#cartmenulink { |
2347 |
#cartmenulink { |
2351 |
position: relative; |
|
|
2352 |
left: 0; |
2348 |
left: 0; |
|
|
2349 |
position: relative; |
2353 |
top: 0; |
2350 |
top: 0; |
2354 |
} |
2351 |
} |
2355 |
|
2352 |
|
Lines 2402-2408
td.bundle {
Link Here
|
2402 |
text-decoration: none; |
2399 |
text-decoration: none; |
2403 |
|
2400 |
|
2404 |
&:hover { |
2401 |
&:hover { |
2405 |
background-color: lighten( $background-color-secondary, 40 ) |
2402 |
background-color: lighten( $background-color-secondary, 40 ); |
2406 |
} |
2403 |
} |
2407 |
} |
2404 |
} |
2408 |
} |
2405 |
} |
Lines 2569-2575
td.bundle {
Link Here
|
2569 |
|
2566 |
|
2570 |
#acqui_order_supplierlist { |
2567 |
#acqui_order_supplierlist { |
2571 |
.supplier { |
2568 |
.supplier { |
2572 |
&+.supplier { |
2569 |
& + .supplier { |
2573 |
border-top: 1px solid #EEEEEE; |
2570 |
border-top: 1px solid #EEEEEE; |
2574 |
margin-top: 1em; |
2571 |
margin-top: 1em; |
2575 |
} |
2572 |
} |
Lines 2602-2615
td.bundle {
Link Here
|
2602 |
// Override core jQueryUI widgets |
2599 |
// Override core jQueryUI widgets |
2603 |
.ui-widget-content { |
2600 |
.ui-widget-content { |
2604 |
background: #FFFFFF none; |
2601 |
background: #FFFFFF none; |
2605 |
border-radius: 4px; |
|
|
2606 |
border: 1px solid $background-color-secondary; |
2602 |
border: 1px solid $background-color-secondary; |
|
|
2603 |
border-radius: 4px; |
2607 |
color: #222222; |
2604 |
color: #222222; |
2608 |
} |
2605 |
} |
2609 |
|
2606 |
|
2610 |
// Override jQuery Autocomplete |
2607 |
// Override jQuery Autocomplete |
2611 |
.ui-autocomplete { |
2608 |
.ui-autocomplete { |
2612 |
box-shadow: 0 6px 12px rgba(0,0,0,0.175); |
2609 |
box-shadow: 0 6px 12px rgba( 0, 0, 0, .175 ); |
2613 |
cursor: default; |
2610 |
cursor: default; |
2614 |
position: absolute; |
2611 |
position: absolute; |
2615 |
z-index: 2000; |
2612 |
z-index: 2000; |
Lines 2623-2633
td.bundle {
Link Here
|
2623 |
|
2620 |
|
2624 |
li { |
2621 |
li { |
2625 |
list-style-type: none; |
2622 |
list-style-type: none; |
|
|
2623 |
|
2626 |
&.ui-menu-item { |
2624 |
&.ui-menu-item { |
2627 |
padding: 5px 1em 5px .4em; |
2625 |
padding: 5px 1em 5px .4em; |
2628 |
|
2626 |
|
2629 |
&:hover { |
2627 |
&:hover { |
2630 |
background: #e3f1df none; |
2628 |
background: #E3F1DF none; |
2631 |
color: #212121; |
2629 |
color: #212121; |
2632 |
font-weight: normal; |
2630 |
font-weight: normal; |
2633 |
} |
2631 |
} |
Lines 2643-2649
td.bundle {
Link Here
|
2643 |
|
2641 |
|
2644 |
.ui-state-active, |
2642 |
.ui-state-active, |
2645 |
.ui-state-focus { |
2643 |
.ui-state-focus { |
2646 |
background: #e3f1df none; |
2644 |
background: #E3F1DF none; |
2647 |
color: #212121; |
2645 |
color: #212121; |
2648 |
font-weight: normal; |
2646 |
font-weight: normal; |
2649 |
margin: 0; |
2647 |
margin: 0; |
Lines 2654-2660
td.bundle {
Link Here
|
2654 |
} |
2652 |
} |
2655 |
|
2653 |
|
2656 |
.ui-autocomplete-loading { |
2654 |
.ui-autocomplete-loading { |
2657 |
background: #FFF url("../img/spinner-small.gif") right center no-repeat; |
2655 |
background: #FFF url( "../img/spinner-small.gif" ) right center no-repeat; |
2658 |
} |
2656 |
} |
2659 |
|
2657 |
|
2660 |
.toptabs { |
2658 |
.toptabs { |
Lines 2695-2701
fieldset > .toptabs {
Link Here
|
2695 |
font-style: italic; |
2693 |
font-style: italic; |
2696 |
} |
2694 |
} |
2697 |
|
2695 |
|
2698 |
|
|
|
2699 |
.contents { |
2696 |
.contents { |
2700 |
width: 75%; |
2697 |
width: 75%; |
2701 |
|
2698 |
|
Lines 2705-2712
fieldset > .toptabs {
Link Here
|
2705 |
} |
2702 |
} |
2706 |
|
2703 |
|
2707 |
.t { |
2704 |
.t { |
2708 |
font-weight: bold; |
|
|
2709 |
display: inline; |
2705 |
display: inline; |
|
|
2706 |
font-weight: bold; |
2710 |
} |
2707 |
} |
2711 |
|
2708 |
|
2712 |
.r { |
2709 |
.r { |
Lines 2714-2720
fieldset > .toptabs {
Link Here
|
2714 |
} |
2711 |
} |
2715 |
} |
2712 |
} |
2716 |
|
2713 |
|
2717 |
|
|
|
2718 |
.contentblock { |
2714 |
.contentblock { |
2719 |
font-size: 95%; |
2715 |
font-size: 95%; |
2720 |
line-height: 135%; |
2716 |
line-height: 135%; |
Lines 2743-2750
fieldset > .toptabs {
Link Here
|
2743 |
|
2739 |
|
2744 |
&.jstree-clicked { |
2740 |
&.jstree-clicked { |
2745 |
background: transparent none; |
2741 |
background: transparent none; |
2746 |
box-shadow: none; |
|
|
2747 |
border: 0; |
2742 |
border: 0; |
|
|
2743 |
box-shadow: none; |
2748 |
} |
2744 |
} |
2749 |
} |
2745 |
} |
2750 |
} |
2746 |
} |
Lines 2765-2771
fieldset > .toptabs {
Link Here
|
2765 |
} |
2761 |
} |
2766 |
|
2762 |
|
2767 |
.pluginname { |
2763 |
.pluginname { |
2768 |
background-color: #e3f1df; |
2764 |
background-color: #E3F1DF; |
2769 |
cursor: move; |
2765 |
cursor: move; |
2770 |
margin: .3em; |
2766 |
margin: .3em; |
2771 |
padding-bottom: 4px; |
2767 |
padding-bottom: 4px; |
Lines 2824-2840
nav {
Link Here
|
2824 |
margin: 0; |
2820 |
margin: 0; |
2825 |
|
2821 |
|
2826 |
ol { |
2822 |
ol { |
|
|
2823 |
list-style: none; |
2827 |
margin: 0; |
2824 |
margin: 0; |
2828 |
padding-left: 0; |
2825 |
padding-left: 0; |
2829 |
list-style: none; |
|
|
2830 |
|
2826 |
|
2831 |
li { |
2827 |
li { |
|
|
2828 |
color: $green-text-color; |
2832 |
display: inline; |
2829 |
display: inline; |
2833 |
color : $green-text-color; |
|
|
2834 |
font-style: italic; |
2830 |
font-style: italic; |
2835 |
|
2831 |
|
2836 |
&+li::before { |
2832 |
& + li::before { |
2837 |
background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; |
2833 |
background: transparent url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=" ) 50% 50% no-repeat; |
2838 |
background-size: 8px; |
2834 |
background-size: 8px; |
2839 |
content: ""; |
2835 |
content: ""; |
2840 |
display: inline-block; |
2836 |
display: inline-block; |
Lines 2842-2848
nav {
Link Here
|
2842 |
width: .8em; |
2838 |
width: .8em; |
2843 |
} |
2839 |
} |
2844 |
|
2840 |
|
2845 |
a:link, a:active, a:hover, a:focus { |
2841 |
a:link, |
|
|
2842 |
a:active, |
2843 |
a:hover, |
2844 |
a:focus { |
2846 |
padding: .6em .3em; |
2845 |
padding: .6em .3em; |
2847 |
} |
2846 |
} |
2848 |
} |
2847 |
} |
Lines 2872-2877
nav {
Link Here
|
2872 |
a { |
2871 |
a { |
2873 |
background-color: transparent; |
2872 |
background-color: transparent; |
2874 |
} |
2873 |
} |
|
|
2874 |
|
2875 |
&.active { |
2875 |
&.active { |
2876 |
a { |
2876 |
a { |
2877 |
&:link, |
2877 |
&:link, |
Lines 2889-2895
nav {
Link Here
|
2889 |
} |
2889 |
} |
2890 |
} |
2890 |
} |
2891 |
|
2891 |
|
2892 |
|
|
|
2893 |
.pagination { |
2892 |
.pagination { |
2894 |
margin: .5em 0; |
2893 |
margin: .5em 0; |
2895 |
} |
2894 |
} |
Lines 2916-2924
button,
Link Here
|
2916 |
} |
2915 |
} |
2917 |
|
2916 |
|
2918 |
&.btn-info { |
2917 |
&.btn-info { |
2919 |
color: #fff; |
|
|
2920 |
background-color: #194EA3; |
2918 |
background-color: #194EA3; |
2921 |
border-color: #0B439D; |
2919 |
border-color: #0B439D; |
|
|
2920 |
color: #FFF; |
2922 |
} |
2921 |
} |
2923 |
|
2922 |
|
2924 |
&.btn-success { |
2923 |
&.btn-success { |
Lines 2929-2946
button,
Link Here
|
2929 |
&.btn-danger { |
2928 |
&.btn-danger { |
2930 |
background-color: #CC3333; |
2929 |
background-color: #CC3333; |
2931 |
border-color: #9B2323; |
2930 |
border-color: #9B2323; |
2932 |
color: #fff; |
2931 |
color: #FFF; |
2933 |
} |
2932 |
} |
2934 |
|
2933 |
|
2935 |
&.btn-danger:hover { |
2934 |
&.btn-danger:hover { |
2936 |
color: #fff; |
2935 |
background-color: #C82333; |
2937 |
background-color: #c82333; |
2936 |
border-color: #A81C29; |
2938 |
border-color: #a81c29; |
2937 |
color: #FFF; |
2939 |
} |
2938 |
} |
2940 |
|
2939 |
|
2941 |
&.btn-danger:not( :disabled ):not( .disabled ).active, |
2940 |
&.btn-danger:not( :disabled, .disabled ).active, |
2942 |
&.btn-danger:not( :disabled ):not( .disabled ):active { |
2941 |
&.btn-danger:not( :disabled, .disabled ):active { |
2943 |
box-shadow: inset 0 0 0 1px #a81c29; |
2942 |
box-shadow: inset 0 0 0 1px #A81C29; |
2944 |
} |
2943 |
} |
2945 |
} |
2944 |
} |
2946 |
|
2945 |
|
Lines 2968-2977
button,
Link Here
|
2968 |
.panel-title { |
2967 |
.panel-title { |
2969 |
a { |
2968 |
a { |
2970 |
border-radius: 3px; |
2969 |
border-radius: 3px; |
2971 |
display: block; |
|
|
2972 |
padding: 10px 15px; |
2973 |
border-bottom-left-radius: 0; |
2970 |
border-bottom-left-radius: 0; |
2974 |
border-bottom-right-radius: 0; |
2971 |
border-bottom-right-radius: 0; |
|
|
2972 |
display: block; |
2973 |
padding: 10px 15px; |
2975 |
|
2974 |
|
2976 |
&::before { |
2975 |
&::before { |
2977 |
content: "\f0d7"; |
2976 |
content: "\f0d7"; |
Lines 2981-2987
button,
Link Here
|
2981 |
} |
2980 |
} |
2982 |
|
2981 |
|
2983 |
&:hover { |
2982 |
&:hover { |
2984 |
background: #e3f1df none; |
2983 |
background: #E3F1DF none; |
2985 |
border-bottom-left-radius: 0; |
2984 |
border-bottom-left-radius: 0; |
2986 |
border-bottom-right-radius: 0; |
2985 |
border-bottom-right-radius: 0; |
2987 |
} |
2986 |
} |
Lines 2995-3001
button,
Link Here
|
2995 |
} |
2994 |
} |
2996 |
|
2995 |
|
2997 |
&:hover { |
2996 |
&:hover { |
2998 |
background: #e3f1df none; |
2997 |
background: #E3F1DF none; |
2999 |
border-bottom-left-radius: 3px; |
2998 |
border-bottom-left-radius: 3px; |
3000 |
border-bottom-right-radius: 3px; |
2999 |
border-bottom-right-radius: 3px; |
3001 |
} |
3000 |
} |
Lines 3004-3017
button,
Link Here
|
3004 |
} |
3003 |
} |
3005 |
|
3004 |
|
3006 |
.panel-default { |
3005 |
.panel-default { |
3007 |
border: 1px solid #bfd9b9; |
3006 |
border: 1px solid #BFD9B9; |
|
|
3007 |
|
3008 |
> .panel-heading { |
3008 |
> .panel-heading { |
3009 |
background: transparent none; |
3009 |
background: transparent none; |
3010 |
padding: 0; |
3010 |
padding: 0; |
3011 |
|
3011 |
|
3012 |
+ .panel-collapse { |
3012 |
+ .panel-collapse { |
3013 |
> .panel-body { |
3013 |
> .panel-body { |
3014 |
border-top-color: #bfd9b9; |
3014 |
border-top-color: #BFD9B9; |
3015 |
} |
3015 |
} |
3016 |
} |
3016 |
} |
3017 |
} |
3017 |
} |
Lines 3099-3106
button,
Link Here
|
3099 |
|
3099 |
|
3100 |
.tooltip-inner { |
3100 |
.tooltip-inner { |
3101 |
background-color: #FFFFFF; |
3101 |
background-color: #FFFFFF; |
3102 |
border: 1px solid rgba(0, 0, 0, .2); |
3102 |
border: 1px solid rgba( 0, 0, 0, .2 ); |
3103 |
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
3103 |
box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 ); |
3104 |
color: #000; |
3104 |
color: #000; |
3105 |
font-size: 120%; |
3105 |
font-size: 120%; |
3106 |
padding: 1em; |
3106 |
padding: 1em; |
Lines 3109-3115
button,
Link Here
|
3109 |
} |
3109 |
} |
3110 |
|
3110 |
|
3111 |
.separator { |
3111 |
.separator { |
3112 |
color: #bfbfbf; |
3112 |
color: #BFBFBF; |
3113 |
padding: 0 .2em; |
3113 |
padding: 0 .2em; |
3114 |
} |
3114 |
} |
3115 |
|
3115 |
|
Lines 3133-3139
button,
Link Here
|
3133 |
} |
3133 |
} |
3134 |
} |
3134 |
} |
3135 |
|
3135 |
|
3136 |
|
|
|
3137 |
label { |
3136 |
label { |
3138 |
.radio &, |
3137 |
.radio &, |
3139 |
.checkbox & { |
3138 |
.checkbox & { |
Lines 3226-3232
label {
Link Here
|
3226 |
font-size: 13px; |
3225 |
font-size: 13px; |
3227 |
} |
3226 |
} |
3228 |
|
3227 |
|
3229 |
> .btn:first-child:not( :last-child ):not( .dropdown-toggle ) { |
3228 |
> .btn:first-child:not( :last-child, .dropdown-toggle ) { |
3230 |
border-right: 1px solid #CCC; |
3229 |
border-right: 1px solid #CCC; |
3231 |
|
3230 |
|
3232 |
&.btn-primary { |
3231 |
&.btn-primary { |
Lines 3271-3277
code {
Link Here
|
3271 |
} |
3270 |
} |
3272 |
|
3271 |
|
3273 |
.tab-content { |
3272 |
.tab-content { |
3274 |
background-color: #fff; |
3273 |
background-color: #FFF; |
3275 |
border: 0; |
3274 |
border: 0; |
3276 |
border-radius: 0; |
3275 |
border-radius: 0; |
3277 |
padding: 1em; |
3276 |
padding: 1em; |
Lines 3279-3293
code {
Link Here
|
3279 |
|
3278 |
|
3280 |
.tab-pane { |
3279 |
.tab-pane { |
3281 |
&.active { |
3280 |
&.active { |
3282 |
&::after, |
3281 |
@include clearfix; |
|
|
3282 |
|
3283 |
&::before { |
3283 |
&::before { |
3284 |
content: " "; |
3284 |
content: " "; |
3285 |
display: table; |
3285 |
display: table; |
3286 |
} |
3286 |
} |
3287 |
|
|
|
3288 |
&::after { |
3289 |
clear: both; |
3290 |
} |
3291 |
} |
3287 |
} |
3292 |
} |
3288 |
} |
3293 |
|
3289 |
|
Lines 3309-3315
code {
Link Here
|
3309 |
margin-right: .4em; |
3305 |
margin-right: .4em; |
3310 |
padding: .5em 1em; |
3306 |
padding: .5em 1em; |
3311 |
|
3307 |
|
3312 |
&:hover, &:focus, &:active { |
3308 |
&:hover, |
|
|
3309 |
&:focus, |
3310 |
&:active { |
3313 |
background-color: $background-color-primary; |
3311 |
background-color: $background-color-primary; |
3314 |
border: 2px solid $background-color-primary; |
3312 |
border: 2px solid $background-color-primary; |
3315 |
border-bottom: 0; |
3313 |
border-bottom: 0; |
Lines 3349-3360
code {
Link Here
|
3349 |
} |
3347 |
} |
3350 |
|
3348 |
|
3351 |
#jobprogress { |
3349 |
#jobprogress { |
3352 |
background: url("../img/progress.png") -300px 0 no-repeat; |
3350 |
background: url( "../img/progress.png" ) -300px 0 no-repeat; |
3353 |
border: 1px solid #666; |
3351 |
border: 1px solid #666; |
3354 |
display: inline-block; |
3352 |
display: inline-block; |
3355 |
height: 10px; |
3353 |
height: 10px; |
3356 |
width: 200px; |
3354 |
width: 200px; |
3357 |
} |
3355 |
} |
3358 |
|
3356 |
|
3359 |
.progress_panel { |
3357 |
.progress_panel { |
3360 |
border: 2px solid #EEE; |
3358 |
border: 2px solid #EEE; |
Lines 3379-3385
progress {
Link Here
|
3379 |
} |
3377 |
} |
3380 |
|
3378 |
|
3381 |
span { |
3379 |
span { |
3382 |
background-color: #ecffeb; |
3380 |
background-color: #ECFFEB; |
3383 |
border-radius: 5px; |
3381 |
border-radius: 5px; |
3384 |
display: inline-block; |
3382 |
display: inline-block; |
3385 |
font-size: 75%; |
3383 |
font-size: 75%; |
Lines 3388-3394
progress {
Link Here
|
3388 |
white-space: nowrap; |
3386 |
white-space: nowrap; |
3389 |
|
3387 |
|
3390 |
&.selected { |
3388 |
&.selected { |
3391 |
background-color: #d2fad0; |
3389 |
background-color: #D2FAD0; |
3392 |
} |
3390 |
} |
3393 |
} |
3391 |
} |
3394 |
} |
3392 |
} |
Lines 3413-3419
progress {
Link Here
|
3413 |
} |
3411 |
} |
3414 |
|
3412 |
|
3415 |
.tag_editor { |
3413 |
.tag_editor { |
3416 |
background: transparent url("../img/edit-tag.png") top left no-repeat; |
3414 |
background: transparent url( "../img/edit-tag.png" ) top left no-repeat; |
3417 |
display: block; |
3415 |
display: block; |
3418 |
float: left; |
3416 |
float: left; |
3419 |
height: 16px; |
3417 |
height: 16px; |
Lines 3441-3448
progress {
Link Here
|
3441 |
} |
3439 |
} |
3442 |
|
3440 |
|
3443 |
#browse-return-to-results { |
3441 |
#browse-return-to-results { |
3444 |
background-color: #e6e6e6; |
3442 |
background-color: #E6E6E6; |
3445 |
border: 1px solid lighten($background-color-primary, 30%); |
3443 |
border: 1px solid lighten( $background-color-primary, 30% ); |
3446 |
border-bottom-width: 0; |
3444 |
border-bottom-width: 0; |
3447 |
border-top-left-radius: 5px; |
3445 |
border-top-left-radius: 5px; |
3448 |
border-top-right-radius: 5px; |
3446 |
border-top-right-radius: 5px; |
Lines 3453-3459
progress {
Link Here
|
3453 |
|
3451 |
|
3454 |
.browse-button { |
3452 |
.browse-button { |
3455 |
background-color: transparent; |
3453 |
background-color: transparent; |
3456 |
border: 1px solid lighten($background-color-primary, 30%); |
3454 |
border: 1px solid lighten( $background-color-primary, 30% ); |
3457 |
display: block; |
3455 |
display: block; |
3458 |
overflow: hidden; |
3456 |
overflow: hidden; |
3459 |
padding: .4em .6em; |
3457 |
padding: .4em .6em; |
Lines 3466-3472
a.browse-button {
Link Here
|
3466 |
color: $green-text-color; |
3464 |
color: $green-text-color; |
3467 |
|
3465 |
|
3468 |
&:hover { |
3466 |
&:hover { |
3469 |
background: #fff; |
3467 |
background: #FFF; |
3470 |
} |
3468 |
} |
3471 |
} |
3469 |
} |
3472 |
|
3470 |
|
Lines 3511-3517
span {
Link Here
|
3511 |
} |
3509 |
} |
3512 |
} |
3510 |
} |
3513 |
|
3511 |
|
3514 |
|
|
|
3515 |
.result-biblio-itemtype { |
3512 |
.result-biblio-itemtype { |
3516 |
float: right; |
3513 |
float: right; |
3517 |
font-size: 85%; |
3514 |
font-size: 85%; |
Lines 3531-3538
span {
Link Here
|
3531 |
} |
3528 |
} |
3532 |
|
3529 |
|
3533 |
#browse-next { |
3530 |
#browse-next { |
3534 |
border-bottom-right-radius: 5px; |
|
|
3535 |
border-bottom-left-radius: 5px; |
3531 |
border-bottom-left-radius: 5px; |
|
|
3532 |
border-bottom-right-radius: 5px; |
3536 |
} |
3533 |
} |
3537 |
|
3534 |
|
3538 |
#merge_invoices { |
3535 |
#merge_invoices { |
Lines 3610-3623
input.renew {
Link Here
|
3610 |
} |
3607 |
} |
3611 |
|
3608 |
|
3612 |
.onsite-checkout-only { |
3609 |
.onsite-checkout-only { |
3613 |
background-color: rgba(255, 242, 206, .5); |
3610 |
background-color: rgba( 255, 242, 206, .5 ); |
3614 |
border: 1px solid #FFF2CE; |
3611 |
border: 1px solid #FFF2CE; |
3615 |
border-radius: 4px; |
3612 |
border-radius: 4px; |
3616 |
} |
3613 |
} |
3617 |
|
3614 |
|
3618 |
.branchgriditem { |
3615 |
.branchgriditem { |
3619 |
background-color: #FFFFFF; |
3616 |
background-color: #FFFFFF; |
3620 |
border: 1px solid #bfd9b9; |
3617 |
border: 1px solid #BFD9B9; |
3621 |
border-radius: 3px; |
3618 |
border-radius: 3px; |
3622 |
display: table-cell; |
3619 |
display: table-cell; |
3623 |
float: left; |
3620 |
float: left; |
Lines 3644-3657
input.renew {
Link Here
|
3644 |
|
3641 |
|
3645 |
#new_rule { |
3642 |
#new_rule { |
3646 |
background-color: #F4F8F9; |
3643 |
background-color: #F4F8F9; |
3647 |
border: 2px solid #bfd9b9; |
3644 |
border: 2px solid #BFD9B9; |
3648 |
border-radius: 5px; |
3645 |
border-radius: 5px; |
3649 |
display: none; |
3646 |
display: none; |
3650 |
margin: .3em; |
3647 |
margin: .3em; |
3651 |
padding: .3em; |
3648 |
padding: .3em; |
3652 |
} |
3649 |
} |
3653 |
|
3650 |
|
3654 |
|
|
|
3655 |
.blocks { |
3651 |
.blocks { |
3656 |
margin-bottom: .3em; |
3652 |
margin-bottom: .3em; |
3657 |
} |
3653 |
} |
Lines 3677-3691
input.renew {
Link Here
|
3677 |
margin-top: 10px; |
3673 |
margin-top: 10px; |
3678 |
} |
3674 |
} |
3679 |
|
3675 |
|
3680 |
.form-group { |
|
|
3681 |
margin-bottom: 10px; |
3682 |
|
3683 |
label { |
3684 |
font-weight: bold; |
3685 |
} |
3686 |
} |
3687 |
|
3688 |
|
3689 |
.form-message { |
3676 |
.form-message { |
3690 |
background-color: #FFF; |
3677 |
background-color: #FFF; |
3691 |
border: 1px solid #A4BEDD; |
3678 |
border: 1px solid #A4BEDD; |
Lines 3705-3711
input.renew {
Link Here
|
3705 |
} |
3692 |
} |
3706 |
|
3693 |
|
3707 |
#fixedlengthbuilderaction { |
3694 |
#fixedlengthbuilderaction { |
3708 |
border: 3px solid #e3f1df; |
3695 |
border: 3px solid #E3F1DF; |
3709 |
left: 80%; |
3696 |
left: 80%; |
3710 |
padding: 5px; |
3697 |
padding: 5px; |
3711 |
position: relative; |
3698 |
position: relative; |
Lines 3714-3729
input.renew {
Link Here
|
3714 |
} |
3701 |
} |
3715 |
|
3702 |
|
3716 |
#interlibraryloans { |
3703 |
#interlibraryloans { |
3717 |
|
|
|
3718 |
.ill-toolbar { |
3704 |
.ill-toolbar { |
3719 |
display: flex; |
3705 |
display: flex; |
3720 |
} |
3706 |
} |
3721 |
|
3707 |
|
3722 |
#ill-batch { |
3708 |
#ill-batch { |
3723 |
flex-grow: 1; |
|
|
3724 |
display: flex; |
3709 |
display: flex; |
3725 |
justify-content: flex-end; |
3710 |
flex-grow: 1; |
3726 |
gap: 5px; |
3711 |
gap: 5px; |
|
|
3712 |
justify-content: flex-end; |
3727 |
} |
3713 |
} |
3728 |
|
3714 |
|
3729 |
#ill-batch-requests { |
3715 |
#ill-batch-requests { |
Lines 3737-3822
input.renew {
Link Here
|
3737 |
#ill-batch-modal { |
3723 |
#ill-batch-modal { |
3738 |
.modal-footer { |
3724 |
.modal-footer { |
3739 |
display: flex; |
3725 |
display: flex; |
|
|
3726 |
|
3740 |
& > * { |
3727 |
& > * { |
3741 |
flex: 1; |
3728 |
flex: 1; |
3742 |
} |
3729 |
} |
|
|
3730 |
|
3743 |
#lhs { |
3731 |
#lhs { |
3744 |
text-align: left; |
3732 |
text-align: left; |
3745 |
} |
3733 |
} |
3746 |
} |
3734 |
} |
|
|
3735 |
|
3747 |
#create-progress { |
3736 |
#create-progress { |
3748 |
margin-top: 17px; |
3737 |
margin-top: 17px; |
3749 |
} |
3738 |
} |
|
|
3739 |
|
3750 |
.fetch-failed { |
3740 |
.fetch-failed { |
3751 |
background-color: rgba(255,0,0,0.1); |
3741 |
background-color: rgba( 255, 0, 0, .1 ); |
|
|
3742 |
|
3752 |
& > * { |
3743 |
& > * { |
3753 |
background-color: inherit; |
3744 |
background-color: inherit; |
3754 |
} |
3745 |
} |
3755 |
} |
3746 |
} |
|
|
3747 |
|
3756 |
.progress { |
3748 |
.progress { |
3757 |
margin-bottom: 0; |
3749 |
margin-bottom: 0; |
3758 |
margin-top: 17px; |
3750 |
margin-top: 17px; |
3759 |
} |
3751 |
} |
|
|
3752 |
|
3760 |
#create-requests { |
3753 |
#create-requests { |
3761 |
display: flex; |
3754 |
display: flex; |
3762 |
justify-content: flex-end; |
3755 |
justify-content: flex-end; |
3763 |
} |
3756 |
} |
|
|
3757 |
|
3764 |
.action-column { |
3758 |
.action-column { |
3765 |
text-align: center; |
3759 |
text-align: center; |
|
|
3760 |
|
3766 |
& > * { |
3761 |
& > * { |
3767 |
margin-left: 5px; |
3762 |
margin-left: 5px; |
3768 |
} |
3763 |
} |
|
|
3764 |
|
3769 |
& > *:first-child { |
3765 |
& > *:first-child { |
3770 |
margin-left: 0; |
3766 |
margin-left: 0; |
3771 |
} |
3767 |
} |
3772 |
} |
3768 |
} |
3773 |
.metadata-row:not(:first-child) { |
3769 |
|
3774 |
margin-top: 0.5em; |
3770 |
.metadata-row:not( :first-child ) { |
|
|
3771 |
margin-top: .5em; |
3775 |
} |
3772 |
} |
|
|
3773 |
|
3776 |
.metadata-label { |
3774 |
.metadata-label { |
3777 |
font-weight: 600; |
3775 |
font-weight: 600; |
3778 |
} |
3776 |
} |
|
|
3777 |
|
3779 |
.more-less { |
3778 |
.more-less { |
3780 |
text-align: right; |
|
|
3781 |
margin: 2px 0; |
3779 |
margin: 2px 0; |
|
|
3780 |
text-align: right; |
3782 |
} |
3781 |
} |
3783 |
|
|
|
3784 |
} |
3782 |
} |
3785 |
|
3783 |
|
3786 |
#batch-form { |
3784 |
#batch-form { |
3787 |
legend { |
3785 |
legend { |
3788 |
margin-bottom: 2em; |
3786 |
margin-bottom: 2em; |
3789 |
} |
3787 |
} |
|
|
3788 |
|
3790 |
textarea { |
3789 |
textarea { |
3791 |
width: 100%; |
|
|
3792 |
min-height: 100px; |
3790 |
min-height: 100px; |
3793 |
padding: 5px; |
3791 |
padding: 5px; |
3794 |
resize: vertical; |
3792 |
resize: vertical; |
|
|
3793 |
width: 100%; |
3795 |
} |
3794 |
} |
|
|
3795 |
|
3796 |
#new-batch-form { |
3796 |
#new-batch-form { |
3797 |
display: flex; |
3797 |
display: flex; |
3798 |
gap: 20px; |
3798 |
gap: 20px; |
3799 |
} |
3799 |
} |
|
|
3800 |
|
3800 |
li#process-button { |
3801 |
li#process-button { |
3801 |
display: flex; |
3802 |
display: flex; |
3802 |
justify-content: flex-end; |
3803 |
justify-content: flex-end; |
3803 |
} |
3804 |
} |
|
|
3805 |
|
3804 |
#textarea-metadata { |
3806 |
#textarea-metadata { |
3805 |
padding: 0 15px; |
|
|
3806 |
display: flex; |
3807 |
display: flex; |
3807 |
justify-content: space-between; |
3808 |
justify-content: space-between; |
|
|
3809 |
padding: 0 15px; |
3808 |
} |
3810 |
} |
|
|
3811 |
|
3809 |
#textarea-errors { |
3812 |
#textarea-errors { |
3810 |
display: flex; |
3813 |
display: flex; |
3811 |
flex-direction: column; |
3814 |
flex-direction: column; |
3812 |
gap: 10px; |
3815 |
gap: 10px; |
3813 |
padding: 20px 15px 10px |
3816 |
padding: 20px 15px 10px; |
3814 |
} |
3817 |
} |
|
|
3818 |
|
3815 |
.batch-modal-actions { |
3819 |
.batch-modal-actions { |
3816 |
text-align: center; |
3820 |
text-align: center; |
3817 |
} |
3821 |
} |
|
|
3822 |
|
3818 |
fieldset { |
3823 |
fieldset { |
3819 |
border: 2px solid #b9d8d9; |
3824 |
border: 2px solid #B9D8D9; |
3820 |
} |
3825 |
} |
3821 |
} |
3826 |
} |
3822 |
|
3827 |
|
Lines 3873-3879
input.renew {
Link Here
|
3873 |
#search-summary { |
3878 |
#search-summary { |
3874 |
position: absolute; |
3879 |
position: absolute; |
3875 |
top: 50%; |
3880 |
top: 50%; |
3876 |
transform: translateY(-50%); |
3881 |
transform: translateY( -50% ); |
3877 |
} |
3882 |
} |
3878 |
|
3883 |
|
3879 |
#generic_confirm_search_count { |
3884 |
#generic_confirm_search_count { |
Lines 3882-3895
input.renew {
Link Here
|
3882 |
|
3887 |
|
3883 |
#generic_confirm_search { |
3888 |
#generic_confirm_search { |
3884 |
display: block; |
3889 |
display: block; |
3885 |
visibility: hidden; |
|
|
3886 |
margin: 1em 0 1em 10em; |
3890 |
margin: 1em 0 1em 10em; |
|
|
3891 |
visibility: hidden; |
3887 |
} |
3892 |
} |
3888 |
|
3893 |
|
3889 |
#partnerSearch { |
3894 |
#partnerSearch { |
3890 |
.modal-dialog { |
3895 |
.modal-dialog { |
3891 |
width: 50vw; |
3896 |
width: 50vw; |
3892 |
} |
3897 |
} |
|
|
3898 |
|
3893 |
.modal-body { |
3899 |
.modal-body { |
3894 |
max-height: 70vh; |
3900 |
max-height: 70vh; |
3895 |
} |
3901 |
} |
Lines 3920-3926
input.renew {
Link Here
|
3920 |
width: 100% !important; |
3926 |
width: 100% !important; |
3921 |
} |
3927 |
} |
3922 |
|
3928 |
|
3923 |
.ar-title, .hq-title { |
3929 |
.ar-title, |
|
|
3930 |
.hq-title { |
3924 |
.biblio-title { |
3931 |
.biblio-title { |
3925 |
font-weight: bold; |
3932 |
font-weight: bold; |
3926 |
} |
3933 |
} |
Lines 3938-3978
input.renew {
Link Here
|
3938 |
h3 { |
3945 |
h3 { |
3939 |
margin: 30px 0 10px 0; |
3946 |
margin: 30px 0 10px 0; |
3940 |
} |
3947 |
} |
|
|
3948 |
|
3941 |
.dialog { |
3949 |
.dialog { |
3942 |
h3 { |
3950 |
h3 { |
3943 |
margin: 10px 0; |
3951 |
margin: 10px 0; |
3944 |
} |
3952 |
} |
|
|
3953 |
|
3945 |
margin-bottom: 20px; |
3954 |
margin-bottom: 20px; |
3946 |
} |
3955 |
} |
|
|
3956 |
|
3947 |
.highlight_stage { |
3957 |
.highlight_stage { |
3948 |
font-weight: bold; |
3958 |
font-weight: bold; |
3949 |
} |
3959 |
} |
3950 |
} |
|
|
3951 |
|
3960 |
|
3952 |
#catalog_stockrotation .highlight_stage { |
|
|
3953 |
font-weight: bold; |
3954 |
} |
3955 |
|
3956 |
#stockrotation { |
3957 |
#rota_form { |
3961 |
#rota_form { |
3958 |
textarea { |
3962 |
textarea { |
3959 |
width: 300px; |
|
|
3960 |
height: 100px; |
3963 |
height: 100px; |
|
|
3964 |
width: 300px; |
3961 |
} |
3965 |
} |
|
|
3966 |
|
3962 |
#name { |
3967 |
#name { |
3963 |
width: 300px; |
3968 |
width: 300px; |
3964 |
} |
3969 |
} |
|
|
3970 |
|
3965 |
fieldset { |
3971 |
fieldset { |
3966 |
width: auto; |
3972 |
width: auto; |
3967 |
} |
3973 |
} |
3968 |
} |
3974 |
} |
3969 |
#stage_form fieldset, #add_rota_item_form fieldset { |
3975 |
|
|
|
3976 |
#stage_form fieldset, |
3977 |
#add_rota_item_form fieldset { |
3970 |
width: auto; |
3978 |
width: auto; |
3971 |
} |
3979 |
} |
|
|
3980 |
|
3972 |
.dialog.alert { |
3981 |
.dialog.alert { |
3973 |
ul { |
3982 |
ul { |
3974 |
margin: 20px 0; |
3983 |
margin: 20px 0; |
3975 |
} |
3984 |
} |
|
|
3985 |
|
3976 |
li { |
3986 |
li { |
3977 |
list-style-type: none; |
3987 |
list-style-type: none; |
3978 |
} |
3988 |
} |
Lines 3980-4003
input.renew {
Link Here
|
3980 |
} |
3990 |
} |
3981 |
|
3991 |
|
3982 |
#catalog_stockrotation { |
3992 |
#catalog_stockrotation { |
|
|
3993 |
.highlight_stage { |
3994 |
font-weight: bold; |
3995 |
} |
3996 |
|
3983 |
.item_select_rota { |
3997 |
.item_select_rota { |
3984 |
vertical-align: middle; |
3998 |
vertical-align: middle; |
3985 |
} |
3999 |
} |
|
|
4000 |
|
3986 |
h1 { |
4001 |
h1 { |
3987 |
margin-bottom: 20px; |
4002 |
margin-bottom: 20px; |
3988 |
} |
4003 |
} |
3989 |
} |
4004 |
} |
3990 |
|
4005 |
|
3991 |
#stockrotation td.actions, #catalog_stockrotation td.actions { |
4006 |
#stockrotation td.actions, |
|
|
4007 |
#catalog_stockrotation td.actions { |
3992 |
vertical-align: middle; |
4008 |
vertical-align: middle; |
3993 |
} |
4009 |
} |
3994 |
|
4010 |
|
3995 |
#stockrotation .stage, #catalog_stockrotation .stage { |
4011 |
#stockrotation .stage, |
|
|
4012 |
#catalog_stockrotation .stage { |
4013 |
background-color: rgba( 0, 0, 0, .1 ); |
4014 |
border-radius: 5px; |
3996 |
display: inline-block; |
4015 |
display: inline-block; |
3997 |
padding: 5px 7px; |
|
|
3998 |
margin: 3px 0 3px 0; |
4016 |
margin: 3px 0 3px 0; |
3999 |
border-radius: 5px; |
4017 |
padding: 5px 7px; |
4000 |
background-color: rgba(0, 0, 0, .1); |
|
|
4001 |
} |
4018 |
} |
4002 |
|
4019 |
|
4003 |
#restriction_form { |
4020 |
#restriction_form { |
Lines 4008-4013
input.renew {
Link Here
|
4008 |
|
4025 |
|
4009 |
#stage_list_headings { |
4026 |
#stage_list_headings { |
4010 |
font-weight: bold; |
4027 |
font-weight: bold; |
|
|
4028 |
|
4011 |
span { |
4029 |
span { |
4012 |
padding: 3px; |
4030 |
padding: 3px; |
4013 |
} |
4031 |
} |
Lines 4017-4062
input.renew {
Link Here
|
4017 |
ul { |
4035 |
ul { |
4018 |
padding-left: 0; |
4036 |
padding-left: 0; |
4019 |
} |
4037 |
} |
|
|
4038 |
|
4020 |
li { |
4039 |
li { |
4021 |
list-style: none; |
4040 |
list-style: none; |
4022 |
margin-bottom: 5px; |
4041 |
margin-bottom: 5px; |
|
|
4042 |
|
4023 |
span { |
4043 |
span { |
4024 |
padding: 6px 3px; |
4044 |
padding: 6px 3px; |
4025 |
} |
4045 |
} |
4026 |
} |
4046 |
} |
|
|
4047 |
|
4027 |
.stagename { |
4048 |
.stagename { |
4028 |
width: 15em; |
|
|
4029 |
display: inline-block; |
4049 |
display: inline-block; |
|
|
4050 |
width: 15em; |
4030 |
} |
4051 |
} |
|
|
4052 |
|
4031 |
.stageduration { |
4053 |
.stageduration { |
4032 |
width: 10em; |
|
|
4033 |
display: inline-block; |
4054 |
display: inline-block; |
|
|
4055 |
width: 10em; |
4034 |
} |
4056 |
} |
|
|
4057 |
|
4035 |
.stageactions { |
4058 |
.stageactions { |
4036 |
display: inline-block; |
4059 |
display: inline-block; |
4037 |
} |
4060 |
} |
4038 |
li:nth-child(odd) { |
4061 |
|
|
|
4062 |
li:nth-child( odd ) { |
4039 |
background-color: #F3F3F3; |
4063 |
background-color: #F3F3F3; |
4040 |
} |
4064 |
} |
|
|
4065 |
|
4041 |
.drag_handle { |
4066 |
.drag_handle { |
4042 |
margin-right: 6px; |
|
|
4043 |
cursor: move; |
4067 |
cursor: move; |
|
|
4068 |
margin-right: 6px; |
4044 |
} |
4069 |
} |
|
|
4070 |
|
4045 |
.drag_placeholder { |
4071 |
.drag_placeholder { |
|
|
4072 |
border: 1px dotted #AAA; |
4046 |
height: 2em; |
4073 |
height: 2em; |
4047 |
border: 1px dotted #aaa; |
|
|
4048 |
} |
4074 |
} |
|
|
4075 |
|
4049 |
h3 { |
4076 |
h3 { |
4050 |
display: inline-block; |
4077 |
display: inline-block; |
4051 |
} |
4078 |
} |
|
|
4079 |
|
4052 |
#ajax_status { |
4080 |
#ajax_status { |
4053 |
display: inline-block; |
4081 |
background: #F3F3F3; |
4054 |
border: 1px solid #bcbcbc; |
4082 |
border: 1px solid #BCBCBC; |
4055 |
border-radius: 5px; |
4083 |
border-radius: 5px; |
4056 |
padding: 5px; |
4084 |
display: inline-block; |
4057 |
margin-left: 10px; |
4085 |
margin-left: 10px; |
4058 |
background: #f3f3f3; |
4086 |
padding: 5px; |
4059 |
} |
4087 |
} |
|
|
4088 |
|
4060 |
#manage_stages_help { |
4089 |
#manage_stages_help { |
4061 |
margin: 20px 0; |
4090 |
margin: 20px 0; |
4062 |
} |
4091 |
} |
Lines 4075-4081
input.renew {
Link Here
|
4075 |
.loggedin-menu-label { |
4104 |
.loggedin-menu-label { |
4076 |
color: #FFFFFF; |
4105 |
color: #FFFFFF; |
4077 |
font-size: 12px; |
4106 |
font-size: 12px; |
4078 |
line-height: 1.42857143; |
4107 |
line-height: 1.4286; |
4079 |
padding: 4px 12px; |
4108 |
padding: 4px 12px; |
4080 |
white-space: nowrap; |
4109 |
white-space: nowrap; |
4081 |
|
4110 |
|
Lines 4093-4101
input.renew {
Link Here
|
4093 |
|
4122 |
|
4094 |
/* ==== MODULE LINKS - Start ==== */ |
4123 |
/* ==== MODULE LINKS - Start ==== */ |
4095 |
.buttons-list { |
4124 |
.buttons-list { |
|
|
4125 |
max-width: 260px; |
4126 |
|
4096 |
/* List containing the module links */ |
4127 |
/* List containing the module links */ |
4097 |
padding: 0; |
4128 |
padding: 0; |
4098 |
max-width: 260px; |
|
|
4099 |
|
4129 |
|
4100 |
li { |
4130 |
li { |
4101 |
/* Standard attributes for the list elements */ |
4131 |
/* Standard attributes for the list elements */ |
Lines 4103-4119
input.renew {
Link Here
|
4103 |
margin-bottom: 15px; |
4133 |
margin-bottom: 15px; |
4104 |
|
4134 |
|
4105 |
a { |
4135 |
a { |
4106 |
padding: 10px; |
4136 |
background-color: #E0E0E0; |
4107 |
background-color: #e0e0e0; |
|
|
4108 |
border-radius: 6px; |
4137 |
border-radius: 6px; |
4109 |
color: #101010; |
4138 |
color: #101010; |
4110 |
display: block; |
4139 |
display: block; |
4111 |
font-size: 110%; |
4140 |
font-size: 110%; |
4112 |
font-weight: bold; |
4141 |
font-weight: bold; |
|
|
4142 |
padding: 10px; |
4113 |
|
4143 |
|
4114 |
&:hover { |
4144 |
&:hover { |
4115 |
background-color: $background-color-primary; |
4145 |
background-color: $background-color-primary; |
4116 |
color: white; |
4146 |
color: #FFF; |
4117 |
text-decoration: none; |
4147 |
text-decoration: none; |
4118 |
} |
4148 |
} |
4119 |
} |
4149 |
} |
Lines 4121-4144
input.renew {
Link Here
|
4121 |
} |
4151 |
} |
4122 |
|
4152 |
|
4123 |
.about h2 { |
4153 |
.about h2 { |
4124 |
border-bottom: 1px solid #bfd9b9; |
4154 |
border-bottom: 1px solid #BFD9B9; |
|
|
4155 |
margin: .5em 0; |
4125 |
padding: .5em .2em; |
4156 |
padding: .5em .2em; |
4126 |
margin: .5em 0; |
|
|
4127 |
} |
4157 |
} |
4128 |
|
4158 |
|
4129 |
.columns-2 { |
4159 |
.columns-2 { |
4130 |
columns: 2 auto; |
|
|
4131 |
column-gap: 2.5em; |
4160 |
column-gap: 2.5em; |
|
|
4161 |
columns: 2 auto; |
4132 |
} |
4162 |
} |
4133 |
|
4163 |
|
4134 |
.columns-3 { |
4164 |
.columns-3 { |
4135 |
columns: 3 auto; |
|
|
4136 |
column-gap: 2.5em; |
4165 |
column-gap: 2.5em; |
|
|
4166 |
columns: 3 auto; |
4137 |
} |
4167 |
} |
4138 |
|
4168 |
|
4139 |
.columns-4 { |
4169 |
.columns-4 { |
4140 |
columns: 4 auto; |
|
|
4141 |
column-gap: 2em; |
4170 |
column-gap: 2em; |
|
|
4171 |
columns: 4 auto; |
4142 |
} |
4172 |
} |
4143 |
|
4173 |
|
4144 |
/* ==== MODULE LINKS - End ==== */ |
4174 |
/* ==== MODULE LINKS - End ==== */ |
Lines 4148-4154
input.renew {
Link Here
|
4148 |
padding-right: .3em; |
4178 |
padding-right: .3em; |
4149 |
} |
4179 |
} |
4150 |
|
4180 |
|
4151 |
|
|
|
4152 |
#catalog-search-dropdown { |
4181 |
#catalog-search-dropdown { |
4153 |
padding: 0; |
4182 |
padding: 0; |
4154 |
|
4183 |
|
Lines 4231-4242
input.renew {
Link Here
|
4231 |
border-bottom-width: 1px; |
4260 |
border-bottom-width: 1px; |
4232 |
} |
4261 |
} |
4233 |
|
4262 |
|
4234 |
&:nth-child(odd) { |
4263 |
&:nth-child( odd ) { |
4235 |
background-color: #F8F8F8; |
4264 |
background-color: #F8F8F8; |
4236 |
} |
4265 |
} |
4237 |
} |
4266 |
} |
4238 |
|
4267 |
|
4239 |
|
|
|
4240 |
.superlibrarian-hint { |
4268 |
.superlibrarian-hint { |
4241 |
color: #000; |
4269 |
color: #000; |
4242 |
padding: .2em 0; |
4270 |
padding: .2em 0; |
Lines 4258-4264
input.renew {
Link Here
|
4258 |
border-bottom-width: 1px; |
4286 |
border-bottom-width: 1px; |
4259 |
} |
4287 |
} |
4260 |
|
4288 |
|
4261 |
&:nth-child(odd) { |
4289 |
&:nth-child( odd ) { |
4262 |
background-color: #EEE; |
4290 |
background-color: #EEE; |
4263 |
} |
4291 |
} |
4264 |
} |
4292 |
} |
Lines 4343-4350
div .suggestion_note {
Link Here
|
4343 |
} |
4371 |
} |
4344 |
|
4372 |
|
4345 |
.result_item_details { |
4373 |
.result_item_details { |
4346 |
display:inline-block; |
4374 |
display: inline-block; |
4347 |
white-space:nowrap; |
4375 |
white-space: nowrap; |
4348 |
|
4376 |
|
4349 |
&::before { |
4377 |
&::before { |
4350 |
content: "\2022"; |
4378 |
content: "\2022"; |
Lines 4356-4362
div .suggestion_note {
Link Here
|
4356 |
} |
4384 |
} |
4357 |
} |
4385 |
} |
4358 |
|
4386 |
|
4359 |
#camera, #output { |
4387 |
#camera, |
|
|
4388 |
#output { |
4360 |
border: 8px solid #EDF4F6; |
4389 |
border: 8px solid #EDF4F6; |
4361 |
padding: 1em; |
4390 |
padding: 1em; |
4362 |
} |
4391 |
} |
Lines 4381-4417
div .suggestion_note {
Link Here
|
4381 |
margin: .5em; |
4410 |
margin: .5em; |
4382 |
} |
4411 |
} |
4383 |
|
4412 |
|
4384 |
.tab-pane { |
|
|
4385 |
&.active { |
4386 |
@include clearfix(); |
4387 |
} |
4388 |
} |
4389 |
|
4390 |
#cookieConsentedJSItems { |
4413 |
#cookieConsentedJSItems { |
4391 |
#cookieConsentedJSWarning { |
4414 |
#cookieConsentedJSWarning { |
|
|
4415 |
font-size: 120%; |
4416 |
font-weight: 800; |
4392 |
margin: 20px 0; |
4417 |
margin: 20px 0; |
4393 |
text-align: center; |
4418 |
text-align: center; |
4394 |
font-weight: 800; |
|
|
4395 |
font-size: 120%; |
4396 |
} |
4419 |
} |
|
|
4420 |
|
4397 |
.cookieConsentedJSItem { |
4421 |
.cookieConsentedJSItem { |
|
|
4422 |
border: 1px solid #CCC; |
4398 |
margin-bottom: 30px; |
4423 |
margin-bottom: 30px; |
4399 |
padding: 10px; |
4424 |
padding: 10px; |
4400 |
border: 1px solid #ccc; |
|
|
4401 |
} |
4425 |
} |
|
|
4426 |
|
4402 |
.consentRow { |
4427 |
.consentRow { |
4403 |
display: flex; |
4428 |
display: flex; |
4404 |
margin-bottom: 20px; |
4429 |
margin-bottom: 20px; |
|
|
4430 |
|
4405 |
.consentItem { |
4431 |
.consentItem { |
4406 |
margin-right: 40px; |
4432 |
margin-right: 40px; |
4407 |
} |
4433 |
} |
|
|
4434 |
|
4408 |
.consentItem:last-child { |
4435 |
.consentItem:last-child { |
4409 |
margin-right: 0; |
4436 |
margin-right: 0; |
4410 |
} |
4437 |
} |
4411 |
} |
4438 |
} |
|
|
4439 |
|
4412 |
.codeRow { |
4440 |
.codeRow { |
4413 |
display: block; |
4441 |
display: block; |
4414 |
} |
4442 |
} |
|
|
4443 |
|
4415 |
.consentDelete { |
4444 |
.consentDelete { |
4416 |
display: block; |
4445 |
display: block; |
4417 |
text-align: right; |
4446 |
text-align: right; |
Lines 4420-4442
div .suggestion_note {
Link Here
|
4420 |
|
4449 |
|
4421 |
/* Cookie consent bar */ |
4450 |
/* Cookie consent bar */ |
4422 |
#cookieConsentBar { |
4451 |
#cookieConsentBar { |
|
|
4452 |
background: rgba( 0, 0, 0, .7 ); |
4453 |
bottom: 0; |
4454 |
color: rgba( 255, 255, 255, .9 ); |
4423 |
display: none; |
4455 |
display: none; |
|
|
4456 |
left: 0; |
4424 |
padding: 20px; |
4457 |
padding: 20px; |
4425 |
position: fixed; |
4458 |
position: fixed; |
4426 |
bottom: 0; |
|
|
4427 |
left: 0; |
4428 |
right: 0; |
4459 |
right: 0; |
4429 |
background: rgba(0,0,0,0.7); |
|
|
4430 |
color: rgba(255,255,255,0.9); |
4431 |
z-index: 1; |
4460 |
z-index: 1; |
4432 |
a:link, a:visited { |
4461 |
|
4433 |
color: #d7ebff; |
4462 |
a:link, |
|
|
4463 |
a:visited { |
4464 |
color: #D7EBFF; |
4434 |
} |
4465 |
} |
|
|
4466 |
|
4435 |
#consentButtons { |
4467 |
#consentButtons { |
4436 |
margin-top: 10px; |
4468 |
margin-top: 10px; |
4437 |
text-align: right; |
4469 |
text-align: right; |
4438 |
} |
4470 |
} |
4439 |
button:not(:last-child) { |
4471 |
|
|
|
4472 |
button:not( :last-child ) { |
4440 |
margin-right: 10px; |
4473 |
margin-right: 10px; |
4441 |
} |
4474 |
} |
4442 |
} |
4475 |
} |
Lines 4446-4467
div .suggestion_note {
Link Here
|
4446 |
.modal-dialog { |
4479 |
.modal-dialog { |
4447 |
width: 700px; |
4480 |
width: 700px; |
4448 |
} |
4481 |
} |
|
|
4482 |
|
4449 |
.consentModalItem { |
4483 |
.consentModalItem { |
4450 |
display: flex; |
|
|
4451 |
align-items: center; |
4484 |
align-items: center; |
4452 |
border: 1px solid #ccc; |
4485 |
border: 1px solid #CCC; |
4453 |
padding: 10px 20px; |
|
|
4454 |
border-radius: 5px; |
4486 |
border-radius: 5px; |
|
|
4487 |
display: flex; |
4488 |
padding: 10px 20px; |
4455 |
} |
4489 |
} |
4456 |
.consentModalItem:not(:last-child) { |
4490 |
|
|
|
4491 |
.consentModalItem:not( :last-child ) { |
4457 |
margin-bottom: 20px; |
4492 |
margin-bottom: 20px; |
4458 |
} |
4493 |
} |
|
|
4494 |
|
4459 |
.consentItemCheckbox { |
4495 |
.consentItemCheckbox { |
4460 |
padding-right: 20px; |
4496 |
padding-right: 20px; |
4461 |
} |
4497 |
} |
|
|
4498 |
|
4462 |
.consentItemName { |
4499 |
.consentItemName { |
4463 |
font-weight: bold; |
4500 |
font-weight: bold; |
4464 |
} |
4501 |
} |
|
|
4502 |
|
4465 |
#cookieConsentPopupText { |
4503 |
#cookieConsentPopupText { |
4466 |
margin: 20px 0; |
4504 |
margin: 20px 0; |
4467 |
} |
4505 |
} |
Lines 4471-4481
div .suggestion_note {
Link Here
|
4471 |
@import "toolbar"; |
4509 |
@import "toolbar"; |
4472 |
@import "forms"; |
4510 |
@import "forms"; |
4473 |
|
4511 |
|
4474 |
@media (min-width: 200px) { |
4512 |
@media ( max-width: 767px ) { |
4475 |
|
|
|
4476 |
} |
4477 |
|
4478 |
@media (max-width: 767px) { |
4479 |
.header-menu-link { |
4513 |
.header-menu-link { |
4480 |
display: inline-block; |
4514 |
display: inline-block; |
4481 |
} |
4515 |
} |
Lines 4502-4508
div .suggestion_note {
Link Here
|
4502 |
.open { |
4536 |
.open { |
4503 |
.dropdown-menu { |
4537 |
.dropdown-menu { |
4504 |
background-color: #352C2E; |
4538 |
background-color: #352C2E; |
4505 |
border: 1px solid #ccc; |
4539 |
border: 1px solid #CCC; |
4506 |
position: absolute; |
4540 |
position: absolute; |
4507 |
} |
4541 |
} |
4508 |
} |
4542 |
} |
Lines 4517-4526
div .suggestion_note {
Link Here
|
4517 |
padding-left: 1.5em; |
4551 |
padding-left: 1.5em; |
4518 |
|
4552 |
|
4519 |
&:hover { |
4553 |
&:hover { |
4520 |
text-decoration: underline; |
|
|
4521 |
color: #FFF; |
4522 |
background-color: #352C2E; |
4554 |
background-color: #352C2E; |
4523 |
background-image: none; |
4555 |
background-image: none; |
|
|
4556 |
color: #FFF; |
4557 |
text-decoration: underline; |
4524 |
} |
4558 |
} |
4525 |
} |
4559 |
} |
4526 |
|
4560 |
|
Lines 4559-4565
div .suggestion_note {
Link Here
|
4559 |
#user-menu { |
4593 |
#user-menu { |
4560 |
.open { |
4594 |
.open { |
4561 |
.dropdown-menu { |
4595 |
.dropdown-menu { |
4562 |
background-color: #352c35; |
4596 |
background-color: #352C35; |
4563 |
position: absolute; |
4597 |
position: absolute; |
4564 |
} |
4598 |
} |
4565 |
} |
4599 |
} |
Lines 4574-4583
div .suggestion_note {
Link Here
|
4574 |
} |
4608 |
} |
4575 |
} |
4609 |
} |
4576 |
|
4610 |
|
4577 |
@media (max-width: 768px) { |
4611 |
@media ( max-width: 768px ) { |
4578 |
.navbar-nav { |
4612 |
.navbar-nav { |
4579 |
li { |
4613 |
li { |
4580 |
|
|
|
4581 |
a { |
4614 |
a { |
4582 |
padding: .4em .6em; |
4615 |
padding: .4em .6em; |
4583 |
} |
4616 |
} |
Lines 4603-4612
div .suggestion_note {
Link Here
|
4603 |
} |
4636 |
} |
4604 |
} |
4637 |
} |
4605 |
|
4638 |
|
4606 |
@media (min-width: 800px) { |
4639 |
@media ( min-width: 800px ) { |
4607 |
|
|
|
4608 |
|
4609 |
|
4610 |
#helper { |
4640 |
#helper { |
4611 |
i { |
4641 |
i { |
4612 |
display: none; |
4642 |
display: none; |
Lines 4654-4663
div .suggestion_note {
Link Here
|
4654 |
} |
4684 |
} |
4655 |
|
4685 |
|
4656 |
body.modalprinter .modal-dialog.focused { |
4686 |
body.modalprinter .modal-dialog.focused { |
4657 |
position: absolute; |
|
|
4658 |
padding: 0; |
4659 |
margin: 0; |
4660 |
left: 0; |
4687 |
left: 0; |
|
|
4688 |
margin: 0; |
4689 |
padding: 0; |
4690 |
position: absolute; |
4661 |
top: 0; |
4691 |
top: 0; |
4662 |
} |
4692 |
} |
4663 |
|
4693 |
|
4664 |
- |
|
|