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 941-947
details[open] {
Link Here
|
941 |
justify-content: space-between; |
1134 |
justify-content: space-between; |
942 |
} |
1135 |
} |
943 |
|
1136 |
|
944 |
#breadcrumbs, #shortcut { |
1137 |
#breadcrumbs, |
|
|
1138 |
#shortcut { |
945 |
background-color: transparent; |
1139 |
background-color: transparent; |
946 |
clear: both; |
1140 |
clear: both; |
947 |
margin: 0; |
1141 |
margin: 0; |
Lines 956-970
details[open] {
Link Here
|
956 |
|
1150 |
|
957 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
1151 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
958 |
color: $green-text-color; |
1152 |
color: $green-text-color; |
959 |
visibility: hidden; |
|
|
960 |
font-size: 1px; |
1153 |
font-size: 1px; |
961 |
letter-spacing: -1px; |
1154 |
letter-spacing: -1px; |
|
|
1155 |
visibility: hidden; |
962 |
|
1156 |
|
963 |
&::before { |
1157 |
&::before { |
964 |
content: "\f015"; |
1158 |
content: "\f015"; |
965 |
font-family: "Font Awesome 6 Free"; |
1159 |
font-family: "Font Awesome 6 Free"; |
966 |
font-style: normal; |
|
|
967 |
font-size: 12px; |
1160 |
font-size: 12px; |
|
|
1161 |
font-style: normal; |
968 |
padding-right: .3em; |
1162 |
padding-right: .3em; |
969 |
visibility: visible; |
1163 |
visibility: visible; |
970 |
} |
1164 |
} |
Lines 984-1184
details[open] {
Link Here
|
984 |
} |
1178 |
} |
985 |
} |
1179 |
} |
986 |
|
1180 |
|
987 |
div { |
|
|
988 |
&.action { |
989 |
background-color: transparent; |
990 |
border: 0; |
991 |
clear: both; |
992 |
float: none; |
993 |
margin: .9em 0 0; |
994 |
padding: .4em; |
995 |
width: auto; |
996 |
} |
997 |
|
998 |
.renew_formfield { |
999 |
margin-bottom: 1em; |
1000 |
} |
1001 |
|
1002 |
.circmessage { |
1003 |
padding: .4em; |
1004 |
|
1005 |
.circmessage { |
1006 |
margin-bottom: .3em; |
1007 |
} |
1008 |
} |
1009 |
|
1010 |
&.first { |
1011 |
fieldset { |
1012 |
margin-right: 0; |
1013 |
} |
1014 |
} |
1015 |
|
1016 |
&.help { |
1017 |
margin: .9em 0 0; |
1018 |
} |
1019 |
|
1020 |
&.justify { |
1021 |
text-align: justify; |
1022 |
} |
1023 |
|
1024 |
&.note { |
1025 |
background-color: #CFE2FF; |
1026 |
margin: .5em 0; |
1027 |
padding: .5em; |
1028 |
|
1029 |
i { |
1030 |
&.fa-exclamation { |
1031 |
color: $warning-text-color; |
1032 |
font-style: italic; |
1033 |
padding: 0 .3em; |
1034 |
} |
1035 |
} |
1036 |
} |
1037 |
|
1038 |
// Tools > automatic_item_modification_by_age |
1039 |
&.rules { |
1040 |
display: block; |
1041 |
} |
1042 |
|
1043 |
&[class$="_table_controls"] { |
1044 |
padding: .7em 0; |
1045 |
} |
1046 |
|
1047 |
&.results { |
1048 |
padding: .7em 0; |
1049 |
} |
1050 |
|
1051 |
&.rule { |
1052 |
background-color: #F4F8F9; |
1053 |
border: 2px solid #bfd9b9; |
1054 |
border-radius: 5px; |
1055 |
margin: .3em; |
1056 |
padding: .3em; |
1057 |
} |
1058 |
|
1059 |
&.lastchecked { |
1060 |
background-color: #FFF; |
1061 |
border: 2px solid #BCDB89; |
1062 |
padding: .2em 1em; |
1063 |
} |
1064 |
|
1065 |
&.listgroup { |
1066 |
clear: left; |
1067 |
|
1068 |
h4 { |
1069 |
font-style: italic; |
1070 |
|
1071 |
a { |
1072 |
font-size: 80%; |
1073 |
} |
1074 |
} |
1075 |
} |
1076 |
|
1077 |
&.sysprefs { |
1078 |
h3 { |
1079 |
margin: .2em 0 .2em .4em; |
1080 |
} |
1081 |
|
1082 |
dl { |
1083 |
margin-left: 1.5em; |
1084 |
} |
1085 |
|
1086 |
&.hint { |
1087 |
float: right; |
1088 |
margin: .7em; |
1089 |
padding: .5em; |
1090 |
width: 25%; |
1091 |
} |
1092 |
} |
1093 |
|
1094 |
&.rows { |
1095 |
margin: 0; |
1096 |
padding: 0; |
1097 |
width: 100%; |
1098 |
|
1099 |
+ div { |
1100 |
&.rows { |
1101 |
margin-top: .6em; |
1102 |
} |
1103 |
} |
1104 |
|
1105 |
li { |
1106 |
border-bottom: 1px solid #EEE; |
1107 |
list-style-type: none; |
1108 |
padding: .275em; |
1109 |
width: 100%; |
1110 |
} |
1111 |
|
1112 |
ol { |
1113 |
list-style-type: none; |
1114 |
padding: .5em 1em 0 0; |
1115 |
|
1116 |
li { |
1117 |
li { |
1118 |
border-bottom: 0; |
1119 |
} |
1120 |
} |
1121 |
} |
1122 |
|
1123 |
p { |
1124 |
margin-left: 10em; |
1125 |
} |
1126 |
|
1127 |
span { |
1128 |
&.label { |
1129 |
display: inline-block; |
1130 |
font-weight: bold; |
1131 |
margin-right: 1em; |
1132 |
padding-top: 0; |
1133 |
text-align: left; |
1134 |
vertical-align: top; |
1135 |
width: 9em; |
1136 |
white-space: normal; |
1137 |
} |
1138 |
} |
1139 |
} |
1140 |
|
1141 |
&.pages { |
1142 |
margin: .5em 0; |
1143 |
|
1144 |
a { |
1145 |
font-weight: bold; |
1146 |
padding: 1px 5px; |
1147 |
text-decoration: none; |
1148 |
|
1149 |
&:link, |
1150 |
&:visited { |
1151 |
background-color: #EEEEEE; |
1152 |
color: #3366CC; |
1153 |
} |
1154 |
|
1155 |
&:hover, |
1156 |
&:active { |
1157 |
background-color: #FFC; |
1158 |
} |
1159 |
} |
1160 |
|
1161 |
.current, |
1162 |
.currentPage { |
1163 |
background-color: #E6FCB7; |
1164 |
color: #666; |
1165 |
font-weight: bold; |
1166 |
padding: 1px 5px; |
1167 |
} |
1168 |
|
1169 |
.inactive { |
1170 |
background-color: #F3F3F3; |
1171 |
color: #BCBCBC; |
1172 |
font-weight: bold; |
1173 |
padding: 1px 5px; |
1174 |
} |
1175 |
} |
1176 |
|
1177 |
.browse { |
1178 |
margin: .5em 0; |
1179 |
} |
1180 |
} |
1181 |
|
1182 |
#sales { |
1181 |
#sales { |
1183 |
display: none; |
1182 |
display: none; |
1184 |
} |
1183 |
} |
Lines 1218-1238
dd {
Link Here
|
1218 |
} |
1217 |
} |
1219 |
} |
1218 |
} |
1220 |
|
1219 |
|
1221 |
|
|
|
1222 |
.patroninfo { |
1220 |
.patroninfo { |
1223 |
margin-right: .5em; |
1221 |
background-color: #E6E6E6; |
1224 |
padding-top: 1em; |
|
|
1225 |
background-color: #e6e6e6; |
1226 |
color: #000; |
1222 |
color: #000; |
1227 |
left: -10px; |
1223 |
left: -10px; |
1228 |
width: 100%; |
1224 |
margin-right: .5em; |
1229 |
padding-bottom: 25px; |
1225 |
padding-bottom: 25px; |
|
|
1226 |
padding-top: 1em; |
1227 |
width: 100%; |
1230 |
|
1228 |
|
1231 |
h5 { |
1229 |
h5 { |
|
|
1230 |
color: #000; |
1231 |
font-weight: bold; |
1232 |
margin-bottom: 0; |
1232 |
margin-bottom: 0; |
1233 |
padding: .5em .9em; |
1233 |
padding: .5em .9em; |
1234 |
font-weight: bold; |
|
|
1235 |
color: #000; |
1236 |
|
1234 |
|
1237 |
&:empty { |
1235 |
&:empty { |
1238 |
border-right: 0; |
1236 |
border-right: 0; |
Lines 1256-1262
dd {
Link Here
|
1256 |
li { |
1254 |
li { |
1257 |
list-style-type: none; |
1255 |
list-style-type: none; |
1258 |
margin: 0; |
1256 |
margin: 0; |
1259 |
|
|
|
1260 |
} |
1257 |
} |
1261 |
} |
1258 |
} |
1262 |
|
1259 |
|
Lines 1270-1278
dd {
Link Here
|
1270 |
} |
1267 |
} |
1271 |
|
1268 |
|
1272 |
.patroninfo-heading { |
1269 |
.patroninfo-heading { |
1273 |
padding: .5em; |
|
|
1274 |
margin-bottom: .3em; |
1275 |
clear: both; |
1270 |
clear: both; |
|
|
1271 |
margin-bottom: .3em; |
1272 |
padding: .5em; |
1276 |
|
1273 |
|
1277 |
h3 { |
1274 |
h3 { |
1278 |
display: inline-block; |
1275 |
display: inline-block; |
Lines 1303-1310
dd {
Link Here
|
1303 |
.patronimage { |
1300 |
.patronimage { |
1304 |
border: 1px solid #EEE; |
1301 |
border: 1px solid #EEE; |
1305 |
display: block; |
1302 |
display: block; |
1306 |
max-width: 160px; |
|
|
1307 |
margin: auto; |
1303 |
margin: auto; |
|
|
1304 |
max-width: 160px; |
1308 |
opacity: 1; |
1305 |
opacity: 1; |
1309 |
transition: .2s ease; |
1306 |
transition: .2s ease; |
1310 |
|
1307 |
|
Lines 1328-1348
dd {
Link Here
|
1328 |
|
1325 |
|
1329 |
.patronimage-control { |
1326 |
.patronimage-control { |
1330 |
padding: 1em 2em; |
1327 |
padding: 1em 2em; |
1331 |
} |
1328 |
} |
1332 |
|
1329 |
|
1333 |
#patronImageEdit input[type="file" ] { |
1330 |
#patronImageEdit input[type="file"] { |
1334 |
display: inline-block; |
1331 |
display: inline-block; |
1335 |
} |
1332 |
} |
1336 |
|
1333 |
|
1337 |
#addColumn, #delColumn{ |
1334 |
#addColumn, |
1338 |
color: $green-text-color; |
1335 |
#delColumn { |
1339 |
padding: .3em; |
|
|
1340 |
border: none; |
1341 |
background-color: transparent; |
1336 |
background-color: transparent; |
|
|
1337 |
border: none; |
1342 |
box-shadow: none; |
1338 |
box-shadow: none; |
|
|
1339 |
color: $green-text-color; |
1343 |
font-size: 100%; |
1340 |
font-size: 100%; |
|
|
1341 |
padding: .3em; |
1344 |
|
1342 |
|
1345 |
&:hover{ |
1343 |
&:hover { |
1346 |
text-decoration: underline; |
1344 |
text-decoration: underline; |
1347 |
} |
1345 |
} |
1348 |
} |
1346 |
} |
Lines 1381-1392
dd {
Link Here
|
1381 |
} |
1379 |
} |
1382 |
} |
1380 |
} |
1383 |
} |
1381 |
} |
1384 |
|
|
|
1385 |
} |
1382 |
} |
1386 |
|
1383 |
|
1387 |
.readonly, |
1384 |
.readonly, |
1388 |
input[type='text']:read-only { |
1385 |
input[type="text"]:read-only { |
1389 |
background: #EEE url("../img/locked.png") center left no-repeat; |
1386 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
1390 |
border-style: inset; |
1387 |
border-style: inset; |
1391 |
border-width: 1px; |
1388 |
border-width: 1px; |
1392 |
cursor: default; |
1389 |
cursor: default; |
Lines 1394-1400
input[type='text']:read-only {
Link Here
|
1394 |
} |
1391 |
} |
1395 |
|
1392 |
|
1396 |
.readonly:focus, |
1393 |
.readonly:focus, |
1397 |
input[type='text']:read-only:focus { |
1394 |
input[type="text"]:read-only:focus { |
1398 |
border-color: unset; |
1395 |
border-color: unset; |
1399 |
border-radius: unset; |
1396 |
border-radius: unset; |
1400 |
} |
1397 |
} |
Lines 1409-1415
input[type='text']:read-only:focus {
Link Here
|
1409 |
} |
1406 |
} |
1410 |
|
1407 |
|
1411 |
.important_subfield_not_filled { |
1408 |
.important_subfield_not_filled { |
1412 |
background-color : #FFFFCC; |
1409 |
background-color: #FFFFCC; |
1413 |
} |
1410 |
} |
1414 |
|
1411 |
|
1415 |
.content_hidden { |
1412 |
.content_hidden { |
Lines 1490-1497
i {
Link Here
|
1490 |
} |
1487 |
} |
1491 |
|
1488 |
|
1492 |
.circ-settings { |
1489 |
.circ-settings { |
1493 |
border-top: 2px solid #EEE; |
|
|
1494 |
border-radius: 0; |
1490 |
border-radius: 0; |
|
|
1491 |
border-top: 2px solid #EEE; |
1495 |
display: none; |
1492 |
display: none; |
1496 |
margin-left: -1em; |
1493 |
margin-left: -1em; |
1497 |
margin-right: -1em; |
1494 |
margin-right: -1em; |
Lines 1501-1516
i {
Link Here
|
1501 |
|
1498 |
|
1502 |
#show-circ-settings { |
1499 |
#show-circ-settings { |
1503 |
display: inline; |
1500 |
display: inline; |
|
|
1501 |
opacity: .5; |
1504 |
position: relative; |
1502 |
position: relative; |
1505 |
right: 25px; |
1503 |
right: 25px; |
1506 |
opacity: .5; |
|
|
1507 |
|
1504 |
|
1508 |
&:hover { |
1505 |
&:hover { |
1509 |
opacity: 1; |
1506 |
opacity: 1; |
1510 |
} |
1507 |
} |
1511 |
|
1508 |
|
1512 |
a { |
1509 |
a { |
1513 |
color: rgb(105, 105, 105); |
1510 |
color: rgb( 105, 105, 105 ); |
1514 |
|
1511 |
|
1515 |
&:hover { |
1512 |
&:hover { |
1516 |
text-decoration: none; |
1513 |
text-decoration: none; |
Lines 1521-1527
i {
Link Here
|
1521 |
.checkin-active-setting { |
1518 |
.checkin-active-setting { |
1522 |
background-color: #FFC; |
1519 |
background-color: #FFC; |
1523 |
border-radius: 3px; |
1520 |
border-radius: 3px; |
1524 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
1521 |
box-shadow: 1px 1px 2px 0 rgba( 102, 102, 102, .5 ); |
1525 |
margin: .5em; |
1522 |
margin: .5em; |
1526 |
padding: .5em; |
1523 |
padding: .5em; |
1527 |
} |
1524 |
} |
Lines 1531-1538
i {
Link Here
|
1531 |
} |
1528 |
} |
1532 |
|
1529 |
|
1533 |
.form-group { |
1530 |
.form-group { |
|
|
1531 |
margin-bottom: 10px; |
1532 |
|
1534 |
label { |
1533 |
label { |
1535 |
display: block; |
1534 |
display: block; |
|
|
1535 |
font-weight: bold; |
1536 |
margin-bottom: 5px; |
1536 |
margin-bottom: 5px; |
1537 |
} |
1537 |
} |
1538 |
|
1538 |
|
Lines 1562-1571
i {
Link Here
|
1562 |
|
1562 |
|
1563 |
.dialog { |
1563 |
.dialog { |
1564 |
margin: 1em auto; |
1564 |
margin: 1em auto; |
|
|
1565 |
max-width: 600px; |
1565 |
padding: .5em; |
1566 |
padding: .5em; |
1566 |
text-align: center; |
1567 |
text-align: center; |
1567 |
width: 65%; |
1568 |
width: 65%; |
1568 |
max-width: 600px; |
|
|
1569 |
|
1569 |
|
1570 |
a { |
1570 |
a { |
1571 |
&.approve { |
1571 |
&.approve { |
Lines 1611-1654
i {
Link Here
|
1611 |
|
1611 |
|
1612 |
&.approve { |
1612 |
&.approve { |
1613 |
background-color: #FEC32C; |
1613 |
background-color: #FEC32C; |
1614 |
color: #000; |
|
|
1615 |
border: 0; |
1616 |
background-image: none; |
1614 |
background-image: none; |
|
|
1615 |
border: 0; |
1616 |
color: #000; |
1617 |
margin-top: 5px; |
1617 |
margin-top: 5px; |
1618 |
|
1618 |
|
1619 |
&:hover, |
1619 |
&:hover, |
1620 |
&:active, |
1620 |
&:active, |
1621 |
&:focus { |
1621 |
&:focus { |
1622 |
background-color: #fec22c9f; |
1622 |
background-color: #FEC22C9F; |
1623 |
} |
1623 |
} |
1624 |
} |
1624 |
} |
1625 |
|
1625 |
|
1626 |
&.deny { |
1626 |
&.deny { |
1627 |
background-color: transparent; |
1627 |
background-color: transparent; |
1628 |
color: #696969; |
1628 |
background-image: none; |
1629 |
border: #696969 double 1px; |
1629 |
border: #696969 double 1px; |
1630 |
margin-top: 5px; |
1630 |
border-radius: 4px; |
1631 |
margin-left: 5px; |
1631 |
color: #696969; |
1632 |
|
1632 |
cursor: pointer; |
1633 |
display: inline-block; |
1633 |
display: inline-block; |
1634 |
margin-bottom: 0; |
1634 |
font-size: 12px; |
1635 |
font-weight: normal; |
1635 |
font-weight: normal; |
|
|
1636 |
line-height: 1.4286; |
1637 |
margin-bottom: 0; |
1638 |
margin-left: 5px; |
1639 |
margin-top: 5px; |
1640 |
padding: 6px 12px; |
1636 |
text-align: center; |
1641 |
text-align: center; |
1637 |
white-space: nowrap; |
|
|
1638 |
vertical-align: middle; |
1639 |
touch-action: manipulation; |
1642 |
touch-action: manipulation; |
1640 |
cursor: pointer; |
|
|
1641 |
background-image: none; |
1642 |
padding: 6px 12px; |
1643 |
font-size: 12px; |
1644 |
line-height: 1.42857143; |
1645 |
border-radius: 4px; |
1646 |
user-select: none; |
1643 |
user-select: none; |
|
|
1644 |
vertical-align: middle; |
1645 |
white-space: nowrap; |
1647 |
|
1646 |
|
1648 |
&:hover { |
1647 |
&:hover { |
1649 |
font-weight: bold; |
|
|
1650 |
background-color: #F1F1F1; |
1648 |
background-color: #F1F1F1; |
1651 |
border: #696969 double 1px; |
1649 |
border: #696969 double 1px; |
|
|
1650 |
font-weight: bold; |
1652 |
text-decoration: none; |
1651 |
text-decoration: none; |
1653 |
} |
1652 |
} |
1654 |
} |
1653 |
} |
Lines 1665-1671
i {
Link Here
|
1665 |
|
1664 |
|
1666 |
p { |
1665 |
p { |
1667 |
margin-top: 0; |
1666 |
margin-top: 0; |
1668 |
&+p { |
1667 |
|
|
|
1668 |
& + p { |
1669 |
margin-top: 5px; |
1669 |
margin-top: 5px; |
1670 |
} |
1670 |
} |
1671 |
} |
1671 |
} |
Lines 1721-1730
i {
Link Here
|
1721 |
} |
1721 |
} |
1722 |
} |
1722 |
} |
1723 |
|
1723 |
|
1724 |
|
|
|
1725 |
.approve, |
1724 |
.approve, |
1726 |
.success { |
1725 |
.success { |
1727 |
background-color: #FEC32C; |
1726 |
background-color: #FEC32C; |
|
|
1727 |
|
1728 |
i { |
1728 |
i { |
1729 |
&.fa { |
1729 |
&.fa { |
1730 |
color: $green-text-color; |
1730 |
color: $green-text-color; |
Lines 1752-1758
i {
Link Here
|
1752 |
i { |
1752 |
i { |
1753 |
&.fa-exclamation-triangle { |
1753 |
&.fa-exclamation-triangle { |
1754 |
color: #FFD700; |
1754 |
color: #FFD700; |
1755 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3); |
1755 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3 ); |
1756 |
} |
1756 |
} |
1757 |
} |
1757 |
} |
1758 |
} |
1758 |
} |
Lines 1792-1805
i {
Link Here
|
1792 |
} |
1792 |
} |
1793 |
|
1793 |
|
1794 |
.barcode { |
1794 |
.barcode { |
|
|
1795 |
border-radius: 0; |
1795 |
font-size: 100%; |
1796 |
font-size: 100%; |
1796 |
vertical-align: middle; |
|
|
1797 |
font-style: italic; |
1797 |
font-style: italic; |
1798 |
width: 250px; |
|
|
1799 |
height: 30px; |
1798 |
height: 30px; |
1800 |
padding-left: 5px; |
1799 |
padding-left: 5px; |
1801 |
padding-right: 30px; |
1800 |
padding-right: 30px; |
1802 |
border-radius: 0; |
1801 |
vertical-align: middle; |
|
|
1802 |
width: 250px; |
1803 |
} |
1803 |
} |
1804 |
|
1804 |
|
1805 |
li { |
1805 |
li { |
Lines 1864-1879
li {
Link Here
|
1864 |
} |
1864 |
} |
1865 |
|
1865 |
|
1866 |
& + p { |
1866 |
& + p { |
1867 |
border-top: 1px solid #eee; |
1867 |
border-top: 1px solid #EEE; |
1868 |
margin-top: 1em; |
1868 |
margin-top: 1em; |
1869 |
padding-top: 1em; |
1869 |
padding-top: 1em; |
1870 |
} |
1870 |
} |
1871 |
} |
1871 |
} |
1872 |
|
1872 |
|
1873 |
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper { |
1873 |
#catalogue_stats_wrapper, |
|
|
1874 |
#tbl_cash_register_stats_wrapper, |
1875 |
#resulttable_wrapper, |
1876 |
#numberpatternst_wrapper { |
1874 |
background-color: #FFFFFF; |
1877 |
background-color: #FFFFFF; |
|
|
1878 |
box-shadow: 8px 8px 12px rgba( 170, 170, 170, .356 ); |
1875 |
margin-top: 20px; |
1879 |
margin-top: 20px; |
1876 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, .356); |
|
|
1877 |
padding: 20px; |
1880 |
padding: 20px; |
1878 |
} |
1881 |
} |
1879 |
|
1882 |
|
Lines 1881-1907
li {
Link Here
|
1881 |
background-color: #FFFFFF; |
1884 |
background-color: #FFFFFF; |
1882 |
margin-top: 20px; |
1885 |
margin-top: 20px; |
1883 |
min-width: 100%; |
1886 |
min-width: 100%; |
1884 |
width: fit-content; |
|
|
1885 |
padding: 20px; |
1887 |
padding: 20px; |
|
|
1888 |
width: fit-content; |
1886 |
|
1889 |
|
1887 |
fieldset { |
1890 |
fieldset { |
1888 |
box-shadow: none; |
1891 |
box-shadow: none; |
1889 |
} |
1892 |
} |
1890 |
|
1893 |
|
1891 |
h3{ |
1894 |
h3 { |
1892 |
padding-bottom: .7em; |
|
|
1893 |
margin: 0; |
1894 |
color: #696969; |
1895 |
color: #696969; |
|
|
1896 |
margin: 0; |
1897 |
padding-bottom: .7em; |
1895 |
} |
1898 |
} |
1896 |
|
1899 |
|
1897 |
td { |
1900 |
td { |
1898 |
ul { |
1901 |
ul { |
1899 |
li { |
1902 |
li { |
1900 |
clear: left; |
1903 |
clear: left; |
|
|
1904 |
color: #000; |
1901 |
font-size: 90%; |
1905 |
font-size: 90%; |
1902 |
list-style: url("../img/item-bullet.svg"); |
1906 |
list-style: url( "../img/item-bullet.svg" ); |
1903 |
padding: .2em 0; |
1907 |
padding: .2em 0; |
1904 |
color: #000; |
|
|
1905 |
top: 100%; |
1908 |
top: 100%; |
1906 |
|
1909 |
|
1907 |
&.result_itype_image { |
1910 |
&.result_itype_image { |
Lines 1952-1957
li {
Link Here
|
1952 |
ul { |
1955 |
ul { |
1953 |
margin: 0; |
1956 |
margin: 0; |
1954 |
padding-left: 0; |
1957 |
padding-left: 0; |
|
|
1958 |
|
1955 |
li { |
1959 |
li { |
1956 |
clear: none; |
1960 |
clear: none; |
1957 |
float: left; |
1961 |
float: left; |
Lines 1972-2002
li {
Link Here
|
1972 |
color: #000; |
1976 |
color: #000; |
1973 |
|
1977 |
|
1974 |
&:hover { |
1978 |
&:hover { |
|
|
1979 |
background-color: #FFFFFF; |
1975 |
background-image: none; |
1980 |
background-image: none; |
1976 |
color: #000; |
1981 |
color: #000; |
1977 |
text-decoration: underline; |
1982 |
text-decoration: underline; |
1978 |
background-color: #FFFFFF; |
|
|
1979 |
} |
1983 |
} |
1980 |
} |
1984 |
} |
1981 |
} |
1985 |
} |
1982 |
} |
1986 |
} |
1983 |
|
1987 |
|
1984 |
.searchheader { |
1988 |
.searchheader { |
1985 |
background-color: #f3f4f4; |
1989 |
background-color: #F3F4F4; |
1986 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.2); |
1990 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 ); |
|
|
1991 |
color: #696969; |
1992 |
display: block; |
1987 |
font-size: 80%; |
1993 |
font-size: 80%; |
1988 |
margin-top: .5em; |
|
|
1989 |
margin-bottom: .5em; |
1994 |
margin-bottom: .5em; |
|
|
1995 |
margin-top: .5em; |
1990 |
padding: 5px; |
1996 |
padding: 5px; |
1991 |
width: 100%; |
1997 |
width: 100%; |
1992 |
color: #696969; |
|
|
1993 |
display: block; |
1994 |
|
1998 |
|
1995 |
&.floating { |
1999 |
&.floating { |
1996 |
border-radius: 0; |
2000 |
border-radius: 0; |
1997 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.4); |
2001 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .4 ); |
1998 |
margin-top: 0; |
|
|
1999 |
margin-bottom: 0; |
2002 |
margin-bottom: 0; |
|
|
2003 |
margin-top: 0; |
2000 |
z-index: 100; |
2004 |
z-index: 100; |
2001 |
} |
2005 |
} |
2002 |
|
2006 |
|
Lines 2056-2065
li {
Link Here
|
2056 |
width: 30px; |
2060 |
width: 30px; |
2057 |
} |
2061 |
} |
2058 |
|
2062 |
|
2059 |
|
|
|
2060 |
|
2061 |
#search-facets { |
2063 |
#search-facets { |
2062 |
background-color: #e6e6e6; |
2064 |
background-color: #E6E6E6; |
2063 |
|
2065 |
|
2064 |
h4 { |
2066 |
h4 { |
2065 |
background-color: $background-color-primary; |
2067 |
background-color: $background-color-primary; |
Lines 2105-2119
li {
Link Here
|
2105 |
} |
2107 |
} |
2106 |
|
2108 |
|
2107 |
#biblio-cover-slider { |
2109 |
#biblio-cover-slider { |
2108 |
border: 1px solid #bfd9b9; |
2110 |
border: 1px solid #BFD9B9; |
2109 |
border-radius: 3px; |
2111 |
border-radius: 3px; |
2110 |
margin: 5px; |
2112 |
margin: 5px; |
2111 |
padding: 10px 5px 5px 5px; |
|
|
2112 |
min-height: 175px; |
2113 |
min-height: 175px; |
|
|
2114 |
padding: 10px 5px 5px 5px; |
2113 |
} |
2115 |
} |
2114 |
|
2116 |
|
2115 |
.cover-slides { |
2117 |
.cover-slides { |
2116 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2118 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
2117 |
|
2119 |
|
2118 |
.hint { |
2120 |
.hint { |
2119 |
font-size: 90%; |
2121 |
font-size: 90%; |
Lines 2124-2130
li {
Link Here
|
2124 |
&.nav-active { |
2126 |
&.nav-active { |
2125 |
&:link, |
2127 |
&:link, |
2126 |
&:visited { |
2128 |
&:visited { |
2127 |
color: #85ca11; |
2129 |
color: #85CA11; |
2128 |
} |
2130 |
} |
2129 |
} |
2131 |
} |
2130 |
} |
2132 |
} |
Lines 2134-2141
td {
Link Here
|
2134 |
&.actions { |
2136 |
&.actions { |
2135 |
white-space: nowrap; |
2137 |
white-space: nowrap; |
2136 |
} |
2138 |
} |
|
|
2139 |
|
2137 |
&.bookcoverimg { |
2140 |
&.bookcoverimg { |
2138 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2141 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
2139 |
min-width: 120px; |
2142 |
min-width: 120px; |
2140 |
text-align: center; |
2143 |
text-align: center; |
2141 |
} |
2144 |
} |
Lines 2160-2179
td {
Link Here
|
2160 |
} |
2163 |
} |
2161 |
|
2164 |
|
2162 |
.highlight_toggle { |
2165 |
.highlight_toggle { |
2163 |
color: $green-text-color; |
|
|
2164 |
padding: .3em; |
2165 |
border: 0; |
2166 |
background-color: transparent; |
2166 |
background-color: transparent; |
2167 |
border: 0; |
2167 |
border: 0; |
2168 |
box-shadow: none; |
2168 |
box-shadow: none; |
|
|
2169 |
color: $green-text-color; |
2169 |
font-size: 100%; |
2170 |
font-size: 100%; |
|
|
2171 |
padding: .3em; |
2170 |
|
2172 |
|
2171 |
&:hover { |
2173 |
&:hover { |
2172 |
text-decoration: underline; |
2174 |
text-decoration: underline; |
2173 |
} |
2175 |
} |
2174 |
} |
2176 |
} |
2175 |
|
2177 |
|
2176 |
|
|
|
2177 |
.cover-image { |
2178 |
.cover-image { |
2178 |
display: none; |
2179 |
display: none; |
2179 |
|
2180 |
|
Lines 2206-2214
td {
Link Here
|
2206 |
#CheckAll, |
2207 |
#CheckAll, |
2207 |
#CheckNone, |
2208 |
#CheckNone, |
2208 |
#CheckPending { |
2209 |
#CheckPending { |
|
|
2210 |
color: $green-text-color; |
2209 |
font-weight: normal; |
2211 |
font-weight: normal; |
2210 |
margin: 0 .5em 0 0; |
2212 |
margin: 0 .5em 0 0; |
2211 |
color: $green-text-color; |
|
|
2212 |
} |
2213 |
} |
2213 |
|
2214 |
|
2214 |
.lost, |
2215 |
.lost, |
Lines 2218-2227
td {
Link Here
|
2218 |
display: block; |
2219 |
display: block; |
2219 |
} |
2220 |
} |
2220 |
|
2221 |
|
2221 |
.bundled { |
|
|
2222 |
display: block; |
2223 |
} |
2224 |
|
2225 |
td.bundle { |
2222 |
td.bundle { |
2226 |
background-color: #FFC !important; |
2223 |
background-color: #FFC !important; |
2227 |
} |
2224 |
} |
Lines 2272-2278
td.bundle {
Link Here
|
2272 |
|
2269 |
|
2273 |
tbody { |
2270 |
tbody { |
2274 |
tr { |
2271 |
tr { |
2275 |
&:nth-child(2n+1) { |
2272 |
&:nth-child( 2n+1 ) { |
2276 |
td { |
2273 |
td { |
2277 |
background-color: #FFFFFF; |
2274 |
background-color: #FFFFFF; |
2278 |
} |
2275 |
} |
Lines 2344-2351
td.bundle {
Link Here
|
2344 |
} |
2341 |
} |
2345 |
|
2342 |
|
2346 |
#cartmenulink { |
2343 |
#cartmenulink { |
2347 |
position: relative; |
|
|
2348 |
left: 0; |
2344 |
left: 0; |
|
|
2345 |
position: relative; |
2349 |
top: 0; |
2346 |
top: 0; |
2350 |
} |
2347 |
} |
2351 |
|
2348 |
|
Lines 2398-2404
td.bundle {
Link Here
|
2398 |
text-decoration: none; |
2395 |
text-decoration: none; |
2399 |
|
2396 |
|
2400 |
&:hover { |
2397 |
&:hover { |
2401 |
background-color: lighten( $background-color-secondary, 40 ) |
2398 |
background-color: lighten( $background-color-secondary, 40 ); |
2402 |
} |
2399 |
} |
2403 |
} |
2400 |
} |
2404 |
} |
2401 |
} |
Lines 2565-2571
td.bundle {
Link Here
|
2565 |
|
2562 |
|
2566 |
#acqui_order_supplierlist { |
2563 |
#acqui_order_supplierlist { |
2567 |
.supplier { |
2564 |
.supplier { |
2568 |
&+.supplier { |
2565 |
& + .supplier { |
2569 |
border-top: 1px solid #EEEEEE; |
2566 |
border-top: 1px solid #EEEEEE; |
2570 |
margin-top: 1em; |
2567 |
margin-top: 1em; |
2571 |
} |
2568 |
} |
Lines 2598-2611
td.bundle {
Link Here
|
2598 |
// Override core jQueryUI widgets |
2595 |
// Override core jQueryUI widgets |
2599 |
.ui-widget-content { |
2596 |
.ui-widget-content { |
2600 |
background: #FFFFFF none; |
2597 |
background: #FFFFFF none; |
2601 |
border-radius: 4px; |
|
|
2602 |
border: 1px solid $background-color-secondary; |
2598 |
border: 1px solid $background-color-secondary; |
|
|
2599 |
border-radius: 4px; |
2603 |
color: #222222; |
2600 |
color: #222222; |
2604 |
} |
2601 |
} |
2605 |
|
2602 |
|
2606 |
// Override jQuery Autocomplete |
2603 |
// Override jQuery Autocomplete |
2607 |
.ui-autocomplete { |
2604 |
.ui-autocomplete { |
2608 |
box-shadow: 0 6px 12px rgba(0,0,0,0.175); |
2605 |
box-shadow: 0 6px 12px rgba( 0, 0, 0, .175 ); |
2609 |
cursor: default; |
2606 |
cursor: default; |
2610 |
position: absolute; |
2607 |
position: absolute; |
2611 |
z-index: 2000; |
2608 |
z-index: 2000; |
Lines 2619-2629
td.bundle {
Link Here
|
2619 |
|
2616 |
|
2620 |
li { |
2617 |
li { |
2621 |
list-style-type: none; |
2618 |
list-style-type: none; |
|
|
2619 |
|
2622 |
&.ui-menu-item { |
2620 |
&.ui-menu-item { |
2623 |
padding: 5px 1em 5px .4em; |
2621 |
padding: 5px 1em 5px .4em; |
2624 |
|
2622 |
|
2625 |
&:hover { |
2623 |
&:hover { |
2626 |
background: #e3f1df none; |
2624 |
background: #E3F1DF none; |
2627 |
color: #212121; |
2625 |
color: #212121; |
2628 |
font-weight: normal; |
2626 |
font-weight: normal; |
2629 |
} |
2627 |
} |
Lines 2639-2645
td.bundle {
Link Here
|
2639 |
|
2637 |
|
2640 |
.ui-state-active, |
2638 |
.ui-state-active, |
2641 |
.ui-state-focus { |
2639 |
.ui-state-focus { |
2642 |
background: #e3f1df none; |
2640 |
background: #E3F1DF none; |
2643 |
color: #212121; |
2641 |
color: #212121; |
2644 |
font-weight: normal; |
2642 |
font-weight: normal; |
2645 |
margin: 0; |
2643 |
margin: 0; |
Lines 2650-2656
td.bundle {
Link Here
|
2650 |
} |
2648 |
} |
2651 |
|
2649 |
|
2652 |
.ui-autocomplete-loading { |
2650 |
.ui-autocomplete-loading { |
2653 |
background: #FFF url("../img/spinner-small.gif") right center no-repeat; |
2651 |
background: #FFF url( "../img/spinner-small.gif" ) right center no-repeat; |
2654 |
} |
2652 |
} |
2655 |
|
2653 |
|
2656 |
.toptabs { |
2654 |
.toptabs { |
Lines 2691-2697
fieldset > .toptabs {
Link Here
|
2691 |
font-style: italic; |
2689 |
font-style: italic; |
2692 |
} |
2690 |
} |
2693 |
|
2691 |
|
2694 |
|
|
|
2695 |
.contents { |
2692 |
.contents { |
2696 |
width: 75%; |
2693 |
width: 75%; |
2697 |
|
2694 |
|
Lines 2701-2708
fieldset > .toptabs {
Link Here
|
2701 |
} |
2698 |
} |
2702 |
|
2699 |
|
2703 |
.t { |
2700 |
.t { |
2704 |
font-weight: bold; |
|
|
2705 |
display: inline; |
2701 |
display: inline; |
|
|
2702 |
font-weight: bold; |
2706 |
} |
2703 |
} |
2707 |
|
2704 |
|
2708 |
.r { |
2705 |
.r { |
Lines 2710-2716
fieldset > .toptabs {
Link Here
|
2710 |
} |
2707 |
} |
2711 |
} |
2708 |
} |
2712 |
|
2709 |
|
2713 |
|
|
|
2714 |
.contentblock { |
2710 |
.contentblock { |
2715 |
font-size: 95%; |
2711 |
font-size: 95%; |
2716 |
line-height: 135%; |
2712 |
line-height: 135%; |
Lines 2739-2746
fieldset > .toptabs {
Link Here
|
2739 |
|
2735 |
|
2740 |
&.jstree-clicked { |
2736 |
&.jstree-clicked { |
2741 |
background: transparent none; |
2737 |
background: transparent none; |
2742 |
box-shadow: none; |
|
|
2743 |
border: 0; |
2738 |
border: 0; |
|
|
2739 |
box-shadow: none; |
2744 |
} |
2740 |
} |
2745 |
} |
2741 |
} |
2746 |
} |
2742 |
} |
Lines 2761-2767
fieldset > .toptabs {
Link Here
|
2761 |
} |
2757 |
} |
2762 |
|
2758 |
|
2763 |
.pluginname { |
2759 |
.pluginname { |
2764 |
background-color: #e3f1df; |
2760 |
background-color: #E3F1DF; |
2765 |
cursor: move; |
2761 |
cursor: move; |
2766 |
margin: .3em; |
2762 |
margin: .3em; |
2767 |
padding-bottom: 4px; |
2763 |
padding-bottom: 4px; |
Lines 2820-2836
nav {
Link Here
|
2820 |
margin: 0; |
2816 |
margin: 0; |
2821 |
|
2817 |
|
2822 |
ol { |
2818 |
ol { |
|
|
2819 |
list-style: none; |
2823 |
margin: 0; |
2820 |
margin: 0; |
2824 |
padding-left: 0; |
2821 |
padding-left: 0; |
2825 |
list-style: none; |
|
|
2826 |
|
2822 |
|
2827 |
li { |
2823 |
li { |
|
|
2824 |
color: $green-text-color; |
2828 |
display: inline; |
2825 |
display: inline; |
2829 |
color : $green-text-color; |
|
|
2830 |
font-style: italic; |
2826 |
font-style: italic; |
2831 |
|
2827 |
|
2832 |
&+li::before { |
2828 |
& + li::before { |
2833 |
background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; |
2829 |
background: transparent url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=" ) 50% 50% no-repeat; |
2834 |
background-size: 8px; |
2830 |
background-size: 8px; |
2835 |
content: ""; |
2831 |
content: ""; |
2836 |
display: inline-block; |
2832 |
display: inline-block; |
Lines 2838-2844
nav {
Link Here
|
2838 |
width: .8em; |
2834 |
width: .8em; |
2839 |
} |
2835 |
} |
2840 |
|
2836 |
|
2841 |
a:link, a:active, a:hover, a:focus { |
2837 |
a:link, |
|
|
2838 |
a:active, |
2839 |
a:hover, |
2840 |
a:focus { |
2842 |
padding: .6em .3em; |
2841 |
padding: .6em .3em; |
2843 |
} |
2842 |
} |
2844 |
} |
2843 |
} |
Lines 2868-2873
nav {
Link Here
|
2868 |
a { |
2867 |
a { |
2869 |
background-color: transparent; |
2868 |
background-color: transparent; |
2870 |
} |
2869 |
} |
|
|
2870 |
|
2871 |
&.active { |
2871 |
&.active { |
2872 |
a { |
2872 |
a { |
2873 |
&:link, |
2873 |
&:link, |
Lines 2885-2891
nav {
Link Here
|
2885 |
} |
2885 |
} |
2886 |
} |
2886 |
} |
2887 |
|
2887 |
|
2888 |
|
|
|
2889 |
.pagination { |
2888 |
.pagination { |
2890 |
margin: .5em 0; |
2889 |
margin: .5em 0; |
2891 |
} |
2890 |
} |
Lines 2912-2920
button,
Link Here
|
2912 |
} |
2911 |
} |
2913 |
|
2912 |
|
2914 |
&.btn-info { |
2913 |
&.btn-info { |
2915 |
color: #fff; |
|
|
2916 |
background-color: #194EA3; |
2914 |
background-color: #194EA3; |
2917 |
border-color: #0B439D; |
2915 |
border-color: #0B439D; |
|
|
2916 |
color: #FFF; |
2918 |
} |
2917 |
} |
2919 |
|
2918 |
|
2920 |
&.btn-success { |
2919 |
&.btn-success { |
Lines 2925-2942
button,
Link Here
|
2925 |
&.btn-danger { |
2924 |
&.btn-danger { |
2926 |
background-color: #CC3333; |
2925 |
background-color: #CC3333; |
2927 |
border-color: #9B2323; |
2926 |
border-color: #9B2323; |
2928 |
color: #fff; |
2927 |
color: #FFF; |
2929 |
} |
2928 |
} |
2930 |
|
2929 |
|
2931 |
&.btn-danger:hover { |
2930 |
&.btn-danger:hover { |
2932 |
color: #fff; |
2931 |
background-color: #C82333; |
2933 |
background-color: #c82333; |
2932 |
border-color: #A81C29; |
2934 |
border-color: #a81c29; |
2933 |
color: #FFF; |
2935 |
} |
2934 |
} |
2936 |
|
2935 |
|
2937 |
&.btn-danger:not( :disabled ):not( .disabled ).active, |
2936 |
&.btn-danger:not( :disabled, .disabled ).active, |
2938 |
&.btn-danger:not( :disabled ):not( .disabled ):active { |
2937 |
&.btn-danger:not( :disabled, .disabled ):active { |
2939 |
box-shadow: inset 0 0 0 1px #a81c29; |
2938 |
box-shadow: inset 0 0 0 1px #A81C29; |
2940 |
} |
2939 |
} |
2941 |
} |
2940 |
} |
2942 |
|
2941 |
|
Lines 2964-2973
button,
Link Here
|
2964 |
.panel-title { |
2963 |
.panel-title { |
2965 |
a { |
2964 |
a { |
2966 |
border-radius: 3px; |
2965 |
border-radius: 3px; |
2967 |
display: block; |
|
|
2968 |
padding: 10px 15px; |
2969 |
border-bottom-left-radius: 0; |
2966 |
border-bottom-left-radius: 0; |
2970 |
border-bottom-right-radius: 0; |
2967 |
border-bottom-right-radius: 0; |
|
|
2968 |
display: block; |
2969 |
padding: 10px 15px; |
2971 |
|
2970 |
|
2972 |
&::before { |
2971 |
&::before { |
2973 |
content: "\f0d7"; |
2972 |
content: "\f0d7"; |
Lines 2977-2983
button,
Link Here
|
2977 |
} |
2976 |
} |
2978 |
|
2977 |
|
2979 |
&:hover { |
2978 |
&:hover { |
2980 |
background: #e3f1df none; |
2979 |
background: #E3F1DF none; |
2981 |
border-bottom-left-radius: 0; |
2980 |
border-bottom-left-radius: 0; |
2982 |
border-bottom-right-radius: 0; |
2981 |
border-bottom-right-radius: 0; |
2983 |
} |
2982 |
} |
Lines 2991-2997
button,
Link Here
|
2991 |
} |
2990 |
} |
2992 |
|
2991 |
|
2993 |
&:hover { |
2992 |
&:hover { |
2994 |
background: #e3f1df none; |
2993 |
background: #E3F1DF none; |
2995 |
border-bottom-left-radius: 3px; |
2994 |
border-bottom-left-radius: 3px; |
2996 |
border-bottom-right-radius: 3px; |
2995 |
border-bottom-right-radius: 3px; |
2997 |
} |
2996 |
} |
Lines 3000-3013
button,
Link Here
|
3000 |
} |
2999 |
} |
3001 |
|
3000 |
|
3002 |
.panel-default { |
3001 |
.panel-default { |
3003 |
border: 1px solid #bfd9b9; |
3002 |
border: 1px solid #BFD9B9; |
|
|
3003 |
|
3004 |
> .panel-heading { |
3004 |
> .panel-heading { |
3005 |
background: transparent none; |
3005 |
background: transparent none; |
3006 |
padding: 0; |
3006 |
padding: 0; |
3007 |
|
3007 |
|
3008 |
+ .panel-collapse { |
3008 |
+ .panel-collapse { |
3009 |
> .panel-body { |
3009 |
> .panel-body { |
3010 |
border-top-color: #bfd9b9; |
3010 |
border-top-color: #BFD9B9; |
3011 |
} |
3011 |
} |
3012 |
} |
3012 |
} |
3013 |
} |
3013 |
} |
Lines 3095-3102
button,
Link Here
|
3095 |
|
3095 |
|
3096 |
.tooltip-inner { |
3096 |
.tooltip-inner { |
3097 |
background-color: #FFFFFF; |
3097 |
background-color: #FFFFFF; |
3098 |
border: 1px solid rgba(0, 0, 0, .2); |
3098 |
border: 1px solid rgba( 0, 0, 0, .2 ); |
3099 |
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
3099 |
box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 ); |
3100 |
color: #000; |
3100 |
color: #000; |
3101 |
font-size: 120%; |
3101 |
font-size: 120%; |
3102 |
padding: 1em; |
3102 |
padding: 1em; |
Lines 3105-3111
button,
Link Here
|
3105 |
} |
3105 |
} |
3106 |
|
3106 |
|
3107 |
.separator { |
3107 |
.separator { |
3108 |
color: #bfbfbf; |
3108 |
color: #BFBFBF; |
3109 |
padding: 0 .2em; |
3109 |
padding: 0 .2em; |
3110 |
} |
3110 |
} |
3111 |
|
3111 |
|
Lines 3129-3135
button,
Link Here
|
3129 |
} |
3129 |
} |
3130 |
} |
3130 |
} |
3131 |
|
3131 |
|
3132 |
|
|
|
3133 |
label { |
3132 |
label { |
3134 |
.radio &, |
3133 |
.radio &, |
3135 |
.checkbox & { |
3134 |
.checkbox & { |
Lines 3222-3228
label {
Link Here
|
3222 |
font-size: 13px; |
3221 |
font-size: 13px; |
3223 |
} |
3222 |
} |
3224 |
|
3223 |
|
3225 |
> .btn:first-child:not( :last-child ):not( .dropdown-toggle ) { |
3224 |
> .btn:first-child:not( :last-child, .dropdown-toggle ) { |
3226 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
3225 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
3227 |
} |
3226 |
} |
3228 |
} |
3227 |
} |
Lines 3263-3269
code {
Link Here
|
3263 |
} |
3262 |
} |
3264 |
|
3263 |
|
3265 |
.tab-content { |
3264 |
.tab-content { |
3266 |
background-color: #fff; |
3265 |
background-color: #FFF; |
3267 |
border: 0; |
3266 |
border: 0; |
3268 |
border-radius: 0; |
3267 |
border-radius: 0; |
3269 |
padding: 1em; |
3268 |
padding: 1em; |
Lines 3271-3285
code {
Link Here
|
3271 |
|
3270 |
|
3272 |
.tab-pane { |
3271 |
.tab-pane { |
3273 |
&.active { |
3272 |
&.active { |
3274 |
&::after, |
3273 |
@include clearfix; |
|
|
3274 |
|
3275 |
&::before { |
3275 |
&::before { |
3276 |
content: " "; |
3276 |
content: " "; |
3277 |
display: table; |
3277 |
display: table; |
3278 |
} |
3278 |
} |
3279 |
|
|
|
3280 |
&::after { |
3281 |
clear: both; |
3282 |
} |
3283 |
} |
3279 |
} |
3284 |
} |
3280 |
} |
3285 |
|
3281 |
|
Lines 3301-3307
code {
Link Here
|
3301 |
margin-right: .4em; |
3297 |
margin-right: .4em; |
3302 |
padding: .5em 1em; |
3298 |
padding: .5em 1em; |
3303 |
|
3299 |
|
3304 |
&:hover, &:focus, &:active { |
3300 |
&:hover, |
|
|
3301 |
&:focus, |
3302 |
&:active { |
3305 |
background-color: $background-color-primary; |
3303 |
background-color: $background-color-primary; |
3306 |
border: 2px solid $background-color-primary; |
3304 |
border: 2px solid $background-color-primary; |
3307 |
border-bottom: 0; |
3305 |
border-bottom: 0; |
Lines 3341-3352
code {
Link Here
|
3341 |
} |
3339 |
} |
3342 |
|
3340 |
|
3343 |
#jobprogress { |
3341 |
#jobprogress { |
3344 |
background: url("../img/progress.png") -300px 0 no-repeat; |
3342 |
background: url( "../img/progress.png" ) -300px 0 no-repeat; |
3345 |
border: 1px solid #666; |
3343 |
border: 1px solid #666; |
3346 |
display: inline-block; |
3344 |
display: inline-block; |
3347 |
height: 10px; |
3345 |
height: 10px; |
3348 |
width: 200px; |
3346 |
width: 200px; |
3349 |
} |
3347 |
} |
3350 |
|
3348 |
|
3351 |
.progress_panel { |
3349 |
.progress_panel { |
3352 |
border: 2px solid #EEE; |
3350 |
border: 2px solid #EEE; |
Lines 3371-3377
progress {
Link Here
|
3371 |
} |
3369 |
} |
3372 |
|
3370 |
|
3373 |
span { |
3371 |
span { |
3374 |
background-color: #ecffeb; |
3372 |
background-color: #ECFFEB; |
3375 |
border-radius: 5px; |
3373 |
border-radius: 5px; |
3376 |
display: inline-block; |
3374 |
display: inline-block; |
3377 |
font-size: 75%; |
3375 |
font-size: 75%; |
Lines 3380-3386
progress {
Link Here
|
3380 |
white-space: nowrap; |
3378 |
white-space: nowrap; |
3381 |
|
3379 |
|
3382 |
&.selected { |
3380 |
&.selected { |
3383 |
background-color: #d2fad0; |
3381 |
background-color: #D2FAD0; |
3384 |
} |
3382 |
} |
3385 |
} |
3383 |
} |
3386 |
} |
3384 |
} |
Lines 3405-3411
progress {
Link Here
|
3405 |
} |
3403 |
} |
3406 |
|
3404 |
|
3407 |
.tag_editor { |
3405 |
.tag_editor { |
3408 |
background: transparent url("../img/edit-tag.png") top left no-repeat; |
3406 |
background: transparent url( "../img/edit-tag.png" ) top left no-repeat; |
3409 |
display: block; |
3407 |
display: block; |
3410 |
float: left; |
3408 |
float: left; |
3411 |
height: 16px; |
3409 |
height: 16px; |
Lines 3433-3440
progress {
Link Here
|
3433 |
} |
3431 |
} |
3434 |
|
3432 |
|
3435 |
#browse-return-to-results { |
3433 |
#browse-return-to-results { |
3436 |
background-color: #e6e6e6; |
3434 |
background-color: #E6E6E6; |
3437 |
border: 1px solid lighten($background-color-primary, 30%); |
3435 |
border: 1px solid lighten( $background-color-primary, 30% ); |
3438 |
border-bottom-width: 0; |
3436 |
border-bottom-width: 0; |
3439 |
border-top-left-radius: 5px; |
3437 |
border-top-left-radius: 5px; |
3440 |
border-top-right-radius: 5px; |
3438 |
border-top-right-radius: 5px; |
Lines 3445-3451
progress {
Link Here
|
3445 |
|
3443 |
|
3446 |
.browse-button { |
3444 |
.browse-button { |
3447 |
background-color: transparent; |
3445 |
background-color: transparent; |
3448 |
border: 1px solid lighten($background-color-primary, 30%); |
3446 |
border: 1px solid lighten( $background-color-primary, 30% ); |
3449 |
display: block; |
3447 |
display: block; |
3450 |
overflow: hidden; |
3448 |
overflow: hidden; |
3451 |
padding: .4em .6em; |
3449 |
padding: .4em .6em; |
Lines 3458-3464
a.browse-button {
Link Here
|
3458 |
color: $green-text-color; |
3456 |
color: $green-text-color; |
3459 |
|
3457 |
|
3460 |
&:hover { |
3458 |
&:hover { |
3461 |
background: #fff; |
3459 |
background: #FFF; |
3462 |
} |
3460 |
} |
3463 |
} |
3461 |
} |
3464 |
|
3462 |
|
Lines 3503-3509
span {
Link Here
|
3503 |
} |
3501 |
} |
3504 |
} |
3502 |
} |
3505 |
|
3503 |
|
3506 |
|
|
|
3507 |
.result-biblio-itemtype { |
3504 |
.result-biblio-itemtype { |
3508 |
float: right; |
3505 |
float: right; |
3509 |
font-size: 85%; |
3506 |
font-size: 85%; |
Lines 3523-3530
span {
Link Here
|
3523 |
} |
3520 |
} |
3524 |
|
3521 |
|
3525 |
#browse-next { |
3522 |
#browse-next { |
3526 |
border-bottom-right-radius: 5px; |
|
|
3527 |
border-bottom-left-radius: 5px; |
3523 |
border-bottom-left-radius: 5px; |
|
|
3524 |
border-bottom-right-radius: 5px; |
3528 |
} |
3525 |
} |
3529 |
|
3526 |
|
3530 |
#merge_invoices { |
3527 |
#merge_invoices { |
Lines 3602-3615
input.renew {
Link Here
|
3602 |
} |
3599 |
} |
3603 |
|
3600 |
|
3604 |
.onsite-checkout-only { |
3601 |
.onsite-checkout-only { |
3605 |
background-color: rgba(255, 242, 206, .5); |
3602 |
background-color: rgba( 255, 242, 206, .5 ); |
3606 |
border: 1px solid #FFF2CE; |
3603 |
border: 1px solid #FFF2CE; |
3607 |
border-radius: 4px; |
3604 |
border-radius: 4px; |
3608 |
} |
3605 |
} |
3609 |
|
3606 |
|
3610 |
.branchgriditem { |
3607 |
.branchgriditem { |
3611 |
background-color: #FFFFFF; |
3608 |
background-color: #FFFFFF; |
3612 |
border: 1px solid #bfd9b9; |
3609 |
border: 1px solid #BFD9B9; |
3613 |
border-radius: 3px; |
3610 |
border-radius: 3px; |
3614 |
display: table-cell; |
3611 |
display: table-cell; |
3615 |
float: left; |
3612 |
float: left; |
Lines 3636-3649
input.renew {
Link Here
|
3636 |
|
3633 |
|
3637 |
#new_rule { |
3634 |
#new_rule { |
3638 |
background-color: #F4F8F9; |
3635 |
background-color: #F4F8F9; |
3639 |
border: 2px solid #bfd9b9; |
3636 |
border: 2px solid #BFD9B9; |
3640 |
border-radius: 5px; |
3637 |
border-radius: 5px; |
3641 |
display: none; |
3638 |
display: none; |
3642 |
margin: .3em; |
3639 |
margin: .3em; |
3643 |
padding: .3em; |
3640 |
padding: .3em; |
3644 |
} |
3641 |
} |
3645 |
|
3642 |
|
3646 |
|
|
|
3647 |
.blocks { |
3643 |
.blocks { |
3648 |
margin-bottom: .3em; |
3644 |
margin-bottom: .3em; |
3649 |
} |
3645 |
} |
Lines 3669-3683
input.renew {
Link Here
|
3669 |
margin-top: 10px; |
3665 |
margin-top: 10px; |
3670 |
} |
3666 |
} |
3671 |
|
3667 |
|
3672 |
.form-group { |
|
|
3673 |
margin-bottom: 10px; |
3674 |
|
3675 |
label { |
3676 |
font-weight: bold; |
3677 |
} |
3678 |
} |
3679 |
|
3680 |
|
3681 |
.form-message { |
3668 |
.form-message { |
3682 |
background-color: #FFF; |
3669 |
background-color: #FFF; |
3683 |
border: 1px solid #A4BEDD; |
3670 |
border: 1px solid #A4BEDD; |
Lines 3697-3703
input.renew {
Link Here
|
3697 |
} |
3684 |
} |
3698 |
|
3685 |
|
3699 |
#fixedlengthbuilderaction { |
3686 |
#fixedlengthbuilderaction { |
3700 |
border: 3px solid #e3f1df; |
3687 |
border: 3px solid #E3F1DF; |
3701 |
left: 80%; |
3688 |
left: 80%; |
3702 |
padding: 5px; |
3689 |
padding: 5px; |
3703 |
position: relative; |
3690 |
position: relative; |
Lines 3759-3765
input.renew {
Link Here
|
3759 |
#search-summary { |
3746 |
#search-summary { |
3760 |
position: absolute; |
3747 |
position: absolute; |
3761 |
top: 50%; |
3748 |
top: 50%; |
3762 |
transform: translateY(-50%); |
3749 |
transform: translateY( -50% ); |
3763 |
} |
3750 |
} |
3764 |
|
3751 |
|
3765 |
#generic_confirm_search_count { |
3752 |
#generic_confirm_search_count { |
Lines 3768-3781
input.renew {
Link Here
|
3768 |
|
3755 |
|
3769 |
#generic_confirm_search { |
3756 |
#generic_confirm_search { |
3770 |
display: block; |
3757 |
display: block; |
3771 |
visibility: hidden; |
|
|
3772 |
margin: 1em 0 1em 10em; |
3758 |
margin: 1em 0 1em 10em; |
|
|
3759 |
visibility: hidden; |
3773 |
} |
3760 |
} |
3774 |
|
3761 |
|
3775 |
#partnerSearch { |
3762 |
#partnerSearch { |
3776 |
.modal-dialog { |
3763 |
.modal-dialog { |
3777 |
width: 50vw; |
3764 |
width: 50vw; |
3778 |
} |
3765 |
} |
|
|
3766 |
|
3779 |
.modal-body { |
3767 |
.modal-body { |
3780 |
max-height: 70vh; |
3768 |
max-height: 70vh; |
3781 |
} |
3769 |
} |
Lines 3806-3812
input.renew {
Link Here
|
3806 |
width: 100% !important; |
3794 |
width: 100% !important; |
3807 |
} |
3795 |
} |
3808 |
|
3796 |
|
3809 |
.ar-title, .hq-title { |
3797 |
.ar-title, |
|
|
3798 |
.hq-title { |
3810 |
.biblio-title { |
3799 |
.biblio-title { |
3811 |
font-weight: bold; |
3800 |
font-weight: bold; |
3812 |
} |
3801 |
} |
Lines 3824-3864
input.renew {
Link Here
|
3824 |
h3 { |
3813 |
h3 { |
3825 |
margin: 30px 0 10px 0; |
3814 |
margin: 30px 0 10px 0; |
3826 |
} |
3815 |
} |
|
|
3816 |
|
3827 |
.dialog { |
3817 |
.dialog { |
3828 |
h3 { |
3818 |
h3 { |
3829 |
margin: 10px 0; |
3819 |
margin: 10px 0; |
3830 |
} |
3820 |
} |
|
|
3821 |
|
3831 |
margin-bottom: 20px; |
3822 |
margin-bottom: 20px; |
3832 |
} |
3823 |
} |
|
|
3824 |
|
3833 |
.highlight_stage { |
3825 |
.highlight_stage { |
3834 |
font-weight: bold; |
3826 |
font-weight: bold; |
3835 |
} |
3827 |
} |
3836 |
} |
|
|
3837 |
|
3828 |
|
3838 |
#catalog_stockrotation .highlight_stage { |
|
|
3839 |
font-weight: bold; |
3840 |
} |
3841 |
|
3842 |
#stockrotation { |
3843 |
#rota_form { |
3829 |
#rota_form { |
3844 |
textarea { |
3830 |
textarea { |
3845 |
width: 300px; |
|
|
3846 |
height: 100px; |
3831 |
height: 100px; |
|
|
3832 |
width: 300px; |
3847 |
} |
3833 |
} |
|
|
3834 |
|
3848 |
#name { |
3835 |
#name { |
3849 |
width: 300px; |
3836 |
width: 300px; |
3850 |
} |
3837 |
} |
|
|
3838 |
|
3851 |
fieldset { |
3839 |
fieldset { |
3852 |
width: auto; |
3840 |
width: auto; |
3853 |
} |
3841 |
} |
3854 |
} |
3842 |
} |
3855 |
#stage_form fieldset, #add_rota_item_form fieldset { |
3843 |
|
|
|
3844 |
#stage_form fieldset, |
3845 |
#add_rota_item_form fieldset { |
3856 |
width: auto; |
3846 |
width: auto; |
3857 |
} |
3847 |
} |
|
|
3848 |
|
3858 |
.dialog.alert { |
3849 |
.dialog.alert { |
3859 |
ul { |
3850 |
ul { |
3860 |
margin: 20px 0; |
3851 |
margin: 20px 0; |
3861 |
} |
3852 |
} |
|
|
3853 |
|
3862 |
li { |
3854 |
li { |
3863 |
list-style-type: none; |
3855 |
list-style-type: none; |
3864 |
} |
3856 |
} |
Lines 3866-3889
input.renew {
Link Here
|
3866 |
} |
3858 |
} |
3867 |
|
3859 |
|
3868 |
#catalog_stockrotation { |
3860 |
#catalog_stockrotation { |
|
|
3861 |
.highlight_stage { |
3862 |
font-weight: bold; |
3863 |
} |
3864 |
|
3869 |
.item_select_rota { |
3865 |
.item_select_rota { |
3870 |
vertical-align: middle; |
3866 |
vertical-align: middle; |
3871 |
} |
3867 |
} |
|
|
3868 |
|
3872 |
h1 { |
3869 |
h1 { |
3873 |
margin-bottom: 20px; |
3870 |
margin-bottom: 20px; |
3874 |
} |
3871 |
} |
3875 |
} |
3872 |
} |
3876 |
|
3873 |
|
3877 |
#stockrotation td.actions, #catalog_stockrotation td.actions { |
3874 |
#stockrotation td.actions, |
|
|
3875 |
#catalog_stockrotation td.actions { |
3878 |
vertical-align: middle; |
3876 |
vertical-align: middle; |
3879 |
} |
3877 |
} |
3880 |
|
3878 |
|
3881 |
#stockrotation .stage, #catalog_stockrotation .stage { |
3879 |
#stockrotation .stage, |
|
|
3880 |
#catalog_stockrotation .stage { |
3881 |
background-color: rgba( 0, 0, 0, .1 ); |
3882 |
border-radius: 5px; |
3882 |
display: inline-block; |
3883 |
display: inline-block; |
3883 |
padding: 5px 7px; |
|
|
3884 |
margin: 3px 0 3px 0; |
3884 |
margin: 3px 0 3px 0; |
3885 |
border-radius: 5px; |
3885 |
padding: 5px 7px; |
3886 |
background-color: rgba(0, 0, 0, .1); |
|
|
3887 |
} |
3886 |
} |
3888 |
|
3887 |
|
3889 |
#restriction_form { |
3888 |
#restriction_form { |
Lines 3894-3899
input.renew {
Link Here
|
3894 |
|
3893 |
|
3895 |
#stage_list_headings { |
3894 |
#stage_list_headings { |
3896 |
font-weight: bold; |
3895 |
font-weight: bold; |
|
|
3896 |
|
3897 |
span { |
3897 |
span { |
3898 |
padding: 3px; |
3898 |
padding: 3px; |
3899 |
} |
3899 |
} |
Lines 3903-3948
input.renew {
Link Here
|
3903 |
ul { |
3903 |
ul { |
3904 |
padding-left: 0; |
3904 |
padding-left: 0; |
3905 |
} |
3905 |
} |
|
|
3906 |
|
3906 |
li { |
3907 |
li { |
3907 |
list-style: none; |
3908 |
list-style: none; |
3908 |
margin-bottom: 5px; |
3909 |
margin-bottom: 5px; |
|
|
3910 |
|
3909 |
span { |
3911 |
span { |
3910 |
padding: 6px 3px; |
3912 |
padding: 6px 3px; |
3911 |
} |
3913 |
} |
3912 |
} |
3914 |
} |
|
|
3915 |
|
3913 |
.stagename { |
3916 |
.stagename { |
3914 |
width: 15em; |
|
|
3915 |
display: inline-block; |
3917 |
display: inline-block; |
|
|
3918 |
width: 15em; |
3916 |
} |
3919 |
} |
|
|
3920 |
|
3917 |
.stageduration { |
3921 |
.stageduration { |
3918 |
width: 10em; |
|
|
3919 |
display: inline-block; |
3922 |
display: inline-block; |
|
|
3923 |
width: 10em; |
3920 |
} |
3924 |
} |
|
|
3925 |
|
3921 |
.stageactions { |
3926 |
.stageactions { |
3922 |
display: inline-block; |
3927 |
display: inline-block; |
3923 |
} |
3928 |
} |
3924 |
li:nth-child(odd) { |
3929 |
|
|
|
3930 |
li:nth-child( odd ) { |
3925 |
background-color: #F3F3F3; |
3931 |
background-color: #F3F3F3; |
3926 |
} |
3932 |
} |
|
|
3933 |
|
3927 |
.drag_handle { |
3934 |
.drag_handle { |
3928 |
margin-right: 6px; |
|
|
3929 |
cursor: move; |
3935 |
cursor: move; |
|
|
3936 |
margin-right: 6px; |
3930 |
} |
3937 |
} |
|
|
3938 |
|
3931 |
.drag_placeholder { |
3939 |
.drag_placeholder { |
|
|
3940 |
border: 1px dotted #AAA; |
3932 |
height: 2em; |
3941 |
height: 2em; |
3933 |
border: 1px dotted #aaa; |
|
|
3934 |
} |
3942 |
} |
|
|
3943 |
|
3935 |
h3 { |
3944 |
h3 { |
3936 |
display: inline-block; |
3945 |
display: inline-block; |
3937 |
} |
3946 |
} |
|
|
3947 |
|
3938 |
#ajax_status { |
3948 |
#ajax_status { |
3939 |
display: inline-block; |
3949 |
background: #F3F3F3; |
3940 |
border: 1px solid #bcbcbc; |
3950 |
border: 1px solid #BCBCBC; |
3941 |
border-radius: 5px; |
3951 |
border-radius: 5px; |
3942 |
padding: 5px; |
3952 |
display: inline-block; |
3943 |
margin-left: 10px; |
3953 |
margin-left: 10px; |
3944 |
background: #f3f3f3; |
3954 |
padding: 5px; |
3945 |
} |
3955 |
} |
|
|
3956 |
|
3946 |
#manage_stages_help { |
3957 |
#manage_stages_help { |
3947 |
margin: 20px 0; |
3958 |
margin: 20px 0; |
3948 |
} |
3959 |
} |
Lines 3961-3967
input.renew {
Link Here
|
3961 |
.loggedin-menu-label { |
3972 |
.loggedin-menu-label { |
3962 |
color: #FFFFFF; |
3973 |
color: #FFFFFF; |
3963 |
font-size: 12px; |
3974 |
font-size: 12px; |
3964 |
line-height: 1.42857143; |
3975 |
line-height: 1.4286; |
3965 |
padding: 4px 12px; |
3976 |
padding: 4px 12px; |
3966 |
white-space: nowrap; |
3977 |
white-space: nowrap; |
3967 |
|
3978 |
|
Lines 3979-3987
input.renew {
Link Here
|
3979 |
|
3990 |
|
3980 |
/* ==== MODULE LINKS - Start ==== */ |
3991 |
/* ==== MODULE LINKS - Start ==== */ |
3981 |
.buttons-list { |
3992 |
.buttons-list { |
|
|
3993 |
max-width: 260px; |
3994 |
|
3982 |
/* List containing the module links */ |
3995 |
/* List containing the module links */ |
3983 |
padding: 0; |
3996 |
padding: 0; |
3984 |
max-width: 260px; |
|
|
3985 |
|
3997 |
|
3986 |
li { |
3998 |
li { |
3987 |
/* Standard attributes for the list elements */ |
3999 |
/* Standard attributes for the list elements */ |
Lines 3989-4005
input.renew {
Link Here
|
3989 |
margin-bottom: 15px; |
4001 |
margin-bottom: 15px; |
3990 |
|
4002 |
|
3991 |
a { |
4003 |
a { |
3992 |
padding: 10px; |
4004 |
background-color: #E0E0E0; |
3993 |
background-color: #e0e0e0; |
|
|
3994 |
border-radius: 6px; |
4005 |
border-radius: 6px; |
3995 |
color: #101010; |
4006 |
color: #101010; |
3996 |
display: block; |
4007 |
display: block; |
3997 |
font-size: 110%; |
4008 |
font-size: 110%; |
3998 |
font-weight: bold; |
4009 |
font-weight: bold; |
|
|
4010 |
padding: 10px; |
3999 |
|
4011 |
|
4000 |
&:hover { |
4012 |
&:hover { |
4001 |
background-color: $background-color-primary; |
4013 |
background-color: $background-color-primary; |
4002 |
color: white; |
4014 |
color: #FFF; |
4003 |
text-decoration: none; |
4015 |
text-decoration: none; |
4004 |
} |
4016 |
} |
4005 |
} |
4017 |
} |
Lines 4007-4030
input.renew {
Link Here
|
4007 |
} |
4019 |
} |
4008 |
|
4020 |
|
4009 |
.about h2 { |
4021 |
.about h2 { |
4010 |
border-bottom: 1px solid #bfd9b9; |
4022 |
border-bottom: 1px solid #BFD9B9; |
|
|
4023 |
margin: .5em 0; |
4011 |
padding: .5em .2em; |
4024 |
padding: .5em .2em; |
4012 |
margin: .5em 0; |
|
|
4013 |
} |
4025 |
} |
4014 |
|
4026 |
|
4015 |
.columns-2 { |
4027 |
.columns-2 { |
4016 |
columns: 2 auto; |
|
|
4017 |
column-gap: 2.5em; |
4028 |
column-gap: 2.5em; |
|
|
4029 |
columns: 2 auto; |
4018 |
} |
4030 |
} |
4019 |
|
4031 |
|
4020 |
.columns-3 { |
4032 |
.columns-3 { |
4021 |
columns: 3 auto; |
|
|
4022 |
column-gap: 2.5em; |
4033 |
column-gap: 2.5em; |
|
|
4034 |
columns: 3 auto; |
4023 |
} |
4035 |
} |
4024 |
|
4036 |
|
4025 |
.columns-4 { |
4037 |
.columns-4 { |
4026 |
columns: 4 auto; |
|
|
4027 |
column-gap: 2em; |
4038 |
column-gap: 2em; |
|
|
4039 |
columns: 4 auto; |
4028 |
} |
4040 |
} |
4029 |
|
4041 |
|
4030 |
/* ==== MODULE LINKS - End ==== */ |
4042 |
/* ==== MODULE LINKS - End ==== */ |
Lines 4034-4040
input.renew {
Link Here
|
4034 |
padding-right: .3em; |
4046 |
padding-right: .3em; |
4035 |
} |
4047 |
} |
4036 |
|
4048 |
|
4037 |
|
|
|
4038 |
#catalog-search-dropdown { |
4049 |
#catalog-search-dropdown { |
4039 |
padding: 0; |
4050 |
padding: 0; |
4040 |
|
4051 |
|
Lines 4117-4128
input.renew {
Link Here
|
4117 |
border-bottom-width: 1px; |
4128 |
border-bottom-width: 1px; |
4118 |
} |
4129 |
} |
4119 |
|
4130 |
|
4120 |
&:nth-child(odd) { |
4131 |
&:nth-child( odd ) { |
4121 |
background-color: #F8F8F8; |
4132 |
background-color: #F8F8F8; |
4122 |
} |
4133 |
} |
4123 |
} |
4134 |
} |
4124 |
|
4135 |
|
4125 |
|
|
|
4126 |
.superlibrarian-hint { |
4136 |
.superlibrarian-hint { |
4127 |
color: #000; |
4137 |
color: #000; |
4128 |
padding: .2em 0; |
4138 |
padding: .2em 0; |
Lines 4144-4150
input.renew {
Link Here
|
4144 |
border-bottom-width: 1px; |
4154 |
border-bottom-width: 1px; |
4145 |
} |
4155 |
} |
4146 |
|
4156 |
|
4147 |
&:nth-child(odd) { |
4157 |
&:nth-child( odd ) { |
4148 |
background-color: #EEE; |
4158 |
background-color: #EEE; |
4149 |
} |
4159 |
} |
4150 |
} |
4160 |
} |
Lines 4229-4236
div .suggestion_note {
Link Here
|
4229 |
} |
4239 |
} |
4230 |
|
4240 |
|
4231 |
.result_item_details { |
4241 |
.result_item_details { |
4232 |
display:inline-block; |
4242 |
display: inline-block; |
4233 |
white-space:nowrap; |
4243 |
white-space: nowrap; |
4234 |
|
4244 |
|
4235 |
&::before { |
4245 |
&::before { |
4236 |
content: "\2022"; |
4246 |
content: "\2022"; |
Lines 4242-4248
div .suggestion_note {
Link Here
|
4242 |
} |
4252 |
} |
4243 |
} |
4253 |
} |
4244 |
|
4254 |
|
4245 |
#camera, #output { |
4255 |
#camera, |
|
|
4256 |
#output { |
4246 |
border: 8px solid #EDF4F6; |
4257 |
border: 8px solid #EDF4F6; |
4247 |
padding: 1em; |
4258 |
padding: 1em; |
4248 |
} |
4259 |
} |
Lines 4267-4303
div .suggestion_note {
Link Here
|
4267 |
margin: .5em; |
4278 |
margin: .5em; |
4268 |
} |
4279 |
} |
4269 |
|
4280 |
|
4270 |
.tab-pane { |
|
|
4271 |
&.active { |
4272 |
@include clearfix(); |
4273 |
} |
4274 |
} |
4275 |
|
4276 |
#cookieConsentedJSItems { |
4281 |
#cookieConsentedJSItems { |
4277 |
#cookieConsentedJSWarning { |
4282 |
#cookieConsentedJSWarning { |
|
|
4283 |
font-size: 120%; |
4284 |
font-weight: 800; |
4278 |
margin: 20px 0; |
4285 |
margin: 20px 0; |
4279 |
text-align: center; |
4286 |
text-align: center; |
4280 |
font-weight: 800; |
|
|
4281 |
font-size: 120%; |
4282 |
} |
4287 |
} |
|
|
4288 |
|
4283 |
.cookieConsentedJSItem { |
4289 |
.cookieConsentedJSItem { |
|
|
4290 |
border: 1px solid #CCC; |
4284 |
margin-bottom: 30px; |
4291 |
margin-bottom: 30px; |
4285 |
padding: 10px; |
4292 |
padding: 10px; |
4286 |
border: 1px solid #ccc; |
|
|
4287 |
} |
4293 |
} |
|
|
4294 |
|
4288 |
.consentRow { |
4295 |
.consentRow { |
4289 |
display: flex; |
4296 |
display: flex; |
4290 |
margin-bottom: 20px; |
4297 |
margin-bottom: 20px; |
|
|
4298 |
|
4291 |
.consentItem { |
4299 |
.consentItem { |
4292 |
margin-right: 40px; |
4300 |
margin-right: 40px; |
4293 |
} |
4301 |
} |
|
|
4302 |
|
4294 |
.consentItem:last-child { |
4303 |
.consentItem:last-child { |
4295 |
margin-right: 0; |
4304 |
margin-right: 0; |
4296 |
} |
4305 |
} |
4297 |
} |
4306 |
} |
|
|
4307 |
|
4298 |
.codeRow { |
4308 |
.codeRow { |
4299 |
display: block; |
4309 |
display: block; |
4300 |
} |
4310 |
} |
|
|
4311 |
|
4301 |
.consentDelete { |
4312 |
.consentDelete { |
4302 |
display: block; |
4313 |
display: block; |
4303 |
text-align: right; |
4314 |
text-align: right; |
Lines 4306-4328
div .suggestion_note {
Link Here
|
4306 |
|
4317 |
|
4307 |
/* Cookie consent bar */ |
4318 |
/* Cookie consent bar */ |
4308 |
#cookieConsentBar { |
4319 |
#cookieConsentBar { |
|
|
4320 |
background: rgba( 0, 0, 0, .7 ); |
4321 |
bottom: 0; |
4322 |
color: rgba( 255, 255, 255, .9 ); |
4309 |
display: none; |
4323 |
display: none; |
|
|
4324 |
left: 0; |
4310 |
padding: 20px; |
4325 |
padding: 20px; |
4311 |
position: fixed; |
4326 |
position: fixed; |
4312 |
bottom: 0; |
|
|
4313 |
left: 0; |
4314 |
right: 0; |
4327 |
right: 0; |
4315 |
background: rgba(0,0,0,0.7); |
|
|
4316 |
color: rgba(255,255,255,0.9); |
4317 |
z-index: 1; |
4328 |
z-index: 1; |
4318 |
a:link, a:visited { |
4329 |
|
4319 |
color: #d7ebff; |
4330 |
a:link, |
|
|
4331 |
a:visited { |
4332 |
color: #D7EBFF; |
4320 |
} |
4333 |
} |
|
|
4334 |
|
4321 |
#consentButtons { |
4335 |
#consentButtons { |
4322 |
margin-top: 10px; |
4336 |
margin-top: 10px; |
4323 |
text-align: right; |
4337 |
text-align: right; |
4324 |
} |
4338 |
} |
4325 |
button:not(:last-child) { |
4339 |
|
|
|
4340 |
button:not( :last-child ) { |
4326 |
margin-right: 10px; |
4341 |
margin-right: 10px; |
4327 |
} |
4342 |
} |
4328 |
} |
4343 |
} |
Lines 4332-4353
div .suggestion_note {
Link Here
|
4332 |
.modal-dialog { |
4347 |
.modal-dialog { |
4333 |
width: 700px; |
4348 |
width: 700px; |
4334 |
} |
4349 |
} |
|
|
4350 |
|
4335 |
.consentModalItem { |
4351 |
.consentModalItem { |
4336 |
display: flex; |
|
|
4337 |
align-items: center; |
4352 |
align-items: center; |
4338 |
border: 1px solid #ccc; |
4353 |
border: 1px solid #CCC; |
4339 |
padding: 10px 20px; |
|
|
4340 |
border-radius: 5px; |
4354 |
border-radius: 5px; |
|
|
4355 |
display: flex; |
4356 |
padding: 10px 20px; |
4341 |
} |
4357 |
} |
4342 |
.consentModalItem:not(:last-child) { |
4358 |
|
|
|
4359 |
.consentModalItem:not( :last-child ) { |
4343 |
margin-bottom: 20px; |
4360 |
margin-bottom: 20px; |
4344 |
} |
4361 |
} |
|
|
4362 |
|
4345 |
.consentItemCheckbox { |
4363 |
.consentItemCheckbox { |
4346 |
padding-right: 20px; |
4364 |
padding-right: 20px; |
4347 |
} |
4365 |
} |
|
|
4366 |
|
4348 |
.consentItemName { |
4367 |
.consentItemName { |
4349 |
font-weight: bold; |
4368 |
font-weight: bold; |
4350 |
} |
4369 |
} |
|
|
4370 |
|
4351 |
#cookieConsentPopupText { |
4371 |
#cookieConsentPopupText { |
4352 |
margin: 20px 0; |
4372 |
margin: 20px 0; |
4353 |
} |
4373 |
} |
Lines 4357-4367
div .suggestion_note {
Link Here
|
4357 |
@import "toolbar"; |
4377 |
@import "toolbar"; |
4358 |
@import "forms"; |
4378 |
@import "forms"; |
4359 |
|
4379 |
|
4360 |
@media (min-width: 200px) { |
4380 |
@media ( max-width: 767px ) { |
4361 |
|
|
|
4362 |
} |
4363 |
|
4364 |
@media (max-width: 767px) { |
4365 |
.header-menu-link { |
4381 |
.header-menu-link { |
4366 |
display: inline-block; |
4382 |
display: inline-block; |
4367 |
} |
4383 |
} |
Lines 4388-4394
div .suggestion_note {
Link Here
|
4388 |
.open { |
4404 |
.open { |
4389 |
.dropdown-menu { |
4405 |
.dropdown-menu { |
4390 |
background-color: #352C2E; |
4406 |
background-color: #352C2E; |
4391 |
border: 1px solid #ccc; |
4407 |
border: 1px solid #CCC; |
4392 |
position: absolute; |
4408 |
position: absolute; |
4393 |
} |
4409 |
} |
4394 |
} |
4410 |
} |
Lines 4403-4412
div .suggestion_note {
Link Here
|
4403 |
padding-left: 1.5em; |
4419 |
padding-left: 1.5em; |
4404 |
|
4420 |
|
4405 |
&:hover { |
4421 |
&:hover { |
4406 |
text-decoration: underline; |
|
|
4407 |
color: #FFF; |
4408 |
background-color: #352C2E; |
4422 |
background-color: #352C2E; |
4409 |
background-image: none; |
4423 |
background-image: none; |
|
|
4424 |
color: #FFF; |
4425 |
text-decoration: underline; |
4410 |
} |
4426 |
} |
4411 |
} |
4427 |
} |
4412 |
|
4428 |
|
Lines 4445-4451
div .suggestion_note {
Link Here
|
4445 |
#user-menu { |
4461 |
#user-menu { |
4446 |
.open { |
4462 |
.open { |
4447 |
.dropdown-menu { |
4463 |
.dropdown-menu { |
4448 |
background-color: #352c35; |
4464 |
background-color: #352C35; |
4449 |
position: absolute; |
4465 |
position: absolute; |
4450 |
} |
4466 |
} |
4451 |
} |
4467 |
} |
Lines 4460-4469
div .suggestion_note {
Link Here
|
4460 |
} |
4476 |
} |
4461 |
} |
4477 |
} |
4462 |
|
4478 |
|
4463 |
@media (max-width: 768px) { |
4479 |
@media ( max-width: 768px ) { |
4464 |
.navbar-nav { |
4480 |
.navbar-nav { |
4465 |
li { |
4481 |
li { |
4466 |
|
|
|
4467 |
a { |
4482 |
a { |
4468 |
padding: .4em .6em; |
4483 |
padding: .4em .6em; |
4469 |
} |
4484 |
} |
Lines 4489-4498
div .suggestion_note {
Link Here
|
4489 |
} |
4504 |
} |
4490 |
} |
4505 |
} |
4491 |
|
4506 |
|
4492 |
@media (min-width: 800px) { |
4507 |
@media ( min-width: 800px ) { |
4493 |
|
|
|
4494 |
|
4495 |
|
4496 |
#helper { |
4508 |
#helper { |
4497 |
i { |
4509 |
i { |
4498 |
display: none; |
4510 |
display: none; |
Lines 4540-4549
div .suggestion_note {
Link Here
|
4540 |
} |
4552 |
} |
4541 |
|
4553 |
|
4542 |
body.modalprinter .modal-dialog.focused { |
4554 |
body.modalprinter .modal-dialog.focused { |
4543 |
position: absolute; |
|
|
4544 |
padding: 0; |
4545 |
margin: 0; |
4546 |
left: 0; |
4555 |
left: 0; |
|
|
4556 |
margin: 0; |
4557 |
padding: 0; |
4558 |
position: absolute; |
4547 |
top: 0; |
4559 |
top: 0; |
4548 |
} |
4560 |
} |
4549 |
|
4561 |
|
4550 |
- |
|
|