|
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 80-126
a {
Link Here
|
| 80 |
} |
80 |
} |
| 81 |
|
81 |
|
| 82 |
&.settings { |
82 |
&.settings { |
| 83 |
i, img { |
83 |
i, |
| 84 |
text-align: center; |
84 |
img { |
| 85 |
color: $green-text-color; |
85 |
align-items: center; |
|
|
86 |
background-color: transparent; |
| 86 |
border: solid 3px $background-color-secondary; |
87 |
border: solid 3px $background-color-secondary; |
| 87 |
border-radius: 50%; |
88 |
border-radius: 50%; |
| 88 |
background-color: transparent; |
89 |
box-sizing: content-box; |
| 89 |
width: 40px; |
90 |
color: $green-text-color; |
|
|
91 |
display: flex; |
| 90 |
height: 40px; |
92 |
height: 40px; |
|
|
93 |
justify-content: center; |
| 91 |
margin-bottom: 5px; |
94 |
margin-bottom: 5px; |
| 92 |
margin-left: auto; |
95 |
margin-left: auto; |
| 93 |
margin-right: auto; |
96 |
margin-right: auto; |
| 94 |
padding: 5px; |
97 |
padding: 5px; |
| 95 |
align-items: center; |
98 |
text-align: center; |
| 96 |
justify-content: center; |
99 |
width: 40px; |
| 97 |
box-sizing: content-box; |
|
|
| 98 |
display: flex; |
| 99 |
|
| 100 |
} |
100 |
} |
| 101 |
|
101 |
|
| 102 |
&:hover { |
102 |
&:hover { |
| 103 |
color: $green-text-color; |
103 |
color: $green-text-color; |
| 104 |
text-decoration: none; |
|
|
| 105 |
font-weight: bold; |
104 |
font-weight: bold; |
|
|
105 |
text-decoration: none; |
| 106 |
|
106 |
|
| 107 |
i, img { |
107 |
i, |
| 108 |
border-color: $background-color-primary; |
108 |
img { |
| 109 |
background-color: transparent; |
109 |
background-color: transparent; |
|
|
110 |
border-color: $background-color-primary; |
| 110 |
color: $green-text-color; |
111 |
color: $green-text-color; |
| 111 |
} |
112 |
} |
| 112 |
|
|
|
| 113 |
} |
113 |
} |
| 114 |
|
114 |
|
| 115 |
img { |
115 |
img { |
| 116 |
max-width: 30px; |
|
|
| 117 |
height: auto; |
116 |
height: auto; |
|
|
117 |
max-width: 30px; |
| 118 |
padding: 10px; |
118 |
padding: 10px; |
| 119 |
} |
119 |
} |
| 120 |
} |
120 |
} |
| 121 |
|
121 |
|
| 122 |
&.csv { |
122 |
&.csv { |
| 123 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
123 |
background-image: url( "../img/famfamfam/silk/page_white_excel.png" ); |
|
|
124 |
} |
| 125 |
|
| 126 |
.ctrl_link { |
| 127 |
display: inline-block; |
| 128 |
padding-right: 1rem; |
| 124 |
} |
129 |
} |
| 125 |
|
130 |
|
| 126 |
&.dropdown-toggle { |
131 |
&.dropdown-toggle { |
|
Lines 156-166
a {
Link Here
|
| 156 |
} |
161 |
} |
| 157 |
|
162 |
|
| 158 |
&.pdf { |
163 |
&.pdf { |
| 159 |
background-image: url("../img/famfamfam/silk/page_white_acrobat.png"); |
164 |
background-image: url( "../img/famfamfam/silk/page_white_acrobat.png" ); |
| 160 |
} |
165 |
} |
| 161 |
|
166 |
|
| 162 |
&.submit { |
167 |
&.submit { |
| 163 |
@include default-button; |
168 |
@include default-button; |
|
|
169 |
|
| 164 |
display: inline-block; |
170 |
display: inline-block; |
| 165 |
|
171 |
|
| 166 |
&:active { |
172 |
&:active { |
|
Lines 177-200
a {
Link Here
|
| 177 |
} |
183 |
} |
| 178 |
|
184 |
|
| 179 |
&.xml { |
185 |
&.xml { |
| 180 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
186 |
background-image: url( "../img/famfamfam/silk/page_white_code.png" ); |
| 181 |
} |
187 |
} |
| 182 |
} |
188 |
} |
| 183 |
|
189 |
|
| 184 |
|
|
|
| 185 |
#resetZ3950Search { |
190 |
#resetZ3950Search { |
| 186 |
font-size: 110%; |
|
|
| 187 |
color: $green-text-color; |
191 |
color: $green-text-color; |
|
|
192 |
font-size: 110%; |
| 188 |
} |
193 |
} |
| 189 |
|
194 |
|
| 190 |
a { |
|
|
| 191 |
.ctrl_link { |
| 192 |
display: inline-block; |
| 193 |
padding-right: 1rem; |
| 194 |
} |
| 195 |
} |
| 196 |
|
| 197 |
|
| 198 |
aside { |
195 |
aside { |
| 199 |
h5 { |
196 |
h5 { |
| 200 |
font-size: 100%; |
197 |
font-size: 100%; |
|
Lines 230-236
aside {
Link Here
|
| 230 |
|
227 |
|
| 231 |
input[type="text"], |
228 |
input[type="text"], |
| 232 |
select { |
229 |
select { |
| 233 |
height: calc(1.5em + .75rem + 2px); |
230 |
height: calc( 1.5em + .75rem + 2px ); |
| 234 |
} |
231 |
} |
| 235 |
|
232 |
|
| 236 |
label { |
233 |
label { |
|
Lines 293-308
aside {
Link Here
|
| 293 |
|
290 |
|
| 294 |
.flatpickr-input { |
291 |
.flatpickr-input { |
| 295 |
margin-right: 3px; |
292 |
margin-right: 3px; |
| 296 |
width: calc(100% - 20px); |
293 |
width: calc( 100% - 20px ); |
| 297 |
} |
294 |
} |
| 298 |
|
295 |
|
| 299 |
&+.action { |
296 |
& + .action { |
| 300 |
background-color: #FFF; |
297 |
background-color: #FFF; |
| 301 |
display: flex; |
298 |
display: flex; |
| 302 |
margin-left: 0; |
299 |
margin-left: 0; |
| 303 |
padding: 1rem; |
300 |
padding: 1rem; |
| 304 |
|
301 |
|
| 305 |
input, button, a { |
302 |
input, |
|
|
303 |
button, |
| 304 |
a { |
| 306 |
display: block; |
305 |
display: block; |
| 307 |
flex-grow: 1; |
306 |
flex-grow: 1; |
| 308 |
} |
307 |
} |
|
Lines 311-327
aside {
Link Here
|
| 311 |
} |
310 |
} |
| 312 |
} |
311 |
} |
| 313 |
|
312 |
|
| 314 |
#menu, #navmenulist, #serialmenu { |
313 |
#menu, |
| 315 |
background-color: #e6e6e6; |
314 |
#navmenulist, |
|
|
315 |
#serialmenu { |
| 316 |
background-color: #E6E6E6; |
| 316 |
display: block; |
317 |
display: block; |
| 317 |
padding: 1em 0 1em 0; |
318 |
padding: 1em 0 1em 0; |
| 318 |
|
319 |
|
| 319 |
h5 { |
320 |
h5 { |
| 320 |
padding-left: .5em; |
|
|
| 321 |
color: #666; |
321 |
color: #666; |
| 322 |
font-weight: bold; |
|
|
| 323 |
font-size: 1.3em; |
322 |
font-size: 1.3em; |
|
|
323 |
font-weight: bold; |
| 324 |
margin-top: 0; |
324 |
margin-top: 0; |
|
|
325 |
padding-left: .5em; |
| 325 |
} |
326 |
} |
| 326 |
|
327 |
|
| 327 |
ul { |
328 |
ul { |
|
Lines 339-359
aside {
Link Here
|
| 339 |
border-left: 5px solid #E6E6E6; |
340 |
border-left: 5px solid #E6E6E6; |
| 340 |
color: #000; |
341 |
color: #000; |
| 341 |
display: block; |
342 |
display: block; |
| 342 |
text-decoration: none; |
|
|
| 343 |
padding: .7em .3em .7em 1.2em; |
343 |
padding: .7em .3em .7em 1.2em; |
|
|
344 |
text-decoration: none; |
| 344 |
} |
345 |
} |
| 345 |
|
346 |
|
| 346 |
&.active > a, |
347 |
&.active > a, |
| 347 |
a:hover, |
348 |
a:hover, |
| 348 |
a.current { |
349 |
a.current { |
| 349 |
background-color: #F3F4F4; |
350 |
background-color: #F3F4F4; |
| 350 |
text-decoration: none; |
|
|
| 351 |
color: $green-text-color; |
| 352 |
border-left: solid 5px $background-color-primary; |
351 |
border-left: solid 5px $background-color-primary; |
|
|
352 |
color: $green-text-color; |
| 353 |
font-weight: bold; |
353 |
font-weight: bold; |
|
|
354 |
text-decoration: none; |
| 354 |
} |
355 |
} |
| 355 |
|
356 |
|
| 356 |
a:hover:not(.current) { |
357 |
a:hover:not( .current ) { |
| 357 |
border-left: solid 5px $background-color-secondary; |
358 |
border-left: solid 5px $background-color-secondary; |
| 358 |
font-weight: normal; |
359 |
font-weight: normal; |
| 359 |
} |
360 |
} |
|
Lines 366-377
aside {
Link Here
|
| 366 |
} |
367 |
} |
| 367 |
} |
368 |
} |
| 368 |
|
369 |
|
| 369 |
#admin_preferences #menu{ |
370 |
#admin_preferences #menu { |
| 370 |
|
|
|
| 371 |
ul { |
371 |
ul { |
| 372 |
|
|
|
| 373 |
ul { |
372 |
ul { |
| 374 |
background-color: #f3f4f4; |
373 |
background-color: #F3F4F4; |
| 375 |
font-size: 85%; |
374 |
font-size: 85%; |
| 376 |
} |
375 |
} |
| 377 |
} |
376 |
} |
|
Lines 384-393
div {
Link Here
|
| 384 |
display: inline; |
383 |
display: inline; |
| 385 |
} |
384 |
} |
| 386 |
|
385 |
|
| 387 |
|
|
|
| 388 |
&.koha-mainpage { |
386 |
&.koha-mainpage { |
| 389 |
display: flex; |
|
|
| 390 |
align-items: center; |
387 |
align-items: center; |
|
|
388 |
display: flex; |
| 391 |
justify-content: center; |
389 |
justify-content: center; |
| 392 |
} |
390 |
} |
| 393 |
|
391 |
|
|
Lines 398-408
div {
Link Here
|
| 398 |
float: right; |
396 |
float: right; |
| 399 |
|
397 |
|
| 400 |
li { |
398 |
li { |
|
|
399 |
height: auto; |
| 401 |
list-style-type: none; |
400 |
list-style-type: none; |
| 402 |
margin-bottom: 0; |
401 |
margin-bottom: 0; |
| 403 |
height: auto; |
|
|
| 404 |
width: 150px; |
| 405 |
padding: 5px 10px; |
402 |
padding: 5px 10px; |
|
|
403 |
width: 150px; |
| 406 |
|
404 |
|
| 407 |
a, |
405 |
a, |
| 408 |
a:visited, |
406 |
a:visited, |
|
Lines 412-417
div {
Link Here
|
| 412 |
} |
410 |
} |
| 413 |
} |
411 |
} |
| 414 |
} |
412 |
} |
|
|
413 |
|
| 414 |
&.action { |
| 415 |
background-color: transparent; |
| 416 |
border: 0; |
| 417 |
clear: both; |
| 418 |
float: none; |
| 419 |
margin: .9em 0 0; |
| 420 |
padding: .4em; |
| 421 |
width: auto; |
| 422 |
} |
| 423 |
|
| 424 |
.renew_formfield { |
| 425 |
margin-bottom: 1em; |
| 426 |
} |
| 427 |
|
| 428 |
.circmessage { |
| 429 |
padding: .4em; |
| 430 |
|
| 431 |
.circmessage { |
| 432 |
margin-bottom: .3em; |
| 433 |
} |
| 434 |
} |
| 435 |
|
| 436 |
&.first { |
| 437 |
fieldset { |
| 438 |
margin-right: 0; |
| 439 |
} |
| 440 |
} |
| 441 |
|
| 442 |
&.help { |
| 443 |
margin: .9em 0 0; |
| 444 |
} |
| 445 |
|
| 446 |
&.justify { |
| 447 |
text-align: justify; |
| 448 |
} |
| 449 |
|
| 450 |
&.note { |
| 451 |
background-color: #CFE2FF; |
| 452 |
margin: .5em 0; |
| 453 |
padding: .5em; |
| 454 |
|
| 455 |
i { |
| 456 |
&.fa-exclamation { |
| 457 |
color: $warning-text-color; |
| 458 |
font-style: italic; |
| 459 |
padding: 0 .3em; |
| 460 |
} |
| 461 |
} |
| 462 |
} |
| 463 |
|
| 464 |
// Tools > automatic_item_modification_by_age |
| 465 |
&.rules { |
| 466 |
display: block; |
| 467 |
} |
| 468 |
|
| 469 |
&[class$="_table_controls"] { |
| 470 |
padding: .7em 0; |
| 471 |
} |
| 472 |
|
| 473 |
&.results { |
| 474 |
padding: .7em 0; |
| 475 |
} |
| 476 |
|
| 477 |
&.rule { |
| 478 |
background-color: #F4F8F9; |
| 479 |
border: 2px solid #BFD9B9; |
| 480 |
border-radius: 5px; |
| 481 |
margin: .3em; |
| 482 |
padding: .3em; |
| 483 |
} |
| 484 |
|
| 485 |
&.lastchecked { |
| 486 |
background-color: #FFF; |
| 487 |
border: 2px solid #BCDB89; |
| 488 |
padding: .2em 1em; |
| 489 |
} |
| 490 |
|
| 491 |
&.listgroup { |
| 492 |
clear: left; |
| 493 |
|
| 494 |
h4 { |
| 495 |
font-style: italic; |
| 496 |
|
| 497 |
a { |
| 498 |
font-size: 80%; |
| 499 |
} |
| 500 |
} |
| 501 |
} |
| 502 |
|
| 503 |
&.sysprefs { |
| 504 |
h3 { |
| 505 |
margin: .2em 0 .2em .4em; |
| 506 |
} |
| 507 |
|
| 508 |
dl { |
| 509 |
margin-left: 1.5em; |
| 510 |
} |
| 511 |
|
| 512 |
&.hint { |
| 513 |
float: right; |
| 514 |
margin: .7em; |
| 515 |
padding: .5em; |
| 516 |
width: 25%; |
| 517 |
} |
| 518 |
} |
| 519 |
|
| 520 |
&.rows { |
| 521 |
margin: 0; |
| 522 |
padding: 0; |
| 523 |
width: 100%; |
| 524 |
|
| 525 |
+ div { |
| 526 |
&.rows { |
| 527 |
margin-top: .6em; |
| 528 |
} |
| 529 |
} |
| 530 |
|
| 531 |
li { |
| 532 |
border-bottom: 1px solid #EEE; |
| 533 |
list-style-type: none; |
| 534 |
padding: .275em; |
| 535 |
width: 100%; |
| 536 |
} |
| 537 |
|
| 538 |
ol { |
| 539 |
list-style-type: none; |
| 540 |
padding: .5em 1em 0 0; |
| 541 |
|
| 542 |
li { |
| 543 |
li { |
| 544 |
border-bottom: 0; |
| 545 |
} |
| 546 |
} |
| 547 |
} |
| 548 |
|
| 549 |
p { |
| 550 |
margin-left: 10em; |
| 551 |
} |
| 552 |
|
| 553 |
span { |
| 554 |
&.label { |
| 555 |
display: inline-block; |
| 556 |
font-weight: bold; |
| 557 |
margin-right: 1em; |
| 558 |
padding-top: 0; |
| 559 |
text-align: left; |
| 560 |
vertical-align: top; |
| 561 |
white-space: normal; |
| 562 |
width: 9em; |
| 563 |
} |
| 564 |
} |
| 565 |
} |
| 566 |
|
| 567 |
&.pages { |
| 568 |
margin: .5em 0; |
| 569 |
|
| 570 |
a { |
| 571 |
font-weight: bold; |
| 572 |
padding: 1px 5px; |
| 573 |
text-decoration: none; |
| 574 |
|
| 575 |
&:link, |
| 576 |
&:visited { |
| 577 |
background-color: #EEEEEE; |
| 578 |
color: #3366CC; |
| 579 |
} |
| 580 |
|
| 581 |
&:hover, |
| 582 |
&:active { |
| 583 |
background-color: #FFC; |
| 584 |
} |
| 585 |
} |
| 586 |
|
| 587 |
.current, |
| 588 |
.currentPage { |
| 589 |
background-color: #E6FCB7; |
| 590 |
color: #666; |
| 591 |
font-weight: bold; |
| 592 |
padding: 1px 5px; |
| 593 |
} |
| 594 |
|
| 595 |
.inactive { |
| 596 |
background-color: #F3F3F3; |
| 597 |
color: #BCBCBC; |
| 598 |
font-weight: bold; |
| 599 |
padding: 1px 5px; |
| 600 |
} |
| 601 |
} |
| 602 |
|
| 603 |
.browse { |
| 604 |
margin: .5em 0; |
| 605 |
} |
| 415 |
} |
606 |
} |
| 416 |
|
607 |
|
| 417 |
button { |
608 |
button { |
|
Lines 446-457
main {
Link Here
|
| 446 |
} |
637 |
} |
| 447 |
|
638 |
|
| 448 |
body { |
639 |
body { |
|
|
640 |
background-color: #F3F4F4; |
| 449 |
font-family: $font-family-sans-serif; |
641 |
font-family: $font-family-sans-serif; |
| 450 |
font-size: 13px; |
642 |
font-size: 13px; |
| 451 |
line-height: 1.22; |
643 |
line-height: 1.22; |
| 452 |
padding: 0 0 4em; |
644 |
padding: 0 0 4em; |
| 453 |
text-align: left; |
645 |
text-align: left; |
| 454 |
background-color: #F3F4F4; |
|
|
| 455 |
|
646 |
|
| 456 |
&.nobackdrop { |
647 |
&.nobackdrop { |
| 457 |
.modal-backdrop { |
648 |
.modal-backdrop { |
|
Lines 484-490
form {
Link Here
|
| 484 |
} |
675 |
} |
| 485 |
|
676 |
|
| 486 |
.notification_method, |
677 |
.notification_method, |
| 487 |
#main_contact_method { |
678 |
#main_contact_method { |
| 488 |
background-color: #FFE; |
679 |
background-color: #FFE; |
| 489 |
border: 1px solid #CCC; |
680 |
border: 1px solid #CCC; |
| 490 |
border-radius: 5px; |
681 |
border-radius: 5px; |
|
Lines 510-524
h1 {
Link Here
|
| 510 |
} |
701 |
} |
| 511 |
|
702 |
|
| 512 |
h2 { |
703 |
h2 { |
|
|
704 |
color: #696969; |
| 513 |
font-size: 150%; |
705 |
font-size: 150%; |
| 514 |
font-weight: bold; |
706 |
font-weight: bold; |
| 515 |
color: #696969; |
|
|
| 516 |
} |
707 |
} |
| 517 |
|
708 |
|
| 518 |
h3 { |
709 |
h3 { |
|
|
710 |
color: #696969; |
| 519 |
font-size: 131%; |
711 |
font-size: 131%; |
| 520 |
font-weight: bold; |
712 |
font-weight: bold; |
| 521 |
color: #696969; |
|
|
| 522 |
} |
713 |
} |
| 523 |
|
714 |
|
| 524 |
h4 { |
715 |
h4 { |
|
Lines 589-600
textarea {
Link Here
|
| 589 |
input { |
780 |
input { |
| 590 |
&[type="submit"] { |
781 |
&[type="submit"] { |
| 591 |
@include primary-button; |
782 |
@include primary-button; |
|
|
783 |
|
| 592 |
padding: .5em 1em; |
784 |
padding: .5em 1em; |
| 593 |
} |
785 |
} |
| 594 |
|
786 |
|
| 595 |
&[type="reset"], |
787 |
&[type="reset"], |
| 596 |
&[type="button"] { |
788 |
&[type="button"] { |
| 597 |
@include default-button; |
789 |
@include default-button; |
|
|
790 |
|
| 598 |
padding: .5em 1em; |
791 |
padding: .5em 1em; |
| 599 |
|
792 |
|
| 600 |
&:disabled { |
793 |
&:disabled { |
|
Lines 610-615
input {
Link Here
|
| 610 |
|
803 |
|
| 611 |
&.submit { |
804 |
&.submit { |
| 612 |
@include primary-button; |
805 |
@include primary-button; |
|
|
806 |
|
| 613 |
padding: .5em 1em; |
807 |
padding: .5em 1em; |
| 614 |
|
808 |
|
| 615 |
&:disabled { |
809 |
&:disabled { |
|
Lines 672-678
label,
Link Here
|
| 672 |
margin-top: 1em; |
866 |
margin-top: 1em; |
| 673 |
} |
867 |
} |
| 674 |
|
868 |
|
| 675 |
.main, main { |
869 |
.main, |
|
|
870 |
main { |
| 676 |
& > .row > div > aside { |
871 |
& > .row > div > aside { |
| 677 |
margin-left: -15px; |
872 |
margin-left: -15px; |
| 678 |
} |
873 |
} |
|
Lines 788-798
fieldset {
Link Here
|
| 788 |
} |
983 |
} |
| 789 |
|
984 |
|
| 790 |
&.standard { |
985 |
&.standard { |
| 791 |
background-color:#F4F8F9 !important; |
986 |
background-color: #F4F8F9 !important; |
| 792 |
} |
987 |
} |
| 793 |
|
988 |
|
| 794 |
&.contrast { |
989 |
&.contrast { |
| 795 |
background-color:#F3F3F3 !important; |
990 |
background-color: #F3F3F3 !important; |
| 796 |
} |
991 |
} |
| 797 |
|
992 |
|
| 798 |
&.action { |
993 |
&.action { |
|
Lines 871-877
fieldset {
Link Here
|
| 871 |
} |
1066 |
} |
| 872 |
} |
1067 |
} |
| 873 |
|
1068 |
|
| 874 |
|
|
|
| 875 |
ol { |
1069 |
ol { |
| 876 |
li { |
1070 |
li { |
| 877 |
list-style-type: none; |
1071 |
list-style-type: none; |
|
Lines 881-894
fieldset {
Link Here
|
| 881 |
|
1075 |
|
| 882 |
div { |
1076 |
div { |
| 883 |
&.help-block { |
1077 |
&.help-block { |
|
|
1078 |
color: #737373; |
| 884 |
display: block; |
1079 |
display: block; |
| 885 |
margin-top: 5px; |
|
|
| 886 |
margin-bottom: 10px; |
1080 |
margin-bottom: 10px; |
| 887 |
color: #737373; |
1081 |
margin-top: 5px; |
| 888 |
|
1082 |
|
| 889 |
li { |
1083 |
li { |
| 890 |
list-style-type: unset; |
|
|
| 891 |
list-style-position: inside; |
1084 |
list-style-position: inside; |
|
|
1085 |
list-style-type: unset; |
| 892 |
} |
1086 |
} |
| 893 |
} |
1087 |
} |
| 894 |
} |
1088 |
} |
|
Lines 921-929
details[open] {
Link Here
|
| 921 |
} |
1115 |
} |
| 922 |
} |
1116 |
} |
| 923 |
|
1117 |
|
| 924 |
|
|
|
| 925 |
#floating-save { |
1118 |
#floating-save { |
| 926 |
background-color: rgba(185, 216, 217, .6); |
1119 |
background-color: rgba( 185, 216, 217, .6 ); |
| 927 |
bottom: 3%; |
1120 |
bottom: 3%; |
| 928 |
position: fixed; |
1121 |
position: fixed; |
| 929 |
right: 1%; |
1122 |
right: 1%; |
|
Lines 935-941
details[open] {
Link Here
|
| 935 |
justify-content: space-between; |
1128 |
justify-content: space-between; |
| 936 |
} |
1129 |
} |
| 937 |
|
1130 |
|
| 938 |
#breadcrumbs, #shortcut { |
1131 |
#breadcrumbs, |
|
|
1132 |
#shortcut { |
| 939 |
background-color: transparent; |
1133 |
background-color: transparent; |
| 940 |
clear: both; |
1134 |
clear: both; |
| 941 |
margin: 0; |
1135 |
margin: 0; |
|
Lines 950-964
details[open] {
Link Here
|
| 950 |
|
1144 |
|
| 951 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
1145 |
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] { |
| 952 |
color: $green-text-color; |
1146 |
color: $green-text-color; |
| 953 |
visibility: hidden; |
|
|
| 954 |
font-size: 1px; |
1147 |
font-size: 1px; |
| 955 |
letter-spacing: -1px; |
1148 |
letter-spacing: -1px; |
|
|
1149 |
visibility: hidden; |
| 956 |
|
1150 |
|
| 957 |
&::before { |
1151 |
&::before { |
| 958 |
content: "\f015"; |
1152 |
content: "\f015"; |
| 959 |
font-family: "Font Awesome 6 Free"; |
1153 |
font-family: "Font Awesome 6 Free"; |
| 960 |
font-style: normal; |
|
|
| 961 |
font-size: 12px; |
1154 |
font-size: 12px; |
|
|
1155 |
font-style: normal; |
| 962 |
padding-right: .3em; |
1156 |
padding-right: .3em; |
| 963 |
visibility: visible; |
1157 |
visibility: visible; |
| 964 |
} |
1158 |
} |
|
Lines 968-1175
details[open] {
Link Here
|
| 968 |
} |
1162 |
} |
| 969 |
} |
1163 |
} |
| 970 |
|
1164 |
|
| 971 |
#header { |
1165 |
#header { |
| 972 |
+ #breadcrumbs { |
1166 |
+ #breadcrumbs { |
| 973 |
margin-top: 1em; |
1167 |
margin-top: 1em; |
| 974 |
} |
|
|
| 975 |
|
| 976 |
> .container-fluid { |
| 977 |
padding: 0; |
| 978 |
} |
| 979 |
} |
| 980 |
|
| 981 |
div { |
| 982 |
&.action { |
| 983 |
background-color: transparent; |
| 984 |
border: 0; |
| 985 |
clear: both; |
| 986 |
float: none; |
| 987 |
margin: .9em 0 0; |
| 988 |
padding: .4em; |
| 989 |
width: auto; |
| 990 |
} |
| 991 |
|
| 992 |
.renew_formfield { |
| 993 |
margin-bottom: 1em; |
| 994 |
} |
| 995 |
|
| 996 |
.circmessage { |
| 997 |
padding: .4em; |
| 998 |
|
| 999 |
.circmessage { |
| 1000 |
margin-bottom: .3em; |
| 1001 |
} |
| 1002 |
} |
| 1003 |
|
| 1004 |
&.first { |
| 1005 |
fieldset { |
| 1006 |
margin-right: 0; |
| 1007 |
} |
| 1008 |
} |
| 1009 |
|
| 1010 |
&.help { |
| 1011 |
margin: .9em 0 0; |
| 1012 |
} |
| 1013 |
|
| 1014 |
&.justify { |
| 1015 |
text-align: justify; |
| 1016 |
} |
| 1017 |
|
| 1018 |
&.note { |
| 1019 |
background-color: #CFE2FF; |
| 1020 |
margin: .5em 0; |
| 1021 |
padding: .5em; |
| 1022 |
|
| 1023 |
i { |
| 1024 |
&.fa-exclamation { |
| 1025 |
color: $warning-text-color; |
| 1026 |
font-style: italic; |
| 1027 |
padding: 0 .3em; |
| 1028 |
} |
| 1029 |
} |
| 1030 |
} |
| 1031 |
|
| 1032 |
// Tools > automatic_item_modification_by_age |
| 1033 |
&.rules { |
| 1034 |
display: block; |
| 1035 |
} |
| 1036 |
|
| 1037 |
&[class$="_table_controls"] { |
| 1038 |
padding: .7em 0; |
| 1039 |
} |
| 1040 |
|
| 1041 |
&.results { |
| 1042 |
padding: .7em 0; |
| 1043 |
} |
| 1044 |
|
| 1045 |
&.rule { |
| 1046 |
background-color: #F4F8F9; |
| 1047 |
border: 2px solid #bfd9b9; |
| 1048 |
border-radius: 5px; |
| 1049 |
margin: .3em; |
| 1050 |
padding: .3em; |
| 1051 |
} |
| 1052 |
|
| 1053 |
&.lastchecked { |
| 1054 |
background-color: #FFF; |
| 1055 |
border: 2px solid #BCDB89; |
| 1056 |
padding: .2em 1em; |
| 1057 |
} |
| 1058 |
|
| 1059 |
&.listgroup { |
| 1060 |
clear: left; |
| 1061 |
|
| 1062 |
h4 { |
| 1063 |
font-style: italic; |
| 1064 |
|
| 1065 |
a { |
| 1066 |
font-size: 80%; |
| 1067 |
} |
| 1068 |
} |
| 1069 |
} |
| 1070 |
|
| 1071 |
&.sysprefs { |
| 1072 |
h3 { |
| 1073 |
margin: .2em 0 .2em .4em; |
| 1074 |
} |
| 1075 |
|
| 1076 |
dl { |
| 1077 |
margin-left: 1.5em; |
| 1078 |
} |
| 1079 |
|
| 1080 |
&.hint { |
| 1081 |
float: right; |
| 1082 |
margin: .7em; |
| 1083 |
padding: .5em; |
| 1084 |
width: 25%; |
| 1085 |
} |
| 1086 |
} |
| 1087 |
|
| 1088 |
&.rows { |
| 1089 |
margin: 0; |
| 1090 |
padding: 0; |
| 1091 |
width: 100%; |
| 1092 |
|
| 1093 |
+ div { |
| 1094 |
&.rows { |
| 1095 |
margin-top: .6em; |
| 1096 |
} |
| 1097 |
} |
| 1098 |
|
| 1099 |
li { |
| 1100 |
border-bottom: 1px solid #EEE; |
| 1101 |
list-style-type: none; |
| 1102 |
padding: .275em; |
| 1103 |
width: 100%; |
| 1104 |
} |
| 1105 |
|
| 1106 |
ol { |
| 1107 |
list-style-type: none; |
| 1108 |
padding: .5em 1em 0 0; |
| 1109 |
|
| 1110 |
li { |
| 1111 |
li { |
| 1112 |
border-bottom: 0; |
| 1113 |
} |
| 1114 |
} |
| 1115 |
} |
| 1116 |
|
| 1117 |
p { |
| 1118 |
margin-left: 10em; |
| 1119 |
} |
| 1120 |
|
| 1121 |
span { |
| 1122 |
&.label { |
| 1123 |
display: inline-block; |
| 1124 |
font-weight: bold; |
| 1125 |
margin-right: 1em; |
| 1126 |
padding-top: 0; |
| 1127 |
text-align: left; |
| 1128 |
vertical-align: top; |
| 1129 |
width: 9em; |
| 1130 |
white-space: normal; |
| 1131 |
} |
| 1132 |
} |
| 1133 |
} |
| 1134 |
|
| 1135 |
&.pages { |
| 1136 |
margin: .5em 0; |
| 1137 |
|
| 1138 |
a { |
| 1139 |
font-weight: bold; |
| 1140 |
padding: 1px 5px; |
| 1141 |
text-decoration: none; |
| 1142 |
|
| 1143 |
&:link, |
| 1144 |
&:visited { |
| 1145 |
background-color: #EEEEEE; |
| 1146 |
color: #3366CC; |
| 1147 |
} |
| 1148 |
|
| 1149 |
&:hover, |
| 1150 |
&:active { |
| 1151 |
background-color: #FFC; |
| 1152 |
} |
| 1153 |
} |
| 1154 |
|
| 1155 |
.current, |
| 1156 |
.currentPage { |
| 1157 |
background-color: #E6FCB7; |
| 1158 |
color: #666; |
| 1159 |
font-weight: bold; |
| 1160 |
padding: 1px 5px; |
| 1161 |
} |
| 1162 |
|
| 1163 |
.inactive { |
| 1164 |
background-color: #F3F3F3; |
| 1165 |
color: #BCBCBC; |
| 1166 |
font-weight: bold; |
| 1167 |
padding: 1px 5px; |
| 1168 |
} |
| 1169 |
} |
1168 |
} |
| 1170 |
|
1169 |
|
| 1171 |
.browse { |
1170 |
> .container-fluid { |
| 1172 |
margin: .5em 0; |
1171 |
padding: 0; |
| 1173 |
} |
1172 |
} |
| 1174 |
} |
1173 |
} |
| 1175 |
|
1174 |
|
|
Lines 1212-1232
dd {
Link Here
|
| 1212 |
} |
1211 |
} |
| 1213 |
} |
1212 |
} |
| 1214 |
|
1213 |
|
| 1215 |
|
|
|
| 1216 |
.patroninfo { |
1214 |
.patroninfo { |
| 1217 |
margin-right: .5em; |
1215 |
background-color: #E6E6E6; |
| 1218 |
padding-top: 1em; |
|
|
| 1219 |
background-color: #e6e6e6; |
| 1220 |
color: #000; |
1216 |
color: #000; |
| 1221 |
left: -10px; |
1217 |
left: -10px; |
| 1222 |
width: 100%; |
1218 |
margin-right: .5em; |
| 1223 |
padding-bottom: 25px; |
1219 |
padding-bottom: 25px; |
|
|
1220 |
padding-top: 1em; |
| 1221 |
width: 100%; |
| 1224 |
|
1222 |
|
| 1225 |
h5 { |
1223 |
h5 { |
|
|
1224 |
color: #000; |
| 1225 |
font-weight: bold; |
| 1226 |
margin-bottom: 0; |
1226 |
margin-bottom: 0; |
| 1227 |
padding: .5em .9em; |
1227 |
padding: .5em .9em; |
| 1228 |
font-weight: bold; |
|
|
| 1229 |
color: #000; |
| 1230 |
|
1228 |
|
| 1231 |
&:empty { |
1229 |
&:empty { |
| 1232 |
border-right: 0; |
1230 |
border-right: 0; |
|
Lines 1250-1256
dd {
Link Here
|
| 1250 |
li { |
1248 |
li { |
| 1251 |
list-style-type: none; |
1249 |
list-style-type: none; |
| 1252 |
margin: 0; |
1250 |
margin: 0; |
| 1253 |
|
|
|
| 1254 |
} |
1251 |
} |
| 1255 |
} |
1252 |
} |
| 1256 |
|
1253 |
|
|
Lines 1264-1272
dd {
Link Here
|
| 1264 |
} |
1261 |
} |
| 1265 |
|
1262 |
|
| 1266 |
.patroninfo-heading { |
1263 |
.patroninfo-heading { |
| 1267 |
padding: .5em; |
|
|
| 1268 |
margin-bottom: .3em; |
| 1269 |
clear: both; |
1264 |
clear: both; |
|
|
1265 |
margin-bottom: .3em; |
| 1266 |
padding: .5em; |
| 1270 |
|
1267 |
|
| 1271 |
h3 { |
1268 |
h3 { |
| 1272 |
display: inline-block; |
1269 |
display: inline-block; |
|
Lines 1297-1304
dd {
Link Here
|
| 1297 |
.patronimage { |
1294 |
.patronimage { |
| 1298 |
border: 1px solid #EEE; |
1295 |
border: 1px solid #EEE; |
| 1299 |
display: block; |
1296 |
display: block; |
| 1300 |
max-width: 160px; |
|
|
| 1301 |
margin: auto; |
1297 |
margin: auto; |
|
|
1298 |
max-width: 160px; |
| 1302 |
opacity: 1; |
1299 |
opacity: 1; |
| 1303 |
transition: .2s ease; |
1300 |
transition: .2s ease; |
| 1304 |
|
1301 |
|
|
Lines 1322-1342
dd {
Link Here
|
| 1322 |
|
1319 |
|
| 1323 |
.patronimage-control { |
1320 |
.patronimage-control { |
| 1324 |
padding: 1em 2em; |
1321 |
padding: 1em 2em; |
| 1325 |
} |
1322 |
} |
| 1326 |
|
1323 |
|
| 1327 |
#patronImageEdit input[type="file" ] { |
1324 |
#patronImageEdit input[type="file"] { |
| 1328 |
display: inline-block; |
1325 |
display: inline-block; |
| 1329 |
} |
1326 |
} |
| 1330 |
|
1327 |
|
| 1331 |
#addColumn, #delColumn{ |
1328 |
#addColumn, |
| 1332 |
color: $green-text-color; |
1329 |
#delColumn { |
| 1333 |
padding: .3em; |
|
|
| 1334 |
border: none; |
| 1335 |
background-color: transparent; |
1330 |
background-color: transparent; |
|
|
1331 |
border: none; |
| 1336 |
box-shadow: none; |
1332 |
box-shadow: none; |
|
|
1333 |
color: $green-text-color; |
| 1337 |
font-size: 100%; |
1334 |
font-size: 100%; |
|
|
1335 |
padding: .3em; |
| 1338 |
|
1336 |
|
| 1339 |
&:hover{ |
1337 |
&:hover { |
| 1340 |
text-decoration: underline; |
1338 |
text-decoration: underline; |
| 1341 |
} |
1339 |
} |
| 1342 |
} |
1340 |
} |
|
Lines 1375-1386
dd {
Link Here
|
| 1375 |
} |
1373 |
} |
| 1376 |
} |
1374 |
} |
| 1377 |
} |
1375 |
} |
| 1378 |
|
|
|
| 1379 |
} |
1376 |
} |
| 1380 |
|
1377 |
|
| 1381 |
.readonly, |
1378 |
.readonly, |
| 1382 |
input[type='text']:read-only { |
1379 |
input[type="text"]:read-only { |
| 1383 |
background: #EEE url("../img/locked.png") center left no-repeat; |
1380 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
| 1384 |
border-style: inset; |
1381 |
border-style: inset; |
| 1385 |
border-width: 1px; |
1382 |
border-width: 1px; |
| 1386 |
cursor: default; |
1383 |
cursor: default; |
|
Lines 1388-1394
input[type='text']:read-only {
Link Here
|
| 1388 |
} |
1385 |
} |
| 1389 |
|
1386 |
|
| 1390 |
.readonly:focus, |
1387 |
.readonly:focus, |
| 1391 |
input[type='text']:read-only:focus { |
1388 |
input[type="text"]:read-only:focus { |
| 1392 |
border-color: unset; |
1389 |
border-color: unset; |
| 1393 |
border-radius: unset; |
1390 |
border-radius: unset; |
| 1394 |
} |
1391 |
} |
|
Lines 1403-1409
input[type='text']:read-only:focus {
Link Here
|
| 1403 |
} |
1400 |
} |
| 1404 |
|
1401 |
|
| 1405 |
.important_subfield_not_filled { |
1402 |
.important_subfield_not_filled { |
| 1406 |
background-color : #FFFFCC; |
1403 |
background-color: #FFFFCC; |
| 1407 |
} |
1404 |
} |
| 1408 |
|
1405 |
|
| 1409 |
.content_hidden { |
1406 |
.content_hidden { |
|
Lines 1476-1483
i {
Link Here
|
| 1476 |
} |
1473 |
} |
| 1477 |
|
1474 |
|
| 1478 |
.circ-settings { |
1475 |
.circ-settings { |
| 1479 |
border-top: 2px solid #EEE; |
|
|
| 1480 |
border-radius: 0; |
1476 |
border-radius: 0; |
|
|
1477 |
border-top: 2px solid #EEE; |
| 1481 |
display: none; |
1478 |
display: none; |
| 1482 |
margin-left: -1em; |
1479 |
margin-left: -1em; |
| 1483 |
margin-right: -1em; |
1480 |
margin-right: -1em; |
|
Lines 1487-1502
i {
Link Here
|
| 1487 |
|
1484 |
|
| 1488 |
#show-circ-settings { |
1485 |
#show-circ-settings { |
| 1489 |
display: inline; |
1486 |
display: inline; |
|
|
1487 |
opacity: .5; |
| 1490 |
position: relative; |
1488 |
position: relative; |
| 1491 |
right: 25px; |
1489 |
right: 25px; |
| 1492 |
opacity: .5; |
|
|
| 1493 |
|
1490 |
|
| 1494 |
&:hover { |
1491 |
&:hover { |
| 1495 |
opacity: 1; |
1492 |
opacity: 1; |
| 1496 |
} |
1493 |
} |
| 1497 |
|
1494 |
|
| 1498 |
a { |
1495 |
a { |
| 1499 |
color: rgb(105, 105, 105); |
1496 |
color: rgb( 105, 105, 105 ); |
| 1500 |
|
1497 |
|
| 1501 |
&:hover { |
1498 |
&:hover { |
| 1502 |
text-decoration: none; |
1499 |
text-decoration: none; |
|
Lines 1507-1513
i {
Link Here
|
| 1507 |
.checkin-active-setting { |
1504 |
.checkin-active-setting { |
| 1508 |
background-color: #FFC; |
1505 |
background-color: #FFC; |
| 1509 |
border-radius: 3px; |
1506 |
border-radius: 3px; |
| 1510 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
1507 |
box-shadow: 1px 1px 2px 0 rgba( 102, 102, 102, .5 ); |
| 1511 |
margin: .5em; |
1508 |
margin: .5em; |
| 1512 |
padding: .5em; |
1509 |
padding: .5em; |
| 1513 |
} |
1510 |
} |
|
Lines 1517-1524
i {
Link Here
|
| 1517 |
} |
1514 |
} |
| 1518 |
|
1515 |
|
| 1519 |
.form-group { |
1516 |
.form-group { |
|
|
1517 |
margin-bottom: 10px; |
| 1518 |
|
| 1520 |
label { |
1519 |
label { |
| 1521 |
display: block; |
1520 |
display: block; |
|
|
1521 |
font-weight: bold; |
| 1522 |
margin-bottom: 5px; |
1522 |
margin-bottom: 5px; |
| 1523 |
} |
1523 |
} |
| 1524 |
|
1524 |
|
|
Lines 1548-1557
i {
Link Here
|
| 1548 |
|
1548 |
|
| 1549 |
.dialog { |
1549 |
.dialog { |
| 1550 |
margin: 1em auto; |
1550 |
margin: 1em auto; |
|
|
1551 |
max-width: 600px; |
| 1551 |
padding: .5em; |
1552 |
padding: .5em; |
| 1552 |
text-align: center; |
1553 |
text-align: center; |
| 1553 |
width: 65%; |
1554 |
width: 65%; |
| 1554 |
max-width: 600px; |
|
|
| 1555 |
|
1555 |
|
| 1556 |
a { |
1556 |
a { |
| 1557 |
&.approve { |
1557 |
&.approve { |
|
Lines 1597-1640
i {
Link Here
|
| 1597 |
|
1597 |
|
| 1598 |
&.approve { |
1598 |
&.approve { |
| 1599 |
background-color: #FEC32C; |
1599 |
background-color: #FEC32C; |
| 1600 |
color: #000; |
|
|
| 1601 |
border: 0; |
| 1602 |
background-image: none; |
1600 |
background-image: none; |
|
|
1601 |
border: 0; |
| 1602 |
color: #000; |
| 1603 |
margin-top: 5px; |
1603 |
margin-top: 5px; |
| 1604 |
|
1604 |
|
| 1605 |
&:hover, |
1605 |
&:hover, |
| 1606 |
&:active, |
1606 |
&:active, |
| 1607 |
&:focus { |
1607 |
&:focus { |
| 1608 |
background-color: #fec22c9f; |
1608 |
background-color: #FEC22C9F; |
| 1609 |
} |
1609 |
} |
| 1610 |
} |
1610 |
} |
| 1611 |
|
1611 |
|
| 1612 |
&.deny { |
1612 |
&.deny { |
| 1613 |
background-color: transparent; |
1613 |
background-color: transparent; |
| 1614 |
color: #696969; |
1614 |
background-image: none; |
| 1615 |
border: #696969 double 1px; |
1615 |
border: #696969 double 1px; |
| 1616 |
margin-top: 5px; |
1616 |
border-radius: 4px; |
| 1617 |
margin-left: 5px; |
1617 |
color: #696969; |
| 1618 |
|
1618 |
cursor: pointer; |
| 1619 |
display: inline-block; |
1619 |
display: inline-block; |
| 1620 |
margin-bottom: 0; |
1620 |
font-size: 12px; |
| 1621 |
font-weight: normal; |
1621 |
font-weight: normal; |
|
|
1622 |
line-height: 1.4286; |
| 1623 |
margin-bottom: 0; |
| 1624 |
margin-left: 5px; |
| 1625 |
margin-top: 5px; |
| 1626 |
padding: 6px 12px; |
| 1622 |
text-align: center; |
1627 |
text-align: center; |
| 1623 |
white-space: nowrap; |
|
|
| 1624 |
vertical-align: middle; |
| 1625 |
touch-action: manipulation; |
1628 |
touch-action: manipulation; |
| 1626 |
cursor: pointer; |
|
|
| 1627 |
background-image: none; |
| 1628 |
padding: 6px 12px; |
| 1629 |
font-size: 12px; |
| 1630 |
line-height: 1.42857143; |
| 1631 |
border-radius: 4px; |
| 1632 |
user-select: none; |
1629 |
user-select: none; |
|
|
1630 |
vertical-align: middle; |
| 1631 |
white-space: nowrap; |
| 1633 |
|
1632 |
|
| 1634 |
&:hover { |
1633 |
&:hover { |
| 1635 |
font-weight: bold; |
|
|
| 1636 |
background-color: #F1F1F1; |
1634 |
background-color: #F1F1F1; |
| 1637 |
border: #696969 double 1px; |
1635 |
border: #696969 double 1px; |
|
|
1636 |
font-weight: bold; |
| 1638 |
text-decoration: none; |
1637 |
text-decoration: none; |
| 1639 |
} |
1638 |
} |
| 1640 |
} |
1639 |
} |
|
Lines 1651-1657
i {
Link Here
|
| 1651 |
|
1650 |
|
| 1652 |
p { |
1651 |
p { |
| 1653 |
margin-top: 0; |
1652 |
margin-top: 0; |
| 1654 |
&+p { |
1653 |
|
|
|
1654 |
& + p { |
| 1655 |
margin-top: 5px; |
1655 |
margin-top: 5px; |
| 1656 |
} |
1656 |
} |
| 1657 |
} |
1657 |
} |
|
Lines 1707-1716
i {
Link Here
|
| 1707 |
} |
1707 |
} |
| 1708 |
} |
1708 |
} |
| 1709 |
|
1709 |
|
| 1710 |
|
|
|
| 1711 |
.approve, |
1710 |
.approve, |
| 1712 |
.success { |
1711 |
.success { |
| 1713 |
background-color: #FEC32C; |
1712 |
background-color: #FEC32C; |
|
|
1713 |
|
| 1714 |
i { |
1714 |
i { |
| 1715 |
&.fa { |
1715 |
&.fa { |
| 1716 |
color: $green-text-color; |
1716 |
color: $green-text-color; |
|
Lines 1738-1744
i {
Link Here
|
| 1738 |
i { |
1738 |
i { |
| 1739 |
&.fa-exclamation-triangle { |
1739 |
&.fa-exclamation-triangle { |
| 1740 |
color: #FFD700; |
1740 |
color: #FFD700; |
| 1741 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3); |
1741 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3 ); |
| 1742 |
} |
1742 |
} |
| 1743 |
} |
1743 |
} |
| 1744 |
} |
1744 |
} |
|
Lines 1778-1791
i {
Link Here
|
| 1778 |
} |
1778 |
} |
| 1779 |
|
1779 |
|
| 1780 |
.barcode { |
1780 |
.barcode { |
|
|
1781 |
border-radius: 0; |
| 1781 |
font-size: 100%; |
1782 |
font-size: 100%; |
| 1782 |
vertical-align: middle; |
|
|
| 1783 |
font-style: italic; |
1783 |
font-style: italic; |
| 1784 |
width: 250px; |
|
|
| 1785 |
height: 30px; |
1784 |
height: 30px; |
| 1786 |
padding-left: 5px; |
1785 |
padding-left: 5px; |
| 1787 |
padding-right: 30px; |
1786 |
padding-right: 30px; |
| 1788 |
border-radius: 0; |
1787 |
vertical-align: middle; |
|
|
1788 |
width: 250px; |
| 1789 |
} |
1789 |
} |
| 1790 |
|
1790 |
|
| 1791 |
li { |
1791 |
li { |
|
Lines 1850-1865
li {
Link Here
|
| 1850 |
} |
1850 |
} |
| 1851 |
|
1851 |
|
| 1852 |
& + p { |
1852 |
& + p { |
| 1853 |
border-top: 1px solid #eee; |
1853 |
border-top: 1px solid #EEE; |
| 1854 |
margin-top: 1em; |
1854 |
margin-top: 1em; |
| 1855 |
padding-top: 1em; |
1855 |
padding-top: 1em; |
| 1856 |
} |
1856 |
} |
| 1857 |
} |
1857 |
} |
| 1858 |
|
1858 |
|
| 1859 |
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper { |
1859 |
#catalogue_stats_wrapper, |
|
|
1860 |
#tbl_cash_register_stats_wrapper, |
| 1861 |
#resulttable_wrapper, |
| 1862 |
#numberpatternst_wrapper { |
| 1860 |
background-color: #FFFFFF; |
1863 |
background-color: #FFFFFF; |
|
|
1864 |
box-shadow: 8px 8px 12px rgba( 170, 170, 170, .356 ); |
| 1861 |
margin-top: 20px; |
1865 |
margin-top: 20px; |
| 1862 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, .356); |
|
|
| 1863 |
padding: 20px; |
1866 |
padding: 20px; |
| 1864 |
} |
1867 |
} |
| 1865 |
|
1868 |
|
|
Lines 1867-1893
li {
Link Here
|
| 1867 |
background-color: #FFFFFF; |
1870 |
background-color: #FFFFFF; |
| 1868 |
margin-top: 20px; |
1871 |
margin-top: 20px; |
| 1869 |
min-width: 100%; |
1872 |
min-width: 100%; |
| 1870 |
width: fit-content; |
|
|
| 1871 |
padding: 20px; |
1873 |
padding: 20px; |
|
|
1874 |
width: fit-content; |
| 1872 |
|
1875 |
|
| 1873 |
fieldset { |
1876 |
fieldset { |
| 1874 |
box-shadow: none; |
1877 |
box-shadow: none; |
| 1875 |
} |
1878 |
} |
| 1876 |
|
1879 |
|
| 1877 |
h3{ |
1880 |
h3 { |
| 1878 |
padding-bottom: .7em; |
|
|
| 1879 |
margin: 0; |
| 1880 |
color: #696969; |
1881 |
color: #696969; |
|
|
1882 |
margin: 0; |
| 1883 |
padding-bottom: .7em; |
| 1881 |
} |
1884 |
} |
| 1882 |
|
1885 |
|
| 1883 |
td { |
1886 |
td { |
| 1884 |
ul { |
1887 |
ul { |
| 1885 |
li { |
1888 |
li { |
| 1886 |
clear: left; |
1889 |
clear: left; |
|
|
1890 |
color: #000; |
| 1887 |
font-size: 90%; |
1891 |
font-size: 90%; |
| 1888 |
list-style: url("../img/item-bullet.svg"); |
1892 |
list-style: url( "../img/item-bullet.svg" ); |
| 1889 |
padding: .2em 0; |
1893 |
padding: .2em 0; |
| 1890 |
color: #000; |
|
|
| 1891 |
top: 100%; |
1894 |
top: 100%; |
| 1892 |
|
1895 |
|
| 1893 |
&.result_itype_image { |
1896 |
&.result_itype_image { |
|
Lines 1938-1943
li {
Link Here
|
| 1938 |
ul { |
1941 |
ul { |
| 1939 |
margin: 0; |
1942 |
margin: 0; |
| 1940 |
padding-left: 0; |
1943 |
padding-left: 0; |
|
|
1944 |
|
| 1941 |
li { |
1945 |
li { |
| 1942 |
clear: none; |
1946 |
clear: none; |
| 1943 |
float: left; |
1947 |
float: left; |
|
Lines 1958-1988
li {
Link Here
|
| 1958 |
color: #000; |
1962 |
color: #000; |
| 1959 |
|
1963 |
|
| 1960 |
&:hover { |
1964 |
&:hover { |
|
|
1965 |
background-color: #FFFFFF; |
| 1961 |
background-image: none; |
1966 |
background-image: none; |
| 1962 |
color: #000; |
1967 |
color: #000; |
| 1963 |
text-decoration: underline; |
1968 |
text-decoration: underline; |
| 1964 |
background-color: #FFFFFF; |
|
|
| 1965 |
} |
1969 |
} |
| 1966 |
} |
1970 |
} |
| 1967 |
} |
1971 |
} |
| 1968 |
} |
1972 |
} |
| 1969 |
|
1973 |
|
| 1970 |
.searchheader { |
1974 |
.searchheader { |
| 1971 |
background-color: #f3f4f4; |
1975 |
background-color: #F3F4F4; |
| 1972 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.2); |
1976 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 ); |
|
|
1977 |
color: #696969; |
| 1978 |
display: block; |
| 1973 |
font-size: 80%; |
1979 |
font-size: 80%; |
| 1974 |
margin-top: .5em; |
|
|
| 1975 |
margin-bottom: .5em; |
1980 |
margin-bottom: .5em; |
|
|
1981 |
margin-top: .5em; |
| 1976 |
padding: 5px; |
1982 |
padding: 5px; |
| 1977 |
width: 100%; |
1983 |
width: 100%; |
| 1978 |
color: #696969; |
|
|
| 1979 |
display: block; |
| 1980 |
|
1984 |
|
| 1981 |
&.floating { |
1985 |
&.floating { |
| 1982 |
border-radius: 0; |
1986 |
border-radius: 0; |
| 1983 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.4); |
1987 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .4 ); |
| 1984 |
margin-top: 0; |
|
|
| 1985 |
margin-bottom: 0; |
1988 |
margin-bottom: 0; |
|
|
1989 |
margin-top: 0; |
| 1986 |
z-index: 100; |
1990 |
z-index: 100; |
| 1987 |
} |
1991 |
} |
| 1988 |
|
1992 |
|
|
Lines 2042-2051
li {
Link Here
|
| 2042 |
width: 30px; |
2046 |
width: 30px; |
| 2043 |
} |
2047 |
} |
| 2044 |
|
2048 |
|
| 2045 |
|
|
|
| 2046 |
|
| 2047 |
#search-facets { |
2049 |
#search-facets { |
| 2048 |
background-color: #e6e6e6; |
2050 |
background-color: #E6E6E6; |
| 2049 |
|
2051 |
|
| 2050 |
h4 { |
2052 |
h4 { |
| 2051 |
background-color: $background-color-primary; |
2053 |
background-color: $background-color-primary; |
|
Lines 2091-2105
li {
Link Here
|
| 2091 |
} |
2093 |
} |
| 2092 |
|
2094 |
|
| 2093 |
#biblio-cover-slider { |
2095 |
#biblio-cover-slider { |
| 2094 |
border: 1px solid #bfd9b9; |
2096 |
border: 1px solid #BFD9B9; |
| 2095 |
border-radius: 3px; |
2097 |
border-radius: 3px; |
| 2096 |
margin: 5px; |
2098 |
margin: 5px; |
| 2097 |
padding: 10px 5px 5px 5px; |
|
|
| 2098 |
min-height: 175px; |
2099 |
min-height: 175px; |
|
|
2100 |
padding: 10px 5px 5px 5px; |
| 2099 |
} |
2101 |
} |
| 2100 |
|
2102 |
|
| 2101 |
.cover-slides { |
2103 |
.cover-slides { |
| 2102 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2104 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
| 2103 |
|
2105 |
|
| 2104 |
.hint { |
2106 |
.hint { |
| 2105 |
font-size: 90%; |
2107 |
font-size: 90%; |
|
Lines 2110-2116
li {
Link Here
|
| 2110 |
&.nav-active { |
2112 |
&.nav-active { |
| 2111 |
&:link, |
2113 |
&:link, |
| 2112 |
&:visited { |
2114 |
&:visited { |
| 2113 |
color: #85ca11; |
2115 |
color: #85CA11; |
| 2114 |
} |
2116 |
} |
| 2115 |
} |
2117 |
} |
| 2116 |
} |
2118 |
} |
|
Lines 2120-2127
td {
Link Here
|
| 2120 |
&.actions { |
2122 |
&.actions { |
| 2121 |
white-space: nowrap; |
2123 |
white-space: nowrap; |
| 2122 |
} |
2124 |
} |
|
|
2125 |
|
| 2123 |
&.bookcoverimg { |
2126 |
&.bookcoverimg { |
| 2124 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2127 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
| 2125 |
min-width: 120px; |
2128 |
min-width: 120px; |
| 2126 |
text-align: center; |
2129 |
text-align: center; |
| 2127 |
} |
2130 |
} |
|
Lines 2146-2165
td {
Link Here
|
| 2146 |
} |
2149 |
} |
| 2147 |
|
2150 |
|
| 2148 |
.highlight_toggle { |
2151 |
.highlight_toggle { |
| 2149 |
color: $green-text-color; |
|
|
| 2150 |
padding: .3em; |
| 2151 |
border: 0; |
| 2152 |
background-color: transparent; |
2152 |
background-color: transparent; |
| 2153 |
border: 0; |
2153 |
border: 0; |
| 2154 |
box-shadow: none; |
2154 |
box-shadow: none; |
|
|
2155 |
color: $green-text-color; |
| 2155 |
font-size: 100%; |
2156 |
font-size: 100%; |
|
|
2157 |
padding: .3em; |
| 2156 |
|
2158 |
|
| 2157 |
&:hover { |
2159 |
&:hover { |
| 2158 |
text-decoration: underline; |
2160 |
text-decoration: underline; |
| 2159 |
} |
2161 |
} |
| 2160 |
} |
2162 |
} |
| 2161 |
|
2163 |
|
| 2162 |
|
|
|
| 2163 |
.cover-image { |
2164 |
.cover-image { |
| 2164 |
display: none; |
2165 |
display: none; |
| 2165 |
|
2166 |
|
|
Lines 2192-2200
td {
Link Here
|
| 2192 |
#CheckAll, |
2193 |
#CheckAll, |
| 2193 |
#CheckNone, |
2194 |
#CheckNone, |
| 2194 |
#CheckPending { |
2195 |
#CheckPending { |
|
|
2196 |
color: $green-text-color; |
| 2195 |
font-weight: normal; |
2197 |
font-weight: normal; |
| 2196 |
margin: 0 .5em 0 0; |
2198 |
margin: 0 .5em 0 0; |
| 2197 |
color: $green-text-color; |
|
|
| 2198 |
} |
2199 |
} |
| 2199 |
|
2200 |
|
| 2200 |
.lost, |
2201 |
.lost, |
|
Lines 2204-2213
td {
Link Here
|
| 2204 |
display: block; |
2205 |
display: block; |
| 2205 |
} |
2206 |
} |
| 2206 |
|
2207 |
|
| 2207 |
.bundled { |
|
|
| 2208 |
display: block; |
| 2209 |
} |
| 2210 |
|
| 2211 |
td.bundle { |
2208 |
td.bundle { |
| 2212 |
background-color: #FFC !important; |
2209 |
background-color: #FFC !important; |
| 2213 |
} |
2210 |
} |
|
Lines 2258-2264
td.bundle {
Link Here
|
| 2258 |
|
2255 |
|
| 2259 |
tbody { |
2256 |
tbody { |
| 2260 |
tr { |
2257 |
tr { |
| 2261 |
&:nth-child(2n+1) { |
2258 |
&:nth-child( 2n+1 ) { |
| 2262 |
td { |
2259 |
td { |
| 2263 |
background-color: #FFFFFF; |
2260 |
background-color: #FFFFFF; |
| 2264 |
} |
2261 |
} |
|
Lines 2330-2337
td.bundle {
Link Here
|
| 2330 |
} |
2327 |
} |
| 2331 |
|
2328 |
|
| 2332 |
#cartmenulink { |
2329 |
#cartmenulink { |
| 2333 |
position: relative; |
|
|
| 2334 |
left: 0; |
2330 |
left: 0; |
|
|
2331 |
position: relative; |
| 2335 |
top: 0; |
2332 |
top: 0; |
| 2336 |
} |
2333 |
} |
| 2337 |
|
2334 |
|
|
Lines 2384-2390
td.bundle {
Link Here
|
| 2384 |
text-decoration: none; |
2381 |
text-decoration: none; |
| 2385 |
|
2382 |
|
| 2386 |
&:hover { |
2383 |
&:hover { |
| 2387 |
background-color: lighten( $background-color-secondary, 40 ) |
2384 |
background-color: lighten( $background-color-secondary, 40 ); |
| 2388 |
} |
2385 |
} |
| 2389 |
} |
2386 |
} |
| 2390 |
} |
2387 |
} |
|
Lines 2551-2557
td.bundle {
Link Here
|
| 2551 |
|
2548 |
|
| 2552 |
#acqui_order_supplierlist { |
2549 |
#acqui_order_supplierlist { |
| 2553 |
.supplier { |
2550 |
.supplier { |
| 2554 |
&+.supplier { |
2551 |
& + .supplier { |
| 2555 |
border-top: 1px solid #EEEEEE; |
2552 |
border-top: 1px solid #EEEEEE; |
| 2556 |
margin-top: 1em; |
2553 |
margin-top: 1em; |
| 2557 |
} |
2554 |
} |
|
Lines 2584-2597
td.bundle {
Link Here
|
| 2584 |
// Override core jQueryUI widgets |
2581 |
// Override core jQueryUI widgets |
| 2585 |
.ui-widget-content { |
2582 |
.ui-widget-content { |
| 2586 |
background: #FFFFFF none; |
2583 |
background: #FFFFFF none; |
| 2587 |
border-radius: 4px; |
|
|
| 2588 |
border: 3px solid $background-color-primary; |
2584 |
border: 3px solid $background-color-primary; |
|
|
2585 |
border-radius: 4px; |
| 2589 |
color: #222222; |
2586 |
color: #222222; |
| 2590 |
} |
2587 |
} |
| 2591 |
|
2588 |
|
| 2592 |
.ui-widget-header { |
2589 |
.ui-widget-header { |
| 2593 |
background: #b5dbad none; |
2590 |
background: #B5DBAD none; |
| 2594 |
border: 1px solid #bfd9b9; |
2591 |
border: 1px solid #BFD9B9; |
| 2595 |
color: #222222; |
2592 |
color: #222222; |
| 2596 |
font-weight: bold; |
2593 |
font-weight: bold; |
| 2597 |
} |
2594 |
} |
|
Lines 2599-2605
td.bundle {
Link Here
|
| 2599 |
.ui-state-default, |
2596 |
.ui-state-default, |
| 2600 |
.ui-widget-content .ui-state-default, |
2597 |
.ui-widget-content .ui-state-default, |
| 2601 |
.ui-widget-header .ui-state-default { |
2598 |
.ui-widget-header .ui-state-default { |
| 2602 |
border: 1px solid #bfd9b9; |
2599 |
border: 1px solid #BFD9B9; |
| 2603 |
color: #555555; |
2600 |
color: #555555; |
| 2604 |
font-weight: normal; |
2601 |
font-weight: normal; |
| 2605 |
} |
2602 |
} |
|
Lines 2610-2617
td.bundle {
Link Here
|
| 2610 |
.ui-state-focus, |
2607 |
.ui-state-focus, |
| 2611 |
.ui-widget-content .ui-state-focus, |
2608 |
.ui-widget-content .ui-state-focus, |
| 2612 |
.ui-widget-header .ui-state-focus { |
2609 |
.ui-widget-header .ui-state-focus { |
| 2613 |
background: #cad8c6 none; |
2610 |
background: #CAD8C6 none; |
| 2614 |
border: 1px solid #bfd9b9; |
2611 |
border: 1px solid #BFD9B9; |
| 2615 |
color: #212121; |
2612 |
color: #212121; |
| 2616 |
font-weight: normal; |
2613 |
font-weight: normal; |
| 2617 |
} |
2614 |
} |
|
Lines 2634-2640
td.bundle {
Link Here
|
| 2634 |
|
2631 |
|
| 2635 |
// Override jQuery Autocomplete |
2632 |
// Override jQuery Autocomplete |
| 2636 |
.ui-autocomplete { |
2633 |
.ui-autocomplete { |
| 2637 |
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3); |
2634 |
box-shadow: 2px 2px 2px rgba( 0, 0, 0, .3 ); |
| 2638 |
cursor: default; |
2635 |
cursor: default; |
| 2639 |
position: absolute; |
2636 |
position: absolute; |
| 2640 |
z-index: 2000; |
2637 |
z-index: 2000; |
|
Lines 2645-2651
td.bundle {
Link Here
|
| 2645 |
padding: 3px 1em 3px .4em; |
2642 |
padding: 3px 1em 3px .4em; |
| 2646 |
|
2643 |
|
| 2647 |
&:hover { |
2644 |
&:hover { |
| 2648 |
background: #e3f1df none; |
2645 |
background: #E3F1DF none; |
| 2649 |
color: #212121; |
2646 |
color: #212121; |
| 2650 |
font-weight: normal; |
2647 |
font-weight: normal; |
| 2651 |
} |
2648 |
} |
|
Lines 2661-2667
td.bundle {
Link Here
|
| 2661 |
|
2658 |
|
| 2662 |
.ui-state-active, |
2659 |
.ui-state-active, |
| 2663 |
.ui-state-focus { |
2660 |
.ui-state-focus { |
| 2664 |
background: #e3f1df none; |
2661 |
background: #E3F1DF none; |
| 2665 |
color: #212121; |
2662 |
color: #212121; |
| 2666 |
font-weight: normal; |
2663 |
font-weight: normal; |
| 2667 |
margin: 0; |
2664 |
margin: 0; |
|
Lines 2672-2678
td.bundle {
Link Here
|
| 2672 |
} |
2669 |
} |
| 2673 |
|
2670 |
|
| 2674 |
.ui-autocomplete-loading { |
2671 |
.ui-autocomplete-loading { |
| 2675 |
background: #FFF url("../img/spinner-small.gif") right center no-repeat; |
2672 |
background: #FFF url( "../img/spinner-small.gif" ) right center no-repeat; |
| 2676 |
} |
2673 |
} |
| 2677 |
|
2674 |
|
| 2678 |
.ui-widget { |
2675 |
.ui-widget { |
|
Lines 2724-2730
fieldset > .toptabs {
Link Here
|
| 2724 |
font-style: italic; |
2721 |
font-style: italic; |
| 2725 |
} |
2722 |
} |
| 2726 |
|
2723 |
|
| 2727 |
|
|
|
| 2728 |
.contents { |
2724 |
.contents { |
| 2729 |
width: 75%; |
2725 |
width: 75%; |
| 2730 |
|
2726 |
|
|
Lines 2734-2741
fieldset > .toptabs {
Link Here
|
| 2734 |
} |
2730 |
} |
| 2735 |
|
2731 |
|
| 2736 |
.t { |
2732 |
.t { |
| 2737 |
font-weight: bold; |
|
|
| 2738 |
display: inline; |
2733 |
display: inline; |
|
|
2734 |
font-weight: bold; |
| 2739 |
} |
2735 |
} |
| 2740 |
|
2736 |
|
| 2741 |
.r { |
2737 |
.r { |
|
Lines 2743-2749
fieldset > .toptabs {
Link Here
|
| 2743 |
} |
2739 |
} |
| 2744 |
} |
2740 |
} |
| 2745 |
|
2741 |
|
| 2746 |
|
|
|
| 2747 |
.contentblock { |
2742 |
.contentblock { |
| 2748 |
font-size: 95%; |
2743 |
font-size: 95%; |
| 2749 |
line-height: 135%; |
2744 |
line-height: 135%; |
|
Lines 2772-2779
fieldset > .toptabs {
Link Here
|
| 2772 |
|
2767 |
|
| 2773 |
&.jstree-clicked { |
2768 |
&.jstree-clicked { |
| 2774 |
background: transparent none; |
2769 |
background: transparent none; |
| 2775 |
box-shadow: none; |
|
|
| 2776 |
border: 0; |
2770 |
border: 0; |
|
|
2771 |
box-shadow: none; |
| 2777 |
} |
2772 |
} |
| 2778 |
} |
2773 |
} |
| 2779 |
} |
2774 |
} |
|
Lines 2794-2800
fieldset > .toptabs {
Link Here
|
| 2794 |
} |
2789 |
} |
| 2795 |
|
2790 |
|
| 2796 |
.pluginname { |
2791 |
.pluginname { |
| 2797 |
background-color: #e3f1df; |
2792 |
background-color: #E3F1DF; |
| 2798 |
cursor: move; |
2793 |
cursor: move; |
| 2799 |
margin: .3em; |
2794 |
margin: .3em; |
| 2800 |
padding-bottom: 4px; |
2795 |
padding-bottom: 4px; |
|
Lines 2853-2869
nav {
Link Here
|
| 2853 |
margin: 0; |
2848 |
margin: 0; |
| 2854 |
|
2849 |
|
| 2855 |
ol { |
2850 |
ol { |
|
|
2851 |
list-style: none; |
| 2856 |
margin: 0; |
2852 |
margin: 0; |
| 2857 |
padding-left: 0; |
2853 |
padding-left: 0; |
| 2858 |
list-style: none; |
|
|
| 2859 |
|
2854 |
|
| 2860 |
li { |
2855 |
li { |
|
|
2856 |
color: $green-text-color; |
| 2861 |
display: inline; |
2857 |
display: inline; |
| 2862 |
color : $green-text-color; |
|
|
| 2863 |
font-style: italic; |
2858 |
font-style: italic; |
| 2864 |
|
2859 |
|
| 2865 |
&+li::before { |
2860 |
& + li::before { |
| 2866 |
background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; |
2861 |
background: transparent url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=" ) 50% 50% no-repeat; |
| 2867 |
background-size: 8px; |
2862 |
background-size: 8px; |
| 2868 |
content: ""; |
2863 |
content: ""; |
| 2869 |
display: inline-block; |
2864 |
display: inline-block; |
|
Lines 2871-2877
nav {
Link Here
|
| 2871 |
width: .8em; |
2866 |
width: .8em; |
| 2872 |
} |
2867 |
} |
| 2873 |
|
2868 |
|
| 2874 |
a:link, a:active, a:hover, a:focus { |
2869 |
a:link, |
|
|
2870 |
a:active, |
| 2871 |
a:hover, |
| 2872 |
a:focus { |
| 2875 |
padding: .6em .3em; |
2873 |
padding: .6em .3em; |
| 2876 |
} |
2874 |
} |
| 2877 |
} |
2875 |
} |
|
Lines 2901-2906
nav {
Link Here
|
| 2901 |
a { |
2899 |
a { |
| 2902 |
background-color: transparent; |
2900 |
background-color: transparent; |
| 2903 |
} |
2901 |
} |
|
|
2902 |
|
| 2904 |
&.active { |
2903 |
&.active { |
| 2905 |
a { |
2904 |
a { |
| 2906 |
&:link, |
2905 |
&:link, |
|
Lines 2918-2924
nav {
Link Here
|
| 2918 |
} |
2917 |
} |
| 2919 |
} |
2918 |
} |
| 2920 |
|
2919 |
|
| 2921 |
|
|
|
| 2922 |
.pagination { |
2920 |
.pagination { |
| 2923 |
margin: .5em 0; |
2921 |
margin: .5em 0; |
| 2924 |
} |
2922 |
} |
|
Lines 2947-2964
button,
Link Here
|
| 2947 |
&.btn-danger { |
2945 |
&.btn-danger { |
| 2948 |
background-color: #CC3333; |
2946 |
background-color: #CC3333; |
| 2949 |
border-color: #9B2323; |
2947 |
border-color: #9B2323; |
| 2950 |
color: #fff; |
2948 |
color: #FFF; |
| 2951 |
} |
2949 |
} |
| 2952 |
|
2950 |
|
| 2953 |
&.btn-danger:hover { |
2951 |
&.btn-danger:hover { |
| 2954 |
color: #fff; |
2952 |
background-color: #C82333; |
| 2955 |
background-color: #c82333; |
2953 |
border-color: #A81C29; |
| 2956 |
border-color: #a81c29; |
2954 |
color: #FFF; |
| 2957 |
} |
2955 |
} |
| 2958 |
|
2956 |
|
| 2959 |
&.btn-danger:not( :disabled ):not( .disabled ).active, |
2957 |
&.btn-danger:not( :disabled, .disabled ).active, |
| 2960 |
&.btn-danger:not( :disabled ):not( .disabled ):active { |
2958 |
&.btn-danger:not( :disabled, .disabled ):active { |
| 2961 |
box-shadow: inset 0 0 0 1px #a81c29; |
2959 |
box-shadow: inset 0 0 0 1px #A81C29; |
| 2962 |
} |
2960 |
} |
| 2963 |
} |
2961 |
} |
| 2964 |
|
2962 |
|
|
Lines 2986-2995
button,
Link Here
|
| 2986 |
.panel-title { |
2984 |
.panel-title { |
| 2987 |
a { |
2985 |
a { |
| 2988 |
border-radius: 3px; |
2986 |
border-radius: 3px; |
| 2989 |
display: block; |
|
|
| 2990 |
padding: 10px 15px; |
| 2991 |
border-bottom-left-radius: 0; |
2987 |
border-bottom-left-radius: 0; |
| 2992 |
border-bottom-right-radius: 0; |
2988 |
border-bottom-right-radius: 0; |
|
|
2989 |
display: block; |
| 2990 |
padding: 10px 15px; |
| 2993 |
|
2991 |
|
| 2994 |
&::before { |
2992 |
&::before { |
| 2995 |
content: "\f0d7"; |
2993 |
content: "\f0d7"; |
|
Lines 2999-3005
button,
Link Here
|
| 2999 |
} |
2997 |
} |
| 3000 |
|
2998 |
|
| 3001 |
&:hover { |
2999 |
&:hover { |
| 3002 |
background: #e3f1df none; |
3000 |
background: #E3F1DF none; |
| 3003 |
border-bottom-left-radius: 0; |
3001 |
border-bottom-left-radius: 0; |
| 3004 |
border-bottom-right-radius: 0; |
3002 |
border-bottom-right-radius: 0; |
| 3005 |
} |
3003 |
} |
|
Lines 3013-3019
button,
Link Here
|
| 3013 |
} |
3011 |
} |
| 3014 |
|
3012 |
|
| 3015 |
&:hover { |
3013 |
&:hover { |
| 3016 |
background: #e3f1df none; |
3014 |
background: #E3F1DF none; |
| 3017 |
border-bottom-left-radius: 3px; |
3015 |
border-bottom-left-radius: 3px; |
| 3018 |
border-bottom-right-radius: 3px; |
3016 |
border-bottom-right-radius: 3px; |
| 3019 |
} |
3017 |
} |
|
Lines 3022-3035
button,
Link Here
|
| 3022 |
} |
3020 |
} |
| 3023 |
|
3021 |
|
| 3024 |
.panel-default { |
3022 |
.panel-default { |
| 3025 |
border: 1px solid #bfd9b9; |
3023 |
border: 1px solid #BFD9B9; |
|
|
3024 |
|
| 3026 |
> .panel-heading { |
3025 |
> .panel-heading { |
| 3027 |
background: transparent none; |
3026 |
background: transparent none; |
| 3028 |
padding: 0; |
3027 |
padding: 0; |
| 3029 |
|
3028 |
|
| 3030 |
+ .panel-collapse { |
3029 |
+ .panel-collapse { |
| 3031 |
> .panel-body { |
3030 |
> .panel-body { |
| 3032 |
border-top-color: #bfd9b9; |
3031 |
border-top-color: #BFD9B9; |
| 3033 |
} |
3032 |
} |
| 3034 |
} |
3033 |
} |
| 3035 |
} |
3034 |
} |
|
Lines 3117-3124
button,
Link Here
|
| 3117 |
|
3116 |
|
| 3118 |
.tooltip-inner { |
3117 |
.tooltip-inner { |
| 3119 |
background-color: #FFFFFF; |
3118 |
background-color: #FFFFFF; |
| 3120 |
border: 1px solid rgba(0, 0, 0, .2); |
3119 |
border: 1px solid rgba( 0, 0, 0, .2 ); |
| 3121 |
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
3120 |
box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 ); |
| 3122 |
color: #000; |
3121 |
color: #000; |
| 3123 |
font-size: 120%; |
3122 |
font-size: 120%; |
| 3124 |
padding: 1em; |
3123 |
padding: 1em; |
|
Lines 3127-3133
button,
Link Here
|
| 3127 |
} |
3126 |
} |
| 3128 |
|
3127 |
|
| 3129 |
.separator { |
3128 |
.separator { |
| 3130 |
color: #bfbfbf; |
3129 |
color: #BFBFBF; |
| 3131 |
padding: 0 .2em; |
3130 |
padding: 0 .2em; |
| 3132 |
} |
3131 |
} |
| 3133 |
|
3132 |
|
|
Lines 3151-3157
button,
Link Here
|
| 3151 |
} |
3150 |
} |
| 3152 |
} |
3151 |
} |
| 3153 |
|
3152 |
|
| 3154 |
|
|
|
| 3155 |
label { |
3153 |
label { |
| 3156 |
.radio &, |
3154 |
.radio &, |
| 3157 |
.checkbox & { |
3155 |
.checkbox & { |
|
Lines 3244-3250
label {
Link Here
|
| 3244 |
font-size: 13px; |
3242 |
font-size: 13px; |
| 3245 |
} |
3243 |
} |
| 3246 |
|
3244 |
|
| 3247 |
> .btn:first-child:not( :last-child ):not( .dropdown-toggle ) { |
3245 |
> .btn:first-child:not( :last-child, .dropdown-toggle ) { |
| 3248 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
3246 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
| 3249 |
} |
3247 |
} |
| 3250 |
} |
3248 |
} |
|
Lines 3285-3291
code {
Link Here
|
| 3285 |
} |
3283 |
} |
| 3286 |
|
3284 |
|
| 3287 |
.tab-content { |
3285 |
.tab-content { |
| 3288 |
background-color: #fff; |
3286 |
background-color: #FFF; |
| 3289 |
border: 0; |
3287 |
border: 0; |
| 3290 |
border-radius: 0; |
3288 |
border-radius: 0; |
| 3291 |
padding: 1em; |
3289 |
padding: 1em; |
|
Lines 3293-3307
code {
Link Here
|
| 3293 |
|
3291 |
|
| 3294 |
.tab-pane { |
3292 |
.tab-pane { |
| 3295 |
&.active { |
3293 |
&.active { |
| 3296 |
&::after, |
3294 |
@include clearfix; |
| 3297 |
&::before { |
|
|
| 3298 |
content: " "; |
| 3299 |
display: table; |
| 3300 |
} |
| 3301 |
|
| 3302 |
&::after { |
| 3303 |
clear: both; |
| 3304 |
} |
| 3305 |
} |
3295 |
} |
| 3306 |
} |
3296 |
} |
| 3307 |
|
3297 |
|
|
Lines 3323-3329
code {
Link Here
|
| 3323 |
margin-right: .4em; |
3313 |
margin-right: .4em; |
| 3324 |
padding: .5em 1em; |
3314 |
padding: .5em 1em; |
| 3325 |
|
3315 |
|
| 3326 |
&:hover, &:focus, &:active { |
3316 |
&:hover, |
|
|
3317 |
&:focus, |
| 3318 |
&:active { |
| 3327 |
background-color: $background-color-primary; |
3319 |
background-color: $background-color-primary; |
| 3328 |
border: 2px solid $background-color-primary; |
3320 |
border: 2px solid $background-color-primary; |
| 3329 |
border-bottom: 0; |
3321 |
border-bottom: 0; |
|
Lines 3363-3374
code {
Link Here
|
| 3363 |
} |
3355 |
} |
| 3364 |
|
3356 |
|
| 3365 |
#jobprogress { |
3357 |
#jobprogress { |
| 3366 |
background: url("../img/progress.png") -300px 0 no-repeat; |
3358 |
background: url( "../img/progress.png" ) -300px 0 no-repeat; |
| 3367 |
border: 1px solid #666; |
3359 |
border: 1px solid #666; |
| 3368 |
display: inline-block; |
3360 |
display: inline-block; |
| 3369 |
height: 10px; |
3361 |
height: 10px; |
| 3370 |
width: 200px; |
3362 |
width: 200px; |
| 3371 |
} |
3363 |
} |
| 3372 |
|
3364 |
|
| 3373 |
.progress_panel { |
3365 |
.progress_panel { |
| 3374 |
border: 2px solid #EEE; |
3366 |
border: 2px solid #EEE; |
|
Lines 3393-3399
progress {
Link Here
|
| 3393 |
} |
3385 |
} |
| 3394 |
|
3386 |
|
| 3395 |
span { |
3387 |
span { |
| 3396 |
background-color: #ecffeb; |
3388 |
background-color: #ECFFEB; |
| 3397 |
border-radius: 5px; |
3389 |
border-radius: 5px; |
| 3398 |
display: inline-block; |
3390 |
display: inline-block; |
| 3399 |
font-size: 75%; |
3391 |
font-size: 75%; |
|
Lines 3402-3408
progress {
Link Here
|
| 3402 |
white-space: nowrap; |
3394 |
white-space: nowrap; |
| 3403 |
|
3395 |
|
| 3404 |
&.selected { |
3396 |
&.selected { |
| 3405 |
background-color: #d2fad0; |
3397 |
background-color: #D2FAD0; |
| 3406 |
} |
3398 |
} |
| 3407 |
} |
3399 |
} |
| 3408 |
} |
3400 |
} |
|
Lines 3427-3433
progress {
Link Here
|
| 3427 |
} |
3419 |
} |
| 3428 |
|
3420 |
|
| 3429 |
.tag_editor { |
3421 |
.tag_editor { |
| 3430 |
background: transparent url("../img/edit-tag.png") top left no-repeat; |
3422 |
background: transparent url( "../img/edit-tag.png" ) top left no-repeat; |
| 3431 |
display: block; |
3423 |
display: block; |
| 3432 |
float: left; |
3424 |
float: left; |
| 3433 |
height: 16px; |
3425 |
height: 16px; |
|
Lines 3455-3462
progress {
Link Here
|
| 3455 |
} |
3447 |
} |
| 3456 |
|
3448 |
|
| 3457 |
#browse-return-to-results { |
3449 |
#browse-return-to-results { |
| 3458 |
background-color: #e6e6e6; |
3450 |
background-color: #E6E6E6; |
| 3459 |
border: 1px solid lighten($background-color-primary, 30%); |
3451 |
border: 1px solid lighten( $background-color-primary, 30% ); |
| 3460 |
border-bottom-width: 0; |
3452 |
border-bottom-width: 0; |
| 3461 |
border-top-left-radius: 5px; |
3453 |
border-top-left-radius: 5px; |
| 3462 |
border-top-right-radius: 5px; |
3454 |
border-top-right-radius: 5px; |
|
Lines 3467-3473
progress {
Link Here
|
| 3467 |
|
3459 |
|
| 3468 |
.browse-button { |
3460 |
.browse-button { |
| 3469 |
background-color: transparent; |
3461 |
background-color: transparent; |
| 3470 |
border: 1px solid lighten($background-color-primary, 30%); |
3462 |
border: 1px solid lighten( $background-color-primary, 30% ); |
| 3471 |
display: block; |
3463 |
display: block; |
| 3472 |
overflow: hidden; |
3464 |
overflow: hidden; |
| 3473 |
padding: .4em .6em; |
3465 |
padding: .4em .6em; |
|
Lines 3480-3486
a.browse-button {
Link Here
|
| 3480 |
color: $green-text-color; |
3472 |
color: $green-text-color; |
| 3481 |
|
3473 |
|
| 3482 |
&:hover { |
3474 |
&:hover { |
| 3483 |
background: #fff; |
3475 |
background: #FFF; |
| 3484 |
} |
3476 |
} |
| 3485 |
} |
3477 |
} |
| 3486 |
|
3478 |
|
|
Lines 3525-3531
span {
Link Here
|
| 3525 |
} |
3517 |
} |
| 3526 |
} |
3518 |
} |
| 3527 |
|
3519 |
|
| 3528 |
|
|
|
| 3529 |
.result-biblio-itemtype { |
3520 |
.result-biblio-itemtype { |
| 3530 |
float: right; |
3521 |
float: right; |
| 3531 |
font-size: 85%; |
3522 |
font-size: 85%; |
|
Lines 3545-3552
span {
Link Here
|
| 3545 |
} |
3536 |
} |
| 3546 |
|
3537 |
|
| 3547 |
#browse-next { |
3538 |
#browse-next { |
| 3548 |
border-bottom-right-radius: 5px; |
|
|
| 3549 |
border-bottom-left-radius: 5px; |
3539 |
border-bottom-left-radius: 5px; |
|
|
3540 |
border-bottom-right-radius: 5px; |
| 3550 |
} |
3541 |
} |
| 3551 |
|
3542 |
|
| 3552 |
#merge_invoices { |
3543 |
#merge_invoices { |
|
Lines 3624-3637
input.renew {
Link Here
|
| 3624 |
} |
3615 |
} |
| 3625 |
|
3616 |
|
| 3626 |
.onsite-checkout-only { |
3617 |
.onsite-checkout-only { |
| 3627 |
background-color: rgba(255, 242, 206, .5); |
3618 |
background-color: rgba( 255, 242, 206, .5 ); |
| 3628 |
border: 1px solid #FFF2CE; |
3619 |
border: 1px solid #FFF2CE; |
| 3629 |
border-radius: 4px; |
3620 |
border-radius: 4px; |
| 3630 |
} |
3621 |
} |
| 3631 |
|
3622 |
|
| 3632 |
.branchgriditem { |
3623 |
.branchgriditem { |
| 3633 |
background-color: #FFFFFF; |
3624 |
background-color: #FFFFFF; |
| 3634 |
border: 1px solid #bfd9b9; |
3625 |
border: 1px solid #BFD9B9; |
| 3635 |
border-radius: 3px; |
3626 |
border-radius: 3px; |
| 3636 |
display: table-cell; |
3627 |
display: table-cell; |
| 3637 |
float: left; |
3628 |
float: left; |
|
Lines 3658-3671
input.renew {
Link Here
|
| 3658 |
|
3649 |
|
| 3659 |
#new_rule { |
3650 |
#new_rule { |
| 3660 |
background-color: #F4F8F9; |
3651 |
background-color: #F4F8F9; |
| 3661 |
border: 2px solid #bfd9b9; |
3652 |
border: 2px solid #BFD9B9; |
| 3662 |
border-radius: 5px; |
3653 |
border-radius: 5px; |
| 3663 |
display: none; |
3654 |
display: none; |
| 3664 |
margin: .3em; |
3655 |
margin: .3em; |
| 3665 |
padding: .3em; |
3656 |
padding: .3em; |
| 3666 |
} |
3657 |
} |
| 3667 |
|
3658 |
|
| 3668 |
|
|
|
| 3669 |
.blocks { |
3659 |
.blocks { |
| 3670 |
margin-bottom: .3em; |
3660 |
margin-bottom: .3em; |
| 3671 |
} |
3661 |
} |
|
Lines 3691-3705
input.renew {
Link Here
|
| 3691 |
margin-top: 10px; |
3681 |
margin-top: 10px; |
| 3692 |
} |
3682 |
} |
| 3693 |
|
3683 |
|
| 3694 |
.form-group { |
|
|
| 3695 |
margin-bottom: 10px; |
| 3696 |
|
| 3697 |
label { |
| 3698 |
font-weight: bold; |
| 3699 |
} |
| 3700 |
} |
| 3701 |
|
| 3702 |
|
| 3703 |
.form-message { |
3684 |
.form-message { |
| 3704 |
background-color: #FFF; |
3685 |
background-color: #FFF; |
| 3705 |
border: 1px solid #A4BEDD; |
3686 |
border: 1px solid #A4BEDD; |
|
Lines 3719-3725
input.renew {
Link Here
|
| 3719 |
} |
3700 |
} |
| 3720 |
|
3701 |
|
| 3721 |
#fixedlengthbuilderaction { |
3702 |
#fixedlengthbuilderaction { |
| 3722 |
border: 3px solid #e3f1df; |
3703 |
border: 3px solid #E3F1DF; |
| 3723 |
left: 80%; |
3704 |
left: 80%; |
| 3724 |
padding: 5px; |
3705 |
padding: 5px; |
| 3725 |
position: relative; |
3706 |
position: relative; |
|
Lines 3781-3787
input.renew {
Link Here
|
| 3781 |
#search-summary { |
3762 |
#search-summary { |
| 3782 |
position: absolute; |
3763 |
position: absolute; |
| 3783 |
top: 50%; |
3764 |
top: 50%; |
| 3784 |
transform: translateY(-50%); |
3765 |
transform: translateY( -50% ); |
| 3785 |
} |
3766 |
} |
| 3786 |
|
3767 |
|
| 3787 |
#generic_confirm_search_count { |
3768 |
#generic_confirm_search_count { |
|
Lines 3790-3803
input.renew {
Link Here
|
| 3790 |
|
3771 |
|
| 3791 |
#generic_confirm_search { |
3772 |
#generic_confirm_search { |
| 3792 |
display: block; |
3773 |
display: block; |
| 3793 |
visibility: hidden; |
|
|
| 3794 |
margin: 1em 0 1em 10em; |
3774 |
margin: 1em 0 1em 10em; |
|
|
3775 |
visibility: hidden; |
| 3795 |
} |
3776 |
} |
| 3796 |
|
3777 |
|
| 3797 |
#partnerSearch { |
3778 |
#partnerSearch { |
| 3798 |
.modal-dialog { |
3779 |
.modal-dialog { |
| 3799 |
width: 50vw; |
3780 |
width: 50vw; |
| 3800 |
} |
3781 |
} |
|
|
3782 |
|
| 3801 |
.modal-body { |
3783 |
.modal-body { |
| 3802 |
max-height: 70vh; |
3784 |
max-height: 70vh; |
| 3803 |
} |
3785 |
} |
|
Lines 3828-3834
input.renew {
Link Here
|
| 3828 |
width: 100% !important; |
3810 |
width: 100% !important; |
| 3829 |
} |
3811 |
} |
| 3830 |
|
3812 |
|
| 3831 |
.ar-title, .hq-title { |
3813 |
.ar-title, |
|
|
3814 |
.hq-title { |
| 3832 |
.biblio-title { |
3815 |
.biblio-title { |
| 3833 |
font-weight: bold; |
3816 |
font-weight: bold; |
| 3834 |
} |
3817 |
} |
|
Lines 3846-3911
input.renew {
Link Here
|
| 3846 |
h3 { |
3829 |
h3 { |
| 3847 |
margin: 30px 0 10px 0; |
3830 |
margin: 30px 0 10px 0; |
| 3848 |
} |
3831 |
} |
|
|
3832 |
|
| 3849 |
.dialog { |
3833 |
.dialog { |
| 3850 |
h3 { |
3834 |
h3 { |
| 3851 |
margin: 10px 0; |
3835 |
margin: 10px 0; |
| 3852 |
} |
3836 |
} |
|
|
3837 |
|
| 3853 |
margin-bottom: 20px; |
3838 |
margin-bottom: 20px; |
| 3854 |
} |
3839 |
} |
|
|
3840 |
|
| 3855 |
.highlight_stage { |
3841 |
.highlight_stage { |
| 3856 |
font-weight: bold; |
3842 |
font-weight: bold; |
| 3857 |
} |
3843 |
} |
| 3858 |
} |
|
|
| 3859 |
|
| 3860 |
#catalog_stockrotation .highlight_stage { |
| 3861 |
font-weight: bold; |
| 3862 |
} |
| 3863 |
|
3844 |
|
| 3864 |
#stockrotation { |
|
|
| 3865 |
#rota_form { |
3845 |
#rota_form { |
| 3866 |
textarea { |
3846 |
textarea { |
| 3867 |
width: 300px; |
|
|
| 3868 |
height: 100px; |
3847 |
height: 100px; |
|
|
3848 |
width: 300px; |
| 3869 |
} |
3849 |
} |
|
|
3850 |
|
| 3870 |
#name { |
3851 |
#name { |
| 3871 |
width: 300px; |
3852 |
width: 300px; |
| 3872 |
} |
3853 |
} |
|
|
3854 |
|
| 3873 |
fieldset { |
3855 |
fieldset { |
| 3874 |
width: auto; |
3856 |
width: auto; |
| 3875 |
} |
3857 |
} |
| 3876 |
} |
3858 |
} |
| 3877 |
#stage_form fieldset, #add_rota_item_form fieldset { |
3859 |
|
|
|
3860 |
#stage_form fieldset, |
| 3861 |
#add_rota_item_form fieldset { |
| 3878 |
width: auto; |
3862 |
width: auto; |
| 3879 |
} |
3863 |
} |
|
|
3864 |
|
| 3880 |
.dialog.alert { |
3865 |
.dialog.alert { |
| 3881 |
ul { |
3866 |
ul { |
| 3882 |
margin: 20px 0; |
3867 |
margin: 20px 0; |
| 3883 |
} |
3868 |
} |
|
|
3869 |
|
| 3884 |
li { |
3870 |
li { |
| 3885 |
list-style-type: none; |
3871 |
list-style-type: none; |
| 3886 |
} |
3872 |
} |
| 3887 |
} |
3873 |
} |
| 3888 |
} |
3874 |
} |
| 3889 |
|
3875 |
|
|
|
3876 |
#catalog_stockrotation .highlight_stage { |
| 3877 |
font-weight: bold; |
| 3878 |
} |
| 3879 |
|
| 3890 |
#catalog_stockrotation { |
3880 |
#catalog_stockrotation { |
| 3891 |
.item_select_rota { |
3881 |
.item_select_rota { |
| 3892 |
vertical-align: middle; |
3882 |
vertical-align: middle; |
| 3893 |
} |
3883 |
} |
|
|
3884 |
|
| 3894 |
h1 { |
3885 |
h1 { |
| 3895 |
margin-bottom: 20px; |
3886 |
margin-bottom: 20px; |
| 3896 |
} |
3887 |
} |
| 3897 |
} |
3888 |
} |
| 3898 |
|
3889 |
|
| 3899 |
#stockrotation td.actions, #catalog_stockrotation td.actions { |
3890 |
#stockrotation td.actions, |
|
|
3891 |
#catalog_stockrotation td.actions { |
| 3900 |
vertical-align: middle; |
3892 |
vertical-align: middle; |
| 3901 |
} |
3893 |
} |
| 3902 |
|
3894 |
|
| 3903 |
#stockrotation .stage, #catalog_stockrotation .stage { |
3895 |
#stockrotation .stage, |
|
|
3896 |
#catalog_stockrotation .stage { |
| 3897 |
background-color: rgba( 0, 0, 0, .1 ); |
| 3898 |
border-radius: 5px; |
| 3904 |
display: inline-block; |
3899 |
display: inline-block; |
| 3905 |
padding: 5px 7px; |
|
|
| 3906 |
margin: 3px 0 3px 0; |
3900 |
margin: 3px 0 3px 0; |
| 3907 |
border-radius: 5px; |
3901 |
padding: 5px 7px; |
| 3908 |
background-color: rgba(0, 0, 0, .1); |
|
|
| 3909 |
} |
3902 |
} |
| 3910 |
|
3903 |
|
| 3911 |
#restriction_form { |
3904 |
#restriction_form { |
|
Lines 3916-3921
input.renew {
Link Here
|
| 3916 |
|
3909 |
|
| 3917 |
#stage_list_headings { |
3910 |
#stage_list_headings { |
| 3918 |
font-weight: bold; |
3911 |
font-weight: bold; |
|
|
3912 |
|
| 3919 |
span { |
3913 |
span { |
| 3920 |
padding: 3px; |
3914 |
padding: 3px; |
| 3921 |
} |
3915 |
} |
|
Lines 3925-3970
input.renew {
Link Here
|
| 3925 |
ul { |
3919 |
ul { |
| 3926 |
padding-left: 0; |
3920 |
padding-left: 0; |
| 3927 |
} |
3921 |
} |
|
|
3922 |
|
| 3928 |
li { |
3923 |
li { |
| 3929 |
list-style: none; |
3924 |
list-style: none; |
| 3930 |
margin-bottom: 5px; |
3925 |
margin-bottom: 5px; |
|
|
3926 |
|
| 3931 |
span { |
3927 |
span { |
| 3932 |
padding: 6px 3px; |
3928 |
padding: 6px 3px; |
| 3933 |
} |
3929 |
} |
| 3934 |
} |
3930 |
} |
|
|
3931 |
|
| 3935 |
.stagename { |
3932 |
.stagename { |
| 3936 |
width: 15em; |
|
|
| 3937 |
display: inline-block; |
3933 |
display: inline-block; |
|
|
3934 |
width: 15em; |
| 3938 |
} |
3935 |
} |
|
|
3936 |
|
| 3939 |
.stageduration { |
3937 |
.stageduration { |
| 3940 |
width: 10em; |
|
|
| 3941 |
display: inline-block; |
3938 |
display: inline-block; |
|
|
3939 |
width: 10em; |
| 3942 |
} |
3940 |
} |
|
|
3941 |
|
| 3943 |
.stageactions { |
3942 |
.stageactions { |
| 3944 |
display: inline-block; |
3943 |
display: inline-block; |
| 3945 |
} |
3944 |
} |
| 3946 |
li:nth-child(odd) { |
3945 |
|
|
|
3946 |
li:nth-child( odd ) { |
| 3947 |
background-color: #F3F3F3; |
3947 |
background-color: #F3F3F3; |
| 3948 |
} |
3948 |
} |
|
|
3949 |
|
| 3949 |
.drag_handle { |
3950 |
.drag_handle { |
| 3950 |
margin-right: 6px; |
|
|
| 3951 |
cursor: move; |
3951 |
cursor: move; |
|
|
3952 |
margin-right: 6px; |
| 3952 |
} |
3953 |
} |
|
|
3954 |
|
| 3953 |
.drag_placeholder { |
3955 |
.drag_placeholder { |
|
|
3956 |
border: 1px dotted #AAA; |
| 3954 |
height: 2em; |
3957 |
height: 2em; |
| 3955 |
border: 1px dotted #aaa; |
|
|
| 3956 |
} |
3958 |
} |
|
|
3959 |
|
| 3957 |
h3 { |
3960 |
h3 { |
| 3958 |
display: inline-block; |
3961 |
display: inline-block; |
| 3959 |
} |
3962 |
} |
|
|
3963 |
|
| 3960 |
#ajax_status { |
3964 |
#ajax_status { |
| 3961 |
display: inline-block; |
3965 |
background: #F3F3F3; |
| 3962 |
border: 1px solid #bcbcbc; |
3966 |
border: 1px solid #BCBCBC; |
| 3963 |
border-radius: 5px; |
3967 |
border-radius: 5px; |
| 3964 |
padding: 5px; |
3968 |
display: inline-block; |
| 3965 |
margin-left: 10px; |
3969 |
margin-left: 10px; |
| 3966 |
background: #f3f3f3; |
3970 |
padding: 5px; |
| 3967 |
} |
3971 |
} |
|
|
3972 |
|
| 3968 |
#manage_stages_help { |
3973 |
#manage_stages_help { |
| 3969 |
margin: 20px 0; |
3974 |
margin: 20px 0; |
| 3970 |
} |
3975 |
} |
|
Lines 3983-3989
input.renew {
Link Here
|
| 3983 |
.loggedin-menu-label { |
3988 |
.loggedin-menu-label { |
| 3984 |
color: #FFFFFF; |
3989 |
color: #FFFFFF; |
| 3985 |
font-size: 12px; |
3990 |
font-size: 12px; |
| 3986 |
line-height: 1.42857143; |
3991 |
line-height: 1.4286; |
| 3987 |
padding: 4px 12px; |
3992 |
padding: 4px 12px; |
| 3988 |
white-space: nowrap; |
3993 |
white-space: nowrap; |
| 3989 |
|
3994 |
|
|
Lines 4001-4009
input.renew {
Link Here
|
| 4001 |
|
4006 |
|
| 4002 |
/* ==== MODULE LINKS - Start ==== */ |
4007 |
/* ==== MODULE LINKS - Start ==== */ |
| 4003 |
.buttons-list { |
4008 |
.buttons-list { |
|
|
4009 |
max-width: 260px; |
| 4010 |
|
| 4004 |
/* List containing the module links */ |
4011 |
/* List containing the module links */ |
| 4005 |
padding: 0; |
4012 |
padding: 0; |
| 4006 |
max-width: 260px; |
|
|
| 4007 |
|
4013 |
|
| 4008 |
li { |
4014 |
li { |
| 4009 |
/* Standard attributes for the list elements */ |
4015 |
/* Standard attributes for the list elements */ |
|
Lines 4011-4027
input.renew {
Link Here
|
| 4011 |
margin-bottom: 15px; |
4017 |
margin-bottom: 15px; |
| 4012 |
|
4018 |
|
| 4013 |
a { |
4019 |
a { |
| 4014 |
padding: 10px; |
4020 |
background-color: #E0E0E0; |
| 4015 |
background-color: #e0e0e0; |
|
|
| 4016 |
border-radius: 6px; |
4021 |
border-radius: 6px; |
| 4017 |
color: #101010; |
4022 |
color: #101010; |
| 4018 |
display: block; |
4023 |
display: block; |
| 4019 |
font-size: 110%; |
4024 |
font-size: 110%; |
| 4020 |
font-weight: bold; |
4025 |
font-weight: bold; |
|
|
4026 |
padding: 10px; |
| 4021 |
|
4027 |
|
| 4022 |
&:hover { |
4028 |
&:hover { |
| 4023 |
background-color: $background-color-primary; |
4029 |
background-color: $background-color-primary; |
| 4024 |
color: white; |
4030 |
color: #FFF; |
| 4025 |
text-decoration: none; |
4031 |
text-decoration: none; |
| 4026 |
} |
4032 |
} |
| 4027 |
} |
4033 |
} |
|
Lines 4029-4052
input.renew {
Link Here
|
| 4029 |
} |
4035 |
} |
| 4030 |
|
4036 |
|
| 4031 |
.about h2 { |
4037 |
.about h2 { |
| 4032 |
border-bottom: 1px solid #bfd9b9; |
4038 |
border-bottom: 1px solid #BFD9B9; |
|
|
4039 |
margin: .5em 0; |
| 4033 |
padding: .5em .2em; |
4040 |
padding: .5em .2em; |
| 4034 |
margin: .5em 0; |
|
|
| 4035 |
} |
4041 |
} |
| 4036 |
|
4042 |
|
| 4037 |
.columns-2 { |
4043 |
.columns-2 { |
| 4038 |
columns: 2 auto; |
|
|
| 4039 |
column-gap: 2.5em; |
4044 |
column-gap: 2.5em; |
|
|
4045 |
columns: 2 auto; |
| 4040 |
} |
4046 |
} |
| 4041 |
|
4047 |
|
| 4042 |
.columns-3 { |
4048 |
.columns-3 { |
| 4043 |
columns: 3 auto; |
|
|
| 4044 |
column-gap: 2.5em; |
4049 |
column-gap: 2.5em; |
|
|
4050 |
columns: 3 auto; |
| 4045 |
} |
4051 |
} |
| 4046 |
|
4052 |
|
| 4047 |
.columns-4 { |
4053 |
.columns-4 { |
| 4048 |
columns: 4 auto; |
|
|
| 4049 |
column-gap: 2em; |
4054 |
column-gap: 2em; |
|
|
4055 |
columns: 4 auto; |
| 4050 |
} |
4056 |
} |
| 4051 |
|
4057 |
|
| 4052 |
/* ==== MODULE LINKS - End ==== */ |
4058 |
/* ==== MODULE LINKS - End ==== */ |
|
Lines 4056-4062
input.renew {
Link Here
|
| 4056 |
padding-right: .3em; |
4062 |
padding-right: .3em; |
| 4057 |
} |
4063 |
} |
| 4058 |
|
4064 |
|
| 4059 |
|
|
|
| 4060 |
#catalog-search-dropdown { |
4065 |
#catalog-search-dropdown { |
| 4061 |
padding: 0; |
4066 |
padding: 0; |
| 4062 |
|
4067 |
|
|
Lines 4139-4150
input.renew {
Link Here
|
| 4139 |
border-bottom-width: 1px; |
4144 |
border-bottom-width: 1px; |
| 4140 |
} |
4145 |
} |
| 4141 |
|
4146 |
|
| 4142 |
&:nth-child(odd) { |
4147 |
&:nth-child( odd ) { |
| 4143 |
background-color: #F8F8F8; |
4148 |
background-color: #F8F8F8; |
| 4144 |
} |
4149 |
} |
| 4145 |
} |
4150 |
} |
| 4146 |
|
4151 |
|
| 4147 |
|
|
|
| 4148 |
.superlibrarian-hint { |
4152 |
.superlibrarian-hint { |
| 4149 |
color: #000; |
4153 |
color: #000; |
| 4150 |
padding: .2em 0; |
4154 |
padding: .2em 0; |
|
Lines 4166-4172
input.renew {
Link Here
|
| 4166 |
border-bottom-width: 1px; |
4170 |
border-bottom-width: 1px; |
| 4167 |
} |
4171 |
} |
| 4168 |
|
4172 |
|
| 4169 |
&:nth-child(odd) { |
4173 |
&:nth-child( odd ) { |
| 4170 |
background-color: #EEE; |
4174 |
background-color: #EEE; |
| 4171 |
} |
4175 |
} |
| 4172 |
} |
4176 |
} |
|
Lines 4250-4257
div .suggestion_note {
Link Here
|
| 4250 |
} |
4254 |
} |
| 4251 |
|
4255 |
|
| 4252 |
.result_item_details { |
4256 |
.result_item_details { |
| 4253 |
display:inline-block; |
4257 |
display: inline-block; |
| 4254 |
white-space:nowrap; |
4258 |
white-space: nowrap; |
| 4255 |
|
4259 |
|
| 4256 |
&::before { |
4260 |
&::before { |
| 4257 |
content: "\2022"; |
4261 |
content: "\2022"; |
|
Lines 4263-4269
div .suggestion_note {
Link Here
|
| 4263 |
} |
4267 |
} |
| 4264 |
} |
4268 |
} |
| 4265 |
|
4269 |
|
| 4266 |
#camera, #output { |
4270 |
#camera, |
|
|
4271 |
#output { |
| 4267 |
border: 8px solid #EDF4F6; |
4272 |
border: 8px solid #EDF4F6; |
| 4268 |
padding: 1em; |
4273 |
padding: 1em; |
| 4269 |
} |
4274 |
} |
|
Lines 4275-4282
div .suggestion_note {
Link Here
|
| 4275 |
|
4280 |
|
| 4276 |
#camera-error { |
4281 |
#camera-error { |
| 4277 |
display: none; |
4282 |
display: none; |
| 4278 |
flex-direction: row; |
|
|
| 4279 |
flex-wrap: nowrap; |
| 4280 |
|
4283 |
|
| 4281 |
div { |
4284 |
div { |
| 4282 |
padding: 0 .5em; |
4285 |
padding: 0 .5em; |
|
Lines 4288-4308
div .suggestion_note {
Link Here
|
| 4288 |
margin: .5em; |
4291 |
margin: .5em; |
| 4289 |
} |
4292 |
} |
| 4290 |
|
4293 |
|
| 4291 |
.tab-pane { |
|
|
| 4292 |
&.active { |
| 4293 |
@include clearfix(); |
| 4294 |
} |
| 4295 |
} |
| 4296 |
|
| 4297 |
@import "header"; |
4294 |
@import "header"; |
| 4298 |
@import "toolbar"; |
4295 |
@import "toolbar"; |
| 4299 |
@import "forms"; |
4296 |
@import "forms"; |
| 4300 |
|
4297 |
|
| 4301 |
@media (min-width: 200px) { |
4298 |
@media ( max-width: 767px ) { |
| 4302 |
|
|
|
| 4303 |
} |
| 4304 |
|
| 4305 |
@media (max-width: 767px) { |
| 4306 |
.header-menu-link { |
4299 |
.header-menu-link { |
| 4307 |
display: inline-block; |
4300 |
display: inline-block; |
| 4308 |
} |
4301 |
} |
|
Lines 4329-4335
div .suggestion_note {
Link Here
|
| 4329 |
.open { |
4322 |
.open { |
| 4330 |
.dropdown-menu { |
4323 |
.dropdown-menu { |
| 4331 |
background-color: #352C2E; |
4324 |
background-color: #352C2E; |
| 4332 |
border: 1px solid #ccc; |
4325 |
border: 1px solid #CCC; |
| 4333 |
position: absolute; |
4326 |
position: absolute; |
| 4334 |
} |
4327 |
} |
| 4335 |
} |
4328 |
} |
|
Lines 4344-4353
div .suggestion_note {
Link Here
|
| 4344 |
padding-left: 1.5em; |
4337 |
padding-left: 1.5em; |
| 4345 |
|
4338 |
|
| 4346 |
&:hover { |
4339 |
&:hover { |
| 4347 |
text-decoration: underline; |
|
|
| 4348 |
color: #FFF; |
| 4349 |
background-color: #352C2E; |
4340 |
background-color: #352C2E; |
| 4350 |
background-image: none; |
4341 |
background-image: none; |
|
|
4342 |
color: #FFF; |
| 4343 |
text-decoration: underline; |
| 4351 |
} |
4344 |
} |
| 4352 |
} |
4345 |
} |
| 4353 |
|
4346 |
|
|
Lines 4386-4392
div .suggestion_note {
Link Here
|
| 4386 |
#user-menu { |
4379 |
#user-menu { |
| 4387 |
.open { |
4380 |
.open { |
| 4388 |
.dropdown-menu { |
4381 |
.dropdown-menu { |
| 4389 |
background-color: #352c35; |
4382 |
background-color: #352C35; |
| 4390 |
position: absolute; |
4383 |
position: absolute; |
| 4391 |
} |
4384 |
} |
| 4392 |
} |
4385 |
} |
|
Lines 4401-4410
div .suggestion_note {
Link Here
|
| 4401 |
} |
4394 |
} |
| 4402 |
} |
4395 |
} |
| 4403 |
|
4396 |
|
| 4404 |
@media (max-width: 768px) { |
4397 |
@media ( max-width: 768px ) { |
| 4405 |
.navbar-nav { |
4398 |
.navbar-nav { |
| 4406 |
li { |
4399 |
li { |
| 4407 |
|
|
|
| 4408 |
a { |
4400 |
a { |
| 4409 |
padding: .4em .6em; |
4401 |
padding: .4em .6em; |
| 4410 |
} |
4402 |
} |
|
Lines 4430-4439
div .suggestion_note {
Link Here
|
| 4430 |
} |
4422 |
} |
| 4431 |
} |
4423 |
} |
| 4432 |
|
4424 |
|
| 4433 |
@media (min-width: 800px) { |
4425 |
@media ( min-width: 800px ) { |
| 4434 |
|
|
|
| 4435 |
|
| 4436 |
|
| 4437 |
#helper { |
4426 |
#helper { |
| 4438 |
i { |
4427 |
i { |
| 4439 |
display: none; |
4428 |
display: none; |
|
Lines 4481-4490
div .suggestion_note {
Link Here
|
| 4481 |
} |
4470 |
} |
| 4482 |
|
4471 |
|
| 4483 |
body.modalprinter .modal-dialog.focused { |
4472 |
body.modalprinter .modal-dialog.focused { |
| 4484 |
position: absolute; |
|
|
| 4485 |
padding: 0; |
| 4486 |
margin: 0; |
| 4487 |
left: 0; |
4473 |
left: 0; |
|
|
4474 |
margin: 0; |
| 4475 |
padding: 0; |
| 4476 |
position: absolute; |
| 4488 |
top: 0; |
4477 |
top: 0; |
| 4489 |
} |
4478 |
} |
| 4490 |
|
4479 |
|
| 4491 |
- |
|
|