|
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 1216-1236
dd {
Link Here
|
| 1216 |
} |
1215 |
} |
| 1217 |
} |
1216 |
} |
| 1218 |
|
1217 |
|
| 1219 |
|
|
|
| 1220 |
.patroninfo { |
1218 |
.patroninfo { |
| 1221 |
margin-right: .5em; |
1219 |
background-color: #E6E6E6; |
| 1222 |
padding-top: 1em; |
|
|
| 1223 |
background-color: #e6e6e6; |
| 1224 |
color: #000; |
1220 |
color: #000; |
| 1225 |
left: -10px; |
1221 |
left: -10px; |
| 1226 |
width: 100%; |
1222 |
margin-right: .5em; |
| 1227 |
padding-bottom: 25px; |
1223 |
padding-bottom: 25px; |
|
|
1224 |
padding-top: 1em; |
| 1225 |
width: 100%; |
| 1228 |
|
1226 |
|
| 1229 |
h5 { |
1227 |
h5 { |
|
|
1228 |
color: #000; |
| 1229 |
font-weight: bold; |
| 1230 |
margin-bottom: 0; |
1230 |
margin-bottom: 0; |
| 1231 |
padding: .5em .9em; |
1231 |
padding: .5em .9em; |
| 1232 |
font-weight: bold; |
|
|
| 1233 |
color: #000; |
| 1234 |
|
1232 |
|
| 1235 |
&:empty { |
1233 |
&:empty { |
| 1236 |
border-right: 0; |
1234 |
border-right: 0; |
|
Lines 1254-1260
dd {
Link Here
|
| 1254 |
li { |
1252 |
li { |
| 1255 |
list-style-type: none; |
1253 |
list-style-type: none; |
| 1256 |
margin: 0; |
1254 |
margin: 0; |
| 1257 |
|
|
|
| 1258 |
} |
1255 |
} |
| 1259 |
} |
1256 |
} |
| 1260 |
|
1257 |
|
|
Lines 1268-1276
dd {
Link Here
|
| 1268 |
} |
1265 |
} |
| 1269 |
|
1266 |
|
| 1270 |
.patroninfo-heading { |
1267 |
.patroninfo-heading { |
| 1271 |
padding: .5em; |
|
|
| 1272 |
margin-bottom: .3em; |
| 1273 |
clear: both; |
1268 |
clear: both; |
|
|
1269 |
margin-bottom: .3em; |
| 1270 |
padding: .5em; |
| 1274 |
|
1271 |
|
| 1275 |
h3 { |
1272 |
h3 { |
| 1276 |
display: inline-block; |
1273 |
display: inline-block; |
|
Lines 1301-1308
dd {
Link Here
|
| 1301 |
.patronimage { |
1298 |
.patronimage { |
| 1302 |
border: 1px solid #EEE; |
1299 |
border: 1px solid #EEE; |
| 1303 |
display: block; |
1300 |
display: block; |
| 1304 |
max-width: 160px; |
|
|
| 1305 |
margin: auto; |
1301 |
margin: auto; |
|
|
1302 |
max-width: 160px; |
| 1306 |
opacity: 1; |
1303 |
opacity: 1; |
| 1307 |
transition: .2s ease; |
1304 |
transition: .2s ease; |
| 1308 |
|
1305 |
|
|
Lines 1326-1346
dd {
Link Here
|
| 1326 |
|
1323 |
|
| 1327 |
.patronimage-control { |
1324 |
.patronimage-control { |
| 1328 |
padding: 1em 2em; |
1325 |
padding: 1em 2em; |
| 1329 |
} |
1326 |
} |
| 1330 |
|
1327 |
|
| 1331 |
#patronImageEdit input[type="file" ] { |
1328 |
#patronImageEdit input[type="file"] { |
| 1332 |
display: inline-block; |
1329 |
display: inline-block; |
| 1333 |
} |
1330 |
} |
| 1334 |
|
1331 |
|
| 1335 |
#addColumn, #delColumn{ |
1332 |
#addColumn, |
| 1336 |
color: $green-text-color; |
1333 |
#delColumn { |
| 1337 |
padding: .3em; |
|
|
| 1338 |
border: none; |
| 1339 |
background-color: transparent; |
1334 |
background-color: transparent; |
|
|
1335 |
border: none; |
| 1340 |
box-shadow: none; |
1336 |
box-shadow: none; |
|
|
1337 |
color: $green-text-color; |
| 1341 |
font-size: 100%; |
1338 |
font-size: 100%; |
|
|
1339 |
padding: .3em; |
| 1342 |
|
1340 |
|
| 1343 |
&:hover{ |
1341 |
&:hover { |
| 1344 |
text-decoration: underline; |
1342 |
text-decoration: underline; |
| 1345 |
} |
1343 |
} |
| 1346 |
} |
1344 |
} |
|
Lines 1379-1390
dd {
Link Here
|
| 1379 |
} |
1377 |
} |
| 1380 |
} |
1378 |
} |
| 1381 |
} |
1379 |
} |
| 1382 |
|
|
|
| 1383 |
} |
1380 |
} |
| 1384 |
|
1381 |
|
| 1385 |
.readonly, |
1382 |
.readonly, |
| 1386 |
input[type='text']:read-only { |
1383 |
input[type="text"]:read-only { |
| 1387 |
background: #EEE url("../img/locked.png") center left no-repeat; |
1384 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
| 1388 |
border-style: inset; |
1385 |
border-style: inset; |
| 1389 |
border-width: 1px; |
1386 |
border-width: 1px; |
| 1390 |
cursor: default; |
1387 |
cursor: default; |
|
Lines 1392-1398
input[type='text']:read-only {
Link Here
|
| 1392 |
} |
1389 |
} |
| 1393 |
|
1390 |
|
| 1394 |
.readonly:focus, |
1391 |
.readonly:focus, |
| 1395 |
input[type='text']:read-only:focus { |
1392 |
input[type="text"]:read-only:focus { |
| 1396 |
border-color: unset; |
1393 |
border-color: unset; |
| 1397 |
border-radius: unset; |
1394 |
border-radius: unset; |
| 1398 |
} |
1395 |
} |
|
Lines 1407-1413
input[type='text']:read-only:focus {
Link Here
|
| 1407 |
} |
1404 |
} |
| 1408 |
|
1405 |
|
| 1409 |
.important_subfield_not_filled { |
1406 |
.important_subfield_not_filled { |
| 1410 |
background-color : #FFFFCC; |
1407 |
background-color: #FFFFCC; |
| 1411 |
} |
1408 |
} |
| 1412 |
|
1409 |
|
| 1413 |
.content_hidden { |
1410 |
.content_hidden { |
|
Lines 1480-1487
i {
Link Here
|
| 1480 |
} |
1477 |
} |
| 1481 |
|
1478 |
|
| 1482 |
.circ-settings { |
1479 |
.circ-settings { |
| 1483 |
border-top: 2px solid #EEE; |
|
|
| 1484 |
border-radius: 0; |
1480 |
border-radius: 0; |
|
|
1481 |
border-top: 2px solid #EEE; |
| 1485 |
display: none; |
1482 |
display: none; |
| 1486 |
margin-left: -1em; |
1483 |
margin-left: -1em; |
| 1487 |
margin-right: -1em; |
1484 |
margin-right: -1em; |
|
Lines 1491-1506
i {
Link Here
|
| 1491 |
|
1488 |
|
| 1492 |
#show-circ-settings { |
1489 |
#show-circ-settings { |
| 1493 |
display: inline; |
1490 |
display: inline; |
|
|
1491 |
opacity: .5; |
| 1494 |
position: relative; |
1492 |
position: relative; |
| 1495 |
right: 25px; |
1493 |
right: 25px; |
| 1496 |
opacity: .5; |
|
|
| 1497 |
|
1494 |
|
| 1498 |
&:hover { |
1495 |
&:hover { |
| 1499 |
opacity: 1; |
1496 |
opacity: 1; |
| 1500 |
} |
1497 |
} |
| 1501 |
|
1498 |
|
| 1502 |
a { |
1499 |
a { |
| 1503 |
color: rgb(105, 105, 105); |
1500 |
color: rgb( 105, 105, 105 ); |
| 1504 |
|
1501 |
|
| 1505 |
&:hover { |
1502 |
&:hover { |
| 1506 |
text-decoration: none; |
1503 |
text-decoration: none; |
|
Lines 1511-1517
i {
Link Here
|
| 1511 |
.checkin-active-setting { |
1508 |
.checkin-active-setting { |
| 1512 |
background-color: #FFC; |
1509 |
background-color: #FFC; |
| 1513 |
border-radius: 3px; |
1510 |
border-radius: 3px; |
| 1514 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
1511 |
box-shadow: 1px 1px 2px 0 rgba( 102, 102, 102, .5 ); |
| 1515 |
margin: .5em; |
1512 |
margin: .5em; |
| 1516 |
padding: .5em; |
1513 |
padding: .5em; |
| 1517 |
} |
1514 |
} |
|
Lines 1521-1528
i {
Link Here
|
| 1521 |
} |
1518 |
} |
| 1522 |
|
1519 |
|
| 1523 |
.form-group { |
1520 |
.form-group { |
|
|
1521 |
margin-bottom: 10px; |
| 1522 |
|
| 1524 |
label { |
1523 |
label { |
| 1525 |
display: block; |
1524 |
display: block; |
|
|
1525 |
font-weight: bold; |
| 1526 |
margin-bottom: 5px; |
1526 |
margin-bottom: 5px; |
| 1527 |
} |
1527 |
} |
| 1528 |
|
1528 |
|
|
Lines 1552-1561
i {
Link Here
|
| 1552 |
|
1552 |
|
| 1553 |
.dialog { |
1553 |
.dialog { |
| 1554 |
margin: 1em auto; |
1554 |
margin: 1em auto; |
|
|
1555 |
max-width: 600px; |
| 1555 |
padding: .5em; |
1556 |
padding: .5em; |
| 1556 |
text-align: center; |
1557 |
text-align: center; |
| 1557 |
width: 65%; |
1558 |
width: 65%; |
| 1558 |
max-width: 600px; |
|
|
| 1559 |
|
1559 |
|
| 1560 |
a { |
1560 |
a { |
| 1561 |
&.approve { |
1561 |
&.approve { |
|
Lines 1601-1644
i {
Link Here
|
| 1601 |
|
1601 |
|
| 1602 |
&.approve { |
1602 |
&.approve { |
| 1603 |
background-color: #FEC32C; |
1603 |
background-color: #FEC32C; |
| 1604 |
color: #000; |
|
|
| 1605 |
border: 0; |
| 1606 |
background-image: none; |
1604 |
background-image: none; |
|
|
1605 |
border: 0; |
| 1606 |
color: #000; |
| 1607 |
margin-top: 5px; |
1607 |
margin-top: 5px; |
| 1608 |
|
1608 |
|
| 1609 |
&:hover, |
1609 |
&:hover, |
| 1610 |
&:active, |
1610 |
&:active, |
| 1611 |
&:focus { |
1611 |
&:focus { |
| 1612 |
background-color: #fec22c9f; |
1612 |
background-color: #FEC22C9F; |
| 1613 |
} |
1613 |
} |
| 1614 |
} |
1614 |
} |
| 1615 |
|
1615 |
|
| 1616 |
&.deny { |
1616 |
&.deny { |
| 1617 |
background-color: transparent; |
1617 |
background-color: transparent; |
| 1618 |
color: #696969; |
1618 |
background-image: none; |
| 1619 |
border: #696969 double 1px; |
1619 |
border: #696969 double 1px; |
| 1620 |
margin-top: 5px; |
1620 |
border-radius: 4px; |
| 1621 |
margin-left: 5px; |
1621 |
color: #696969; |
| 1622 |
|
1622 |
cursor: pointer; |
| 1623 |
display: inline-block; |
1623 |
display: inline-block; |
| 1624 |
margin-bottom: 0; |
1624 |
font-size: 12px; |
| 1625 |
font-weight: normal; |
1625 |
font-weight: normal; |
|
|
1626 |
line-height: 1.4286; |
| 1627 |
margin-bottom: 0; |
| 1628 |
margin-left: 5px; |
| 1629 |
margin-top: 5px; |
| 1630 |
padding: 6px 12px; |
| 1626 |
text-align: center; |
1631 |
text-align: center; |
| 1627 |
white-space: nowrap; |
|
|
| 1628 |
vertical-align: middle; |
| 1629 |
touch-action: manipulation; |
1632 |
touch-action: manipulation; |
| 1630 |
cursor: pointer; |
|
|
| 1631 |
background-image: none; |
| 1632 |
padding: 6px 12px; |
| 1633 |
font-size: 12px; |
| 1634 |
line-height: 1.42857143; |
| 1635 |
border-radius: 4px; |
| 1636 |
user-select: none; |
1633 |
user-select: none; |
|
|
1634 |
vertical-align: middle; |
| 1635 |
white-space: nowrap; |
| 1637 |
|
1636 |
|
| 1638 |
&:hover { |
1637 |
&:hover { |
| 1639 |
font-weight: bold; |
|
|
| 1640 |
background-color: #F1F1F1; |
1638 |
background-color: #F1F1F1; |
| 1641 |
border: #696969 double 1px; |
1639 |
border: #696969 double 1px; |
|
|
1640 |
font-weight: bold; |
| 1642 |
text-decoration: none; |
1641 |
text-decoration: none; |
| 1643 |
} |
1642 |
} |
| 1644 |
} |
1643 |
} |
|
Lines 1655-1661
i {
Link Here
|
| 1655 |
|
1654 |
|
| 1656 |
p { |
1655 |
p { |
| 1657 |
margin-top: 0; |
1656 |
margin-top: 0; |
| 1658 |
&+p { |
1657 |
|
|
|
1658 |
& + p { |
| 1659 |
margin-top: 5px; |
1659 |
margin-top: 5px; |
| 1660 |
} |
1660 |
} |
| 1661 |
} |
1661 |
} |
|
Lines 1711-1720
i {
Link Here
|
| 1711 |
} |
1711 |
} |
| 1712 |
} |
1712 |
} |
| 1713 |
|
1713 |
|
| 1714 |
|
|
|
| 1715 |
.approve, |
1714 |
.approve, |
| 1716 |
.success { |
1715 |
.success { |
| 1717 |
background-color: #FEC32C; |
1716 |
background-color: #FEC32C; |
|
|
1717 |
|
| 1718 |
i { |
1718 |
i { |
| 1719 |
&.fa { |
1719 |
&.fa { |
| 1720 |
color: $green-text-color; |
1720 |
color: $green-text-color; |
|
Lines 1742-1748
i {
Link Here
|
| 1742 |
i { |
1742 |
i { |
| 1743 |
&.fa-exclamation-triangle { |
1743 |
&.fa-exclamation-triangle { |
| 1744 |
color: #FFD700; |
1744 |
color: #FFD700; |
| 1745 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3); |
1745 |
text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3 ); |
| 1746 |
} |
1746 |
} |
| 1747 |
} |
1747 |
} |
| 1748 |
} |
1748 |
} |
|
Lines 1782-1795
i {
Link Here
|
| 1782 |
} |
1782 |
} |
| 1783 |
|
1783 |
|
| 1784 |
.barcode { |
1784 |
.barcode { |
|
|
1785 |
border-radius: 0; |
| 1785 |
font-size: 100%; |
1786 |
font-size: 100%; |
| 1786 |
vertical-align: middle; |
|
|
| 1787 |
font-style: italic; |
1787 |
font-style: italic; |
| 1788 |
width: 250px; |
|
|
| 1789 |
height: 30px; |
1788 |
height: 30px; |
| 1790 |
padding-left: 5px; |
1789 |
padding-left: 5px; |
| 1791 |
padding-right: 30px; |
1790 |
padding-right: 30px; |
| 1792 |
border-radius: 0; |
1791 |
vertical-align: middle; |
|
|
1792 |
width: 250px; |
| 1793 |
} |
1793 |
} |
| 1794 |
|
1794 |
|
| 1795 |
li { |
1795 |
li { |
|
Lines 1854-1869
li {
Link Here
|
| 1854 |
} |
1854 |
} |
| 1855 |
|
1855 |
|
| 1856 |
& + p { |
1856 |
& + p { |
| 1857 |
border-top: 1px solid #eee; |
1857 |
border-top: 1px solid #EEE; |
| 1858 |
margin-top: 1em; |
1858 |
margin-top: 1em; |
| 1859 |
padding-top: 1em; |
1859 |
padding-top: 1em; |
| 1860 |
} |
1860 |
} |
| 1861 |
} |
1861 |
} |
| 1862 |
|
1862 |
|
| 1863 |
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper { |
1863 |
#catalogue_stats_wrapper, |
|
|
1864 |
#tbl_cash_register_stats_wrapper, |
| 1865 |
#resulttable_wrapper, |
| 1866 |
#numberpatternst_wrapper { |
| 1864 |
background-color: #FFFFFF; |
1867 |
background-color: #FFFFFF; |
|
|
1868 |
box-shadow: 8px 8px 12px rgba( 170, 170, 170, .356 ); |
| 1865 |
margin-top: 20px; |
1869 |
margin-top: 20px; |
| 1866 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, .356); |
|
|
| 1867 |
padding: 20px; |
1870 |
padding: 20px; |
| 1868 |
} |
1871 |
} |
| 1869 |
|
1872 |
|
|
Lines 1871-1897
li {
Link Here
|
| 1871 |
background-color: #FFFFFF; |
1874 |
background-color: #FFFFFF; |
| 1872 |
margin-top: 20px; |
1875 |
margin-top: 20px; |
| 1873 |
min-width: 100%; |
1876 |
min-width: 100%; |
| 1874 |
width: fit-content; |
|
|
| 1875 |
padding: 20px; |
1877 |
padding: 20px; |
|
|
1878 |
width: fit-content; |
| 1876 |
|
1879 |
|
| 1877 |
fieldset { |
1880 |
fieldset { |
| 1878 |
box-shadow: none; |
1881 |
box-shadow: none; |
| 1879 |
} |
1882 |
} |
| 1880 |
|
1883 |
|
| 1881 |
h3{ |
1884 |
h3 { |
| 1882 |
padding-bottom: .7em; |
|
|
| 1883 |
margin: 0; |
| 1884 |
color: #696969; |
1885 |
color: #696969; |
|
|
1886 |
margin: 0; |
| 1887 |
padding-bottom: .7em; |
| 1885 |
} |
1888 |
} |
| 1886 |
|
1889 |
|
| 1887 |
td { |
1890 |
td { |
| 1888 |
ul { |
1891 |
ul { |
| 1889 |
li { |
1892 |
li { |
| 1890 |
clear: left; |
1893 |
clear: left; |
|
|
1894 |
color: #000; |
| 1891 |
font-size: 90%; |
1895 |
font-size: 90%; |
| 1892 |
list-style: url("../img/item-bullet.svg"); |
1896 |
list-style: url( "../img/item-bullet.svg" ); |
| 1893 |
padding: .2em 0; |
1897 |
padding: .2em 0; |
| 1894 |
color: #000; |
|
|
| 1895 |
top: 100%; |
1898 |
top: 100%; |
| 1896 |
|
1899 |
|
| 1897 |
&.result_itype_image { |
1900 |
&.result_itype_image { |
|
Lines 1942-1947
li {
Link Here
|
| 1942 |
ul { |
1945 |
ul { |
| 1943 |
margin: 0; |
1946 |
margin: 0; |
| 1944 |
padding-left: 0; |
1947 |
padding-left: 0; |
|
|
1948 |
|
| 1945 |
li { |
1949 |
li { |
| 1946 |
clear: none; |
1950 |
clear: none; |
| 1947 |
float: left; |
1951 |
float: left; |
|
Lines 1962-1992
li {
Link Here
|
| 1962 |
color: #000; |
1966 |
color: #000; |
| 1963 |
|
1967 |
|
| 1964 |
&:hover { |
1968 |
&:hover { |
|
|
1969 |
background-color: #FFFFFF; |
| 1965 |
background-image: none; |
1970 |
background-image: none; |
| 1966 |
color: #000; |
1971 |
color: #000; |
| 1967 |
text-decoration: underline; |
1972 |
text-decoration: underline; |
| 1968 |
background-color: #FFFFFF; |
|
|
| 1969 |
} |
1973 |
} |
| 1970 |
} |
1974 |
} |
| 1971 |
} |
1975 |
} |
| 1972 |
} |
1976 |
} |
| 1973 |
|
1977 |
|
| 1974 |
.searchheader { |
1978 |
.searchheader { |
| 1975 |
background-color: #f3f4f4; |
1979 |
background-color: #F3F4F4; |
| 1976 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.2); |
1980 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 ); |
|
|
1981 |
color: #696969; |
| 1982 |
display: block; |
| 1977 |
font-size: 80%; |
1983 |
font-size: 80%; |
| 1978 |
margin-top: .5em; |
|
|
| 1979 |
margin-bottom: .5em; |
1984 |
margin-bottom: .5em; |
|
|
1985 |
margin-top: .5em; |
| 1980 |
padding: 5px; |
1986 |
padding: 5px; |
| 1981 |
width: 100%; |
1987 |
width: 100%; |
| 1982 |
color: #696969; |
|
|
| 1983 |
display: block; |
| 1984 |
|
1988 |
|
| 1985 |
&.floating { |
1989 |
&.floating { |
| 1986 |
border-radius: 0; |
1990 |
border-radius: 0; |
| 1987 |
box-shadow: 0 0 2px 1px rgba(0,0,0,.4); |
1991 |
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .4 ); |
| 1988 |
margin-top: 0; |
|
|
| 1989 |
margin-bottom: 0; |
1992 |
margin-bottom: 0; |
|
|
1993 |
margin-top: 0; |
| 1990 |
z-index: 100; |
1994 |
z-index: 100; |
| 1991 |
} |
1995 |
} |
| 1992 |
|
1996 |
|
|
Lines 2046-2055
li {
Link Here
|
| 2046 |
width: 30px; |
2050 |
width: 30px; |
| 2047 |
} |
2051 |
} |
| 2048 |
|
2052 |
|
| 2049 |
|
|
|
| 2050 |
|
| 2051 |
#search-facets { |
2053 |
#search-facets { |
| 2052 |
background-color: #e6e6e6; |
2054 |
background-color: #E6E6E6; |
| 2053 |
|
2055 |
|
| 2054 |
h4 { |
2056 |
h4 { |
| 2055 |
background-color: $background-color-primary; |
2057 |
background-color: $background-color-primary; |
|
Lines 2095-2109
li {
Link Here
|
| 2095 |
} |
2097 |
} |
| 2096 |
|
2098 |
|
| 2097 |
#biblio-cover-slider { |
2099 |
#biblio-cover-slider { |
| 2098 |
border: 1px solid #bfd9b9; |
2100 |
border: 1px solid #BFD9B9; |
| 2099 |
border-radius: 3px; |
2101 |
border-radius: 3px; |
| 2100 |
margin: 5px; |
2102 |
margin: 5px; |
| 2101 |
padding: 10px 5px 5px 5px; |
|
|
| 2102 |
min-height: 175px; |
2103 |
min-height: 175px; |
|
|
2104 |
padding: 10px 5px 5px 5px; |
| 2103 |
} |
2105 |
} |
| 2104 |
|
2106 |
|
| 2105 |
.cover-slides { |
2107 |
.cover-slides { |
| 2106 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2108 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
| 2107 |
|
2109 |
|
| 2108 |
.hint { |
2110 |
.hint { |
| 2109 |
font-size: 90%; |
2111 |
font-size: 90%; |
|
Lines 2114-2120
li {
Link Here
|
| 2114 |
&.nav-active { |
2116 |
&.nav-active { |
| 2115 |
&:link, |
2117 |
&:link, |
| 2116 |
&:visited { |
2118 |
&:visited { |
| 2117 |
color: #85ca11; |
2119 |
color: #85CA11; |
| 2118 |
} |
2120 |
} |
| 2119 |
} |
2121 |
} |
| 2120 |
} |
2122 |
} |
|
Lines 2124-2131
td {
Link Here
|
| 2124 |
&.actions { |
2126 |
&.actions { |
| 2125 |
white-space: nowrap; |
2127 |
white-space: nowrap; |
| 2126 |
} |
2128 |
} |
|
|
2129 |
|
| 2127 |
&.bookcoverimg { |
2130 |
&.bookcoverimg { |
| 2128 |
background: #FFF url("../img/spinner-small.gif") center center no-repeat; |
2131 |
background: #FFF url( "../img/spinner-small.gif" ) center center no-repeat; |
| 2129 |
min-width: 120px; |
2132 |
min-width: 120px; |
| 2130 |
text-align: center; |
2133 |
text-align: center; |
| 2131 |
} |
2134 |
} |
|
Lines 2150-2169
td {
Link Here
|
| 2150 |
} |
2153 |
} |
| 2151 |
|
2154 |
|
| 2152 |
.highlight_toggle { |
2155 |
.highlight_toggle { |
| 2153 |
color: $green-text-color; |
|
|
| 2154 |
padding: .3em; |
| 2155 |
border: 0; |
| 2156 |
background-color: transparent; |
2156 |
background-color: transparent; |
| 2157 |
border: 0; |
2157 |
border: 0; |
| 2158 |
box-shadow: none; |
2158 |
box-shadow: none; |
|
|
2159 |
color: $green-text-color; |
| 2159 |
font-size: 100%; |
2160 |
font-size: 100%; |
|
|
2161 |
padding: .3em; |
| 2160 |
|
2162 |
|
| 2161 |
&:hover { |
2163 |
&:hover { |
| 2162 |
text-decoration: underline; |
2164 |
text-decoration: underline; |
| 2163 |
} |
2165 |
} |
| 2164 |
} |
2166 |
} |
| 2165 |
|
2167 |
|
| 2166 |
|
|
|
| 2167 |
.cover-image { |
2168 |
.cover-image { |
| 2168 |
display: none; |
2169 |
display: none; |
| 2169 |
|
2170 |
|
|
Lines 2196-2204
td {
Link Here
|
| 2196 |
#CheckAll, |
2197 |
#CheckAll, |
| 2197 |
#CheckNone, |
2198 |
#CheckNone, |
| 2198 |
#CheckPending { |
2199 |
#CheckPending { |
|
|
2200 |
color: $green-text-color; |
| 2199 |
font-weight: normal; |
2201 |
font-weight: normal; |
| 2200 |
margin: 0 .5em 0 0; |
2202 |
margin: 0 .5em 0 0; |
| 2201 |
color: $green-text-color; |
|
|
| 2202 |
} |
2203 |
} |
| 2203 |
|
2204 |
|
| 2204 |
.lost, |
2205 |
.lost, |
|
Lines 2208-2217
td {
Link Here
|
| 2208 |
display: block; |
2209 |
display: block; |
| 2209 |
} |
2210 |
} |
| 2210 |
|
2211 |
|
| 2211 |
.bundled { |
|
|
| 2212 |
display: block; |
| 2213 |
} |
| 2214 |
|
| 2215 |
td.bundle { |
2212 |
td.bundle { |
| 2216 |
background-color: #FFC !important; |
2213 |
background-color: #FFC !important; |
| 2217 |
} |
2214 |
} |
|
Lines 2262-2268
td.bundle {
Link Here
|
| 2262 |
|
2259 |
|
| 2263 |
tbody { |
2260 |
tbody { |
| 2264 |
tr { |
2261 |
tr { |
| 2265 |
&:nth-child(2n+1) { |
2262 |
&:nth-child( 2n+1 ) { |
| 2266 |
td { |
2263 |
td { |
| 2267 |
background-color: #FFFFFF; |
2264 |
background-color: #FFFFFF; |
| 2268 |
} |
2265 |
} |
|
Lines 2334-2341
td.bundle {
Link Here
|
| 2334 |
} |
2331 |
} |
| 2335 |
|
2332 |
|
| 2336 |
#cartmenulink { |
2333 |
#cartmenulink { |
| 2337 |
position: relative; |
|
|
| 2338 |
left: 0; |
2334 |
left: 0; |
|
|
2335 |
position: relative; |
| 2339 |
top: 0; |
2336 |
top: 0; |
| 2340 |
} |
2337 |
} |
| 2341 |
|
2338 |
|
|
Lines 2388-2394
td.bundle {
Link Here
|
| 2388 |
text-decoration: none; |
2385 |
text-decoration: none; |
| 2389 |
|
2386 |
|
| 2390 |
&:hover { |
2387 |
&:hover { |
| 2391 |
background-color: lighten( $background-color-secondary, 40 ) |
2388 |
background-color: lighten( $background-color-secondary, 40 ); |
| 2392 |
} |
2389 |
} |
| 2393 |
} |
2390 |
} |
| 2394 |
} |
2391 |
} |
|
Lines 2555-2561
td.bundle {
Link Here
|
| 2555 |
|
2552 |
|
| 2556 |
#acqui_order_supplierlist { |
2553 |
#acqui_order_supplierlist { |
| 2557 |
.supplier { |
2554 |
.supplier { |
| 2558 |
&+.supplier { |
2555 |
& + .supplier { |
| 2559 |
border-top: 1px solid #EEEEEE; |
2556 |
border-top: 1px solid #EEEEEE; |
| 2560 |
margin-top: 1em; |
2557 |
margin-top: 1em; |
| 2561 |
} |
2558 |
} |
|
Lines 2588-2601
td.bundle {
Link Here
|
| 2588 |
// Override core jQueryUI widgets |
2585 |
// Override core jQueryUI widgets |
| 2589 |
.ui-widget-content { |
2586 |
.ui-widget-content { |
| 2590 |
background: #FFFFFF none; |
2587 |
background: #FFFFFF none; |
| 2591 |
border-radius: 4px; |
|
|
| 2592 |
border: 3px solid $background-color-primary; |
2588 |
border: 3px solid $background-color-primary; |
|
|
2589 |
border-radius: 4px; |
| 2593 |
color: #222222; |
2590 |
color: #222222; |
| 2594 |
} |
2591 |
} |
| 2595 |
|
2592 |
|
| 2596 |
.ui-widget-header { |
2593 |
.ui-widget-header { |
| 2597 |
background: #b5dbad none; |
2594 |
background: #B5DBAD none; |
| 2598 |
border: 1px solid #bfd9b9; |
2595 |
border: 1px solid #BFD9B9; |
| 2599 |
color: #222222; |
2596 |
color: #222222; |
| 2600 |
font-weight: bold; |
2597 |
font-weight: bold; |
| 2601 |
} |
2598 |
} |
|
Lines 2603-2609
td.bundle {
Link Here
|
| 2603 |
.ui-state-default, |
2600 |
.ui-state-default, |
| 2604 |
.ui-widget-content .ui-state-default, |
2601 |
.ui-widget-content .ui-state-default, |
| 2605 |
.ui-widget-header .ui-state-default { |
2602 |
.ui-widget-header .ui-state-default { |
| 2606 |
border: 1px solid #bfd9b9; |
2603 |
border: 1px solid #BFD9B9; |
| 2607 |
color: #555555; |
2604 |
color: #555555; |
| 2608 |
font-weight: normal; |
2605 |
font-weight: normal; |
| 2609 |
} |
2606 |
} |
|
Lines 2614-2621
td.bundle {
Link Here
|
| 2614 |
.ui-state-focus, |
2611 |
.ui-state-focus, |
| 2615 |
.ui-widget-content .ui-state-focus, |
2612 |
.ui-widget-content .ui-state-focus, |
| 2616 |
.ui-widget-header .ui-state-focus { |
2613 |
.ui-widget-header .ui-state-focus { |
| 2617 |
background: #cad8c6 none; |
2614 |
background: #CAD8C6 none; |
| 2618 |
border: 1px solid #bfd9b9; |
2615 |
border: 1px solid #BFD9B9; |
| 2619 |
color: #212121; |
2616 |
color: #212121; |
| 2620 |
font-weight: normal; |
2617 |
font-weight: normal; |
| 2621 |
} |
2618 |
} |
|
Lines 2638-2644
td.bundle {
Link Here
|
| 2638 |
|
2635 |
|
| 2639 |
// Override jQuery Autocomplete |
2636 |
// Override jQuery Autocomplete |
| 2640 |
.ui-autocomplete { |
2637 |
.ui-autocomplete { |
| 2641 |
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3); |
2638 |
box-shadow: 2px 2px 2px rgba( 0, 0, 0, .3 ); |
| 2642 |
cursor: default; |
2639 |
cursor: default; |
| 2643 |
position: absolute; |
2640 |
position: absolute; |
| 2644 |
z-index: 2000; |
2641 |
z-index: 2000; |
|
Lines 2649-2655
td.bundle {
Link Here
|
| 2649 |
padding: 3px 1em 3px .4em; |
2646 |
padding: 3px 1em 3px .4em; |
| 2650 |
|
2647 |
|
| 2651 |
&:hover { |
2648 |
&:hover { |
| 2652 |
background: #e3f1df none; |
2649 |
background: #E3F1DF none; |
| 2653 |
color: #212121; |
2650 |
color: #212121; |
| 2654 |
font-weight: normal; |
2651 |
font-weight: normal; |
| 2655 |
} |
2652 |
} |
|
Lines 2665-2671
td.bundle {
Link Here
|
| 2665 |
|
2662 |
|
| 2666 |
.ui-state-active, |
2663 |
.ui-state-active, |
| 2667 |
.ui-state-focus { |
2664 |
.ui-state-focus { |
| 2668 |
background: #e3f1df none; |
2665 |
background: #E3F1DF none; |
| 2669 |
color: #212121; |
2666 |
color: #212121; |
| 2670 |
font-weight: normal; |
2667 |
font-weight: normal; |
| 2671 |
margin: 0; |
2668 |
margin: 0; |
|
Lines 2676-2682
td.bundle {
Link Here
|
| 2676 |
} |
2673 |
} |
| 2677 |
|
2674 |
|
| 2678 |
.ui-autocomplete-loading { |
2675 |
.ui-autocomplete-loading { |
| 2679 |
background: #FFF url("../img/spinner-small.gif") right center no-repeat; |
2676 |
background: #FFF url( "../img/spinner-small.gif" ) right center no-repeat; |
| 2680 |
} |
2677 |
} |
| 2681 |
|
2678 |
|
| 2682 |
.ui-widget { |
2679 |
.ui-widget { |
|
Lines 2728-2734
fieldset > .toptabs {
Link Here
|
| 2728 |
font-style: italic; |
2725 |
font-style: italic; |
| 2729 |
} |
2726 |
} |
| 2730 |
|
2727 |
|
| 2731 |
|
|
|
| 2732 |
.contents { |
2728 |
.contents { |
| 2733 |
width: 75%; |
2729 |
width: 75%; |
| 2734 |
|
2730 |
|
|
Lines 2738-2745
fieldset > .toptabs {
Link Here
|
| 2738 |
} |
2734 |
} |
| 2739 |
|
2735 |
|
| 2740 |
.t { |
2736 |
.t { |
| 2741 |
font-weight: bold; |
|
|
| 2742 |
display: inline; |
2737 |
display: inline; |
|
|
2738 |
font-weight: bold; |
| 2743 |
} |
2739 |
} |
| 2744 |
|
2740 |
|
| 2745 |
.r { |
2741 |
.r { |
|
Lines 2747-2753
fieldset > .toptabs {
Link Here
|
| 2747 |
} |
2743 |
} |
| 2748 |
} |
2744 |
} |
| 2749 |
|
2745 |
|
| 2750 |
|
|
|
| 2751 |
.contentblock { |
2746 |
.contentblock { |
| 2752 |
font-size: 95%; |
2747 |
font-size: 95%; |
| 2753 |
line-height: 135%; |
2748 |
line-height: 135%; |
|
Lines 2776-2783
fieldset > .toptabs {
Link Here
|
| 2776 |
|
2771 |
|
| 2777 |
&.jstree-clicked { |
2772 |
&.jstree-clicked { |
| 2778 |
background: transparent none; |
2773 |
background: transparent none; |
| 2779 |
box-shadow: none; |
|
|
| 2780 |
border: 0; |
2774 |
border: 0; |
|
|
2775 |
box-shadow: none; |
| 2781 |
} |
2776 |
} |
| 2782 |
} |
2777 |
} |
| 2783 |
} |
2778 |
} |
|
Lines 2798-2804
fieldset > .toptabs {
Link Here
|
| 2798 |
} |
2793 |
} |
| 2799 |
|
2794 |
|
| 2800 |
.pluginname { |
2795 |
.pluginname { |
| 2801 |
background-color: #e3f1df; |
2796 |
background-color: #E3F1DF; |
| 2802 |
cursor: move; |
2797 |
cursor: move; |
| 2803 |
margin: .3em; |
2798 |
margin: .3em; |
| 2804 |
padding-bottom: 4px; |
2799 |
padding-bottom: 4px; |
|
Lines 2857-2873
nav {
Link Here
|
| 2857 |
margin: 0; |
2852 |
margin: 0; |
| 2858 |
|
2853 |
|
| 2859 |
ol { |
2854 |
ol { |
|
|
2855 |
list-style: none; |
| 2860 |
margin: 0; |
2856 |
margin: 0; |
| 2861 |
padding-left: 0; |
2857 |
padding-left: 0; |
| 2862 |
list-style: none; |
|
|
| 2863 |
|
2858 |
|
| 2864 |
li { |
2859 |
li { |
|
|
2860 |
color: $green-text-color; |
| 2865 |
display: inline; |
2861 |
display: inline; |
| 2866 |
color : $green-text-color; |
|
|
| 2867 |
font-style: italic; |
2862 |
font-style: italic; |
| 2868 |
|
2863 |
|
| 2869 |
&+li::before { |
2864 |
& + li::before { |
| 2870 |
background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; |
2865 |
background: transparent url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=" ) 50% 50% no-repeat; |
| 2871 |
background-size: 8px; |
2866 |
background-size: 8px; |
| 2872 |
content: ""; |
2867 |
content: ""; |
| 2873 |
display: inline-block; |
2868 |
display: inline-block; |
|
Lines 2875-2881
nav {
Link Here
|
| 2875 |
width: .8em; |
2870 |
width: .8em; |
| 2876 |
} |
2871 |
} |
| 2877 |
|
2872 |
|
| 2878 |
a:link, a:active, a:hover, a:focus { |
2873 |
a:link, |
|
|
2874 |
a:active, |
| 2875 |
a:hover, |
| 2876 |
a:focus { |
| 2879 |
padding: .6em .3em; |
2877 |
padding: .6em .3em; |
| 2880 |
} |
2878 |
} |
| 2881 |
} |
2879 |
} |
|
Lines 2905-2910
nav {
Link Here
|
| 2905 |
a { |
2903 |
a { |
| 2906 |
background-color: transparent; |
2904 |
background-color: transparent; |
| 2907 |
} |
2905 |
} |
|
|
2906 |
|
| 2908 |
&.active { |
2907 |
&.active { |
| 2909 |
a { |
2908 |
a { |
| 2910 |
&:link, |
2909 |
&:link, |
|
Lines 2922-2928
nav {
Link Here
|
| 2922 |
} |
2921 |
} |
| 2923 |
} |
2922 |
} |
| 2924 |
|
2923 |
|
| 2925 |
|
|
|
| 2926 |
.pagination { |
2924 |
.pagination { |
| 2927 |
margin: .5em 0; |
2925 |
margin: .5em 0; |
| 2928 |
} |
2926 |
} |
|
Lines 2951-2968
button,
Link Here
|
| 2951 |
&.btn-danger { |
2949 |
&.btn-danger { |
| 2952 |
background-color: #CC3333; |
2950 |
background-color: #CC3333; |
| 2953 |
border-color: #9B2323; |
2951 |
border-color: #9B2323; |
| 2954 |
color: #fff; |
2952 |
color: #FFF; |
| 2955 |
} |
2953 |
} |
| 2956 |
|
2954 |
|
| 2957 |
&.btn-danger:hover { |
2955 |
&.btn-danger:hover { |
| 2958 |
color: #fff; |
2956 |
background-color: #C82333; |
| 2959 |
background-color: #c82333; |
2957 |
border-color: #A81C29; |
| 2960 |
border-color: #a81c29; |
2958 |
color: #FFF; |
| 2961 |
} |
2959 |
} |
| 2962 |
|
2960 |
|
| 2963 |
&.btn-danger:not( :disabled ):not( .disabled ).active, |
2961 |
&.btn-danger:not( :disabled, .disabled ).active, |
| 2964 |
&.btn-danger:not( :disabled ):not( .disabled ):active { |
2962 |
&.btn-danger:not( :disabled, .disabled ):active { |
| 2965 |
box-shadow: inset 0 0 0 1px #a81c29; |
2963 |
box-shadow: inset 0 0 0 1px #A81C29; |
| 2966 |
} |
2964 |
} |
| 2967 |
} |
2965 |
} |
| 2968 |
|
2966 |
|
|
Lines 2990-2999
button,
Link Here
|
| 2990 |
.panel-title { |
2988 |
.panel-title { |
| 2991 |
a { |
2989 |
a { |
| 2992 |
border-radius: 3px; |
2990 |
border-radius: 3px; |
| 2993 |
display: block; |
|
|
| 2994 |
padding: 10px 15px; |
| 2995 |
border-bottom-left-radius: 0; |
2991 |
border-bottom-left-radius: 0; |
| 2996 |
border-bottom-right-radius: 0; |
2992 |
border-bottom-right-radius: 0; |
|
|
2993 |
display: block; |
| 2994 |
padding: 10px 15px; |
| 2997 |
|
2995 |
|
| 2998 |
&::before { |
2996 |
&::before { |
| 2999 |
content: "\f0d7"; |
2997 |
content: "\f0d7"; |
|
Lines 3003-3009
button,
Link Here
|
| 3003 |
} |
3001 |
} |
| 3004 |
|
3002 |
|
| 3005 |
&:hover { |
3003 |
&:hover { |
| 3006 |
background: #e3f1df none; |
3004 |
background: #E3F1DF none; |
| 3007 |
border-bottom-left-radius: 0; |
3005 |
border-bottom-left-radius: 0; |
| 3008 |
border-bottom-right-radius: 0; |
3006 |
border-bottom-right-radius: 0; |
| 3009 |
} |
3007 |
} |
|
Lines 3017-3023
button,
Link Here
|
| 3017 |
} |
3015 |
} |
| 3018 |
|
3016 |
|
| 3019 |
&:hover { |
3017 |
&:hover { |
| 3020 |
background: #e3f1df none; |
3018 |
background: #E3F1DF none; |
| 3021 |
border-bottom-left-radius: 3px; |
3019 |
border-bottom-left-radius: 3px; |
| 3022 |
border-bottom-right-radius: 3px; |
3020 |
border-bottom-right-radius: 3px; |
| 3023 |
} |
3021 |
} |
|
Lines 3026-3039
button,
Link Here
|
| 3026 |
} |
3024 |
} |
| 3027 |
|
3025 |
|
| 3028 |
.panel-default { |
3026 |
.panel-default { |
| 3029 |
border: 1px solid #bfd9b9; |
3027 |
border: 1px solid #BFD9B9; |
|
|
3028 |
|
| 3030 |
> .panel-heading { |
3029 |
> .panel-heading { |
| 3031 |
background: transparent none; |
3030 |
background: transparent none; |
| 3032 |
padding: 0; |
3031 |
padding: 0; |
| 3033 |
|
3032 |
|
| 3034 |
+ .panel-collapse { |
3033 |
+ .panel-collapse { |
| 3035 |
> .panel-body { |
3034 |
> .panel-body { |
| 3036 |
border-top-color: #bfd9b9; |
3035 |
border-top-color: #BFD9B9; |
| 3037 |
} |
3036 |
} |
| 3038 |
} |
3037 |
} |
| 3039 |
} |
3038 |
} |
|
Lines 3049-3055
button,
Link Here
|
| 3049 |
|
3048 |
|
| 3050 |
#changelanguage { |
3049 |
#changelanguage { |
| 3051 |
background: #FFF none; |
3050 |
background: #FFF none; |
| 3052 |
border-top: 1px solid rgb(173, 173, 173); |
3051 |
border-top: 1px solid rgb( 173, 173, 173 ); |
| 3053 |
min-height: $language-footer-min-height; |
3052 |
min-height: $language-footer-min-height; |
| 3054 |
|
3053 |
|
| 3055 |
.dropdown-menu { |
3054 |
.dropdown-menu { |
|
Lines 3113-3120
button,
Link Here
|
| 3113 |
|
3112 |
|
| 3114 |
.tooltip-inner { |
3113 |
.tooltip-inner { |
| 3115 |
background-color: #FFFFFF; |
3114 |
background-color: #FFFFFF; |
| 3116 |
border: 1px solid rgba(0, 0, 0, .2); |
3115 |
border: 1px solid rgba( 0, 0, 0, .2 ); |
| 3117 |
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
3116 |
box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 ); |
| 3118 |
color: #000; |
3117 |
color: #000; |
| 3119 |
font-size: 120%; |
3118 |
font-size: 120%; |
| 3120 |
padding: 1em; |
3119 |
padding: 1em; |
|
Lines 3123-3129
button,
Link Here
|
| 3123 |
} |
3122 |
} |
| 3124 |
|
3123 |
|
| 3125 |
.separator { |
3124 |
.separator { |
| 3126 |
color: #bfbfbf; |
3125 |
color: #BFBFBF; |
| 3127 |
padding: 0 .2em; |
3126 |
padding: 0 .2em; |
| 3128 |
} |
3127 |
} |
| 3129 |
|
3128 |
|
|
Lines 3147-3153
button,
Link Here
|
| 3147 |
} |
3146 |
} |
| 3148 |
} |
3147 |
} |
| 3149 |
|
3148 |
|
| 3150 |
|
|
|
| 3151 |
label { |
3149 |
label { |
| 3152 |
.radio &, |
3150 |
.radio &, |
| 3153 |
.checkbox & { |
3151 |
.checkbox & { |
|
Lines 3245-3251
label {
Link Here
|
| 3245 |
font-size: 13px; |
3243 |
font-size: 13px; |
| 3246 |
} |
3244 |
} |
| 3247 |
|
3245 |
|
| 3248 |
> .btn:first-child:not( :last-child ):not( .dropdown-toggle ) { |
3246 |
> .btn:first-child:not( :last-child, .dropdown-toggle ) { |
| 3249 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
3247 |
border-right: 1px solid darken( saturate( $btn-primary, 15 ), 15 ); |
| 3250 |
} |
3248 |
} |
| 3251 |
} |
3249 |
} |
|
Lines 3286-3292
code {
Link Here
|
| 3286 |
} |
3284 |
} |
| 3287 |
|
3285 |
|
| 3288 |
.tab-content { |
3286 |
.tab-content { |
| 3289 |
background-color: #fff; |
3287 |
background-color: #FFF; |
| 3290 |
border: 0; |
3288 |
border: 0; |
| 3291 |
border-radius: 0; |
3289 |
border-radius: 0; |
| 3292 |
padding: 1em; |
3290 |
padding: 1em; |
|
Lines 3294-3308
code {
Link Here
|
| 3294 |
|
3292 |
|
| 3295 |
.tab-pane { |
3293 |
.tab-pane { |
| 3296 |
&.active { |
3294 |
&.active { |
| 3297 |
&::after, |
3295 |
@include clearfix; |
| 3298 |
&::before { |
|
|
| 3299 |
content: " "; |
| 3300 |
display: table; |
| 3301 |
} |
| 3302 |
|
| 3303 |
&::after { |
| 3304 |
clear: both; |
| 3305 |
} |
| 3306 |
} |
3296 |
} |
| 3307 |
} |
3297 |
} |
| 3308 |
|
3298 |
|
|
Lines 3324-3330
code {
Link Here
|
| 3324 |
margin-right: .4em; |
3314 |
margin-right: .4em; |
| 3325 |
padding: .5em 1em; |
3315 |
padding: .5em 1em; |
| 3326 |
|
3316 |
|
| 3327 |
&:hover, &:focus, &:active { |
3317 |
&:hover, |
|
|
3318 |
&:focus, |
| 3319 |
&:active { |
| 3328 |
background-color: $background-color-primary; |
3320 |
background-color: $background-color-primary; |
| 3329 |
border: 2px solid $background-color-primary; |
3321 |
border: 2px solid $background-color-primary; |
| 3330 |
border-bottom: 0; |
3322 |
border-bottom: 0; |
|
Lines 3364-3375
code {
Link Here
|
| 3364 |
} |
3356 |
} |
| 3365 |
|
3357 |
|
| 3366 |
#jobprogress { |
3358 |
#jobprogress { |
| 3367 |
background: url("../img/progress.png") -300px 0 no-repeat; |
3359 |
background: url( "../img/progress.png" ) -300px 0 no-repeat; |
| 3368 |
border: 1px solid #666; |
3360 |
border: 1px solid #666; |
| 3369 |
display: inline-block; |
3361 |
display: inline-block; |
| 3370 |
height: 10px; |
3362 |
height: 10px; |
| 3371 |
width: 200px; |
3363 |
width: 200px; |
| 3372 |
} |
3364 |
} |
| 3373 |
|
3365 |
|
| 3374 |
.progress_panel { |
3366 |
.progress_panel { |
| 3375 |
border: 2px solid #EEE; |
3367 |
border: 2px solid #EEE; |
|
Lines 3394-3400
progress {
Link Here
|
| 3394 |
} |
3386 |
} |
| 3395 |
|
3387 |
|
| 3396 |
span { |
3388 |
span { |
| 3397 |
background-color: #ecffeb; |
3389 |
background-color: #ECFFEB; |
| 3398 |
border-radius: 5px; |
3390 |
border-radius: 5px; |
| 3399 |
display: inline-block; |
3391 |
display: inline-block; |
| 3400 |
font-size: 75%; |
3392 |
font-size: 75%; |
|
Lines 3403-3409
progress {
Link Here
|
| 3403 |
white-space: nowrap; |
3395 |
white-space: nowrap; |
| 3404 |
|
3396 |
|
| 3405 |
&.selected { |
3397 |
&.selected { |
| 3406 |
background-color: #d2fad0; |
3398 |
background-color: #D2FAD0; |
| 3407 |
} |
3399 |
} |
| 3408 |
} |
3400 |
} |
| 3409 |
} |
3401 |
} |
|
Lines 3428-3434
progress {
Link Here
|
| 3428 |
} |
3420 |
} |
| 3429 |
|
3421 |
|
| 3430 |
.tag_editor { |
3422 |
.tag_editor { |
| 3431 |
background: transparent url("../img/edit-tag.png") top left no-repeat; |
3423 |
background: transparent url( "../img/edit-tag.png" ) top left no-repeat; |
| 3432 |
display: block; |
3424 |
display: block; |
| 3433 |
float: left; |
3425 |
float: left; |
| 3434 |
height: 16px; |
3426 |
height: 16px; |
|
Lines 3456-3463
progress {
Link Here
|
| 3456 |
} |
3448 |
} |
| 3457 |
|
3449 |
|
| 3458 |
#browse-return-to-results { |
3450 |
#browse-return-to-results { |
| 3459 |
background-color: #e6e6e6; |
3451 |
background-color: #E6E6E6; |
| 3460 |
border: 1px solid lighten($background-color-primary, 30%); |
3452 |
border: 1px solid lighten( $background-color-primary, 30% ); |
| 3461 |
border-bottom-width: 0; |
3453 |
border-bottom-width: 0; |
| 3462 |
border-top-left-radius: 5px; |
3454 |
border-top-left-radius: 5px; |
| 3463 |
border-top-right-radius: 5px; |
3455 |
border-top-right-radius: 5px; |
|
Lines 3468-3474
progress {
Link Here
|
| 3468 |
|
3460 |
|
| 3469 |
.browse-button { |
3461 |
.browse-button { |
| 3470 |
background-color: transparent; |
3462 |
background-color: transparent; |
| 3471 |
border: 1px solid lighten($background-color-primary, 30%); |
3463 |
border: 1px solid lighten( $background-color-primary, 30% ); |
| 3472 |
display: block; |
3464 |
display: block; |
| 3473 |
overflow: hidden; |
3465 |
overflow: hidden; |
| 3474 |
padding: .4em .6em; |
3466 |
padding: .4em .6em; |
|
Lines 3481-3487
a.browse-button {
Link Here
|
| 3481 |
color: $green-text-color; |
3473 |
color: $green-text-color; |
| 3482 |
|
3474 |
|
| 3483 |
&:hover { |
3475 |
&:hover { |
| 3484 |
background: #fff; |
3476 |
background: #FFF; |
| 3485 |
} |
3477 |
} |
| 3486 |
} |
3478 |
} |
| 3487 |
|
3479 |
|
|
Lines 3526-3532
span {
Link Here
|
| 3526 |
} |
3518 |
} |
| 3527 |
} |
3519 |
} |
| 3528 |
|
3520 |
|
| 3529 |
|
|
|
| 3530 |
.result-biblio-itemtype { |
3521 |
.result-biblio-itemtype { |
| 3531 |
float: right; |
3522 |
float: right; |
| 3532 |
font-size: 85%; |
3523 |
font-size: 85%; |
|
Lines 3546-3553
span {
Link Here
|
| 3546 |
} |
3537 |
} |
| 3547 |
|
3538 |
|
| 3548 |
#browse-next { |
3539 |
#browse-next { |
| 3549 |
border-bottom-right-radius: 5px; |
|
|
| 3550 |
border-bottom-left-radius: 5px; |
3540 |
border-bottom-left-radius: 5px; |
|
|
3541 |
border-bottom-right-radius: 5px; |
| 3551 |
} |
3542 |
} |
| 3552 |
|
3543 |
|
| 3553 |
#merge_invoices { |
3544 |
#merge_invoices { |
|
Lines 3625-3638
input.renew {
Link Here
|
| 3625 |
} |
3616 |
} |
| 3626 |
|
3617 |
|
| 3627 |
.onsite-checkout-only { |
3618 |
.onsite-checkout-only { |
| 3628 |
background-color: rgba(255, 242, 206, .5); |
3619 |
background-color: rgba( 255, 242, 206, .5 ); |
| 3629 |
border: 1px solid #FFF2CE; |
3620 |
border: 1px solid #FFF2CE; |
| 3630 |
border-radius: 4px; |
3621 |
border-radius: 4px; |
| 3631 |
} |
3622 |
} |
| 3632 |
|
3623 |
|
| 3633 |
.branchgriditem { |
3624 |
.branchgriditem { |
| 3634 |
background-color: #FFFFFF; |
3625 |
background-color: #FFFFFF; |
| 3635 |
border: 1px solid #bfd9b9; |
3626 |
border: 1px solid #BFD9B9; |
| 3636 |
border-radius: 3px; |
3627 |
border-radius: 3px; |
| 3637 |
display: table-cell; |
3628 |
display: table-cell; |
| 3638 |
float: left; |
3629 |
float: left; |
|
Lines 3659-3672
input.renew {
Link Here
|
| 3659 |
|
3650 |
|
| 3660 |
#new_rule { |
3651 |
#new_rule { |
| 3661 |
background-color: #F4F8F9; |
3652 |
background-color: #F4F8F9; |
| 3662 |
border: 2px solid #bfd9b9; |
3653 |
border: 2px solid #BFD9B9; |
| 3663 |
border-radius: 5px; |
3654 |
border-radius: 5px; |
| 3664 |
display: none; |
3655 |
display: none; |
| 3665 |
margin: .3em; |
3656 |
margin: .3em; |
| 3666 |
padding: .3em; |
3657 |
padding: .3em; |
| 3667 |
} |
3658 |
} |
| 3668 |
|
3659 |
|
| 3669 |
|
|
|
| 3670 |
.blocks { |
3660 |
.blocks { |
| 3671 |
margin-bottom: .3em; |
3661 |
margin-bottom: .3em; |
| 3672 |
} |
3662 |
} |
|
Lines 3692-3706
input.renew {
Link Here
|
| 3692 |
margin-top: 10px; |
3682 |
margin-top: 10px; |
| 3693 |
} |
3683 |
} |
| 3694 |
|
3684 |
|
| 3695 |
.form-group { |
|
|
| 3696 |
margin-bottom: 10px; |
| 3697 |
|
| 3698 |
label { |
| 3699 |
font-weight: bold; |
| 3700 |
} |
| 3701 |
} |
| 3702 |
|
| 3703 |
|
| 3704 |
.form-message { |
3685 |
.form-message { |
| 3705 |
background-color: #FFF; |
3686 |
background-color: #FFF; |
| 3706 |
border: 1px solid #A4BEDD; |
3687 |
border: 1px solid #A4BEDD; |
|
Lines 3720-3726
input.renew {
Link Here
|
| 3720 |
} |
3701 |
} |
| 3721 |
|
3702 |
|
| 3722 |
#fixedlengthbuilderaction { |
3703 |
#fixedlengthbuilderaction { |
| 3723 |
border: 3px solid #e3f1df; |
3704 |
border: 3px solid #E3F1DF; |
| 3724 |
left: 80%; |
3705 |
left: 80%; |
| 3725 |
padding: 5px; |
3706 |
padding: 5px; |
| 3726 |
position: relative; |
3707 |
position: relative; |
|
Lines 3782-3788
input.renew {
Link Here
|
| 3782 |
#search-summary { |
3763 |
#search-summary { |
| 3783 |
position: absolute; |
3764 |
position: absolute; |
| 3784 |
top: 50%; |
3765 |
top: 50%; |
| 3785 |
transform: translateY(-50%); |
3766 |
transform: translateY( -50% ); |
| 3786 |
} |
3767 |
} |
| 3787 |
|
3768 |
|
| 3788 |
#generic_confirm_search_count { |
3769 |
#generic_confirm_search_count { |
|
Lines 3791-3804
input.renew {
Link Here
|
| 3791 |
|
3772 |
|
| 3792 |
#generic_confirm_search { |
3773 |
#generic_confirm_search { |
| 3793 |
display: block; |
3774 |
display: block; |
| 3794 |
visibility: hidden; |
|
|
| 3795 |
margin: 1em 0 1em 10em; |
3775 |
margin: 1em 0 1em 10em; |
|
|
3776 |
visibility: hidden; |
| 3796 |
} |
3777 |
} |
| 3797 |
|
3778 |
|
| 3798 |
#partnerSearch { |
3779 |
#partnerSearch { |
| 3799 |
.modal-dialog { |
3780 |
.modal-dialog { |
| 3800 |
width: 50vw; |
3781 |
width: 50vw; |
| 3801 |
} |
3782 |
} |
|
|
3783 |
|
| 3802 |
.modal-body { |
3784 |
.modal-body { |
| 3803 |
max-height: 70vh; |
3785 |
max-height: 70vh; |
| 3804 |
} |
3786 |
} |
|
Lines 3829-3835
input.renew {
Link Here
|
| 3829 |
width: 100% !important; |
3811 |
width: 100% !important; |
| 3830 |
} |
3812 |
} |
| 3831 |
|
3813 |
|
| 3832 |
.ar-title, .hq-title { |
3814 |
.ar-title, |
|
|
3815 |
.hq-title { |
| 3833 |
.biblio-title { |
3816 |
.biblio-title { |
| 3834 |
font-weight: bold; |
3817 |
font-weight: bold; |
| 3835 |
} |
3818 |
} |
|
Lines 3847-3912
input.renew {
Link Here
|
| 3847 |
h3 { |
3830 |
h3 { |
| 3848 |
margin: 30px 0 10px 0; |
3831 |
margin: 30px 0 10px 0; |
| 3849 |
} |
3832 |
} |
|
|
3833 |
|
| 3850 |
.dialog { |
3834 |
.dialog { |
| 3851 |
h3 { |
3835 |
h3 { |
| 3852 |
margin: 10px 0; |
3836 |
margin: 10px 0; |
| 3853 |
} |
3837 |
} |
|
|
3838 |
|
| 3854 |
margin-bottom: 20px; |
3839 |
margin-bottom: 20px; |
| 3855 |
} |
3840 |
} |
|
|
3841 |
|
| 3856 |
.highlight_stage { |
3842 |
.highlight_stage { |
| 3857 |
font-weight: bold; |
3843 |
font-weight: bold; |
| 3858 |
} |
3844 |
} |
| 3859 |
} |
|
|
| 3860 |
|
| 3861 |
#catalog_stockrotation .highlight_stage { |
| 3862 |
font-weight: bold; |
| 3863 |
} |
| 3864 |
|
3845 |
|
| 3865 |
#stockrotation { |
|
|
| 3866 |
#rota_form { |
3846 |
#rota_form { |
| 3867 |
textarea { |
3847 |
textarea { |
| 3868 |
width: 300px; |
|
|
| 3869 |
height: 100px; |
3848 |
height: 100px; |
|
|
3849 |
width: 300px; |
| 3870 |
} |
3850 |
} |
|
|
3851 |
|
| 3871 |
#name { |
3852 |
#name { |
| 3872 |
width: 300px; |
3853 |
width: 300px; |
| 3873 |
} |
3854 |
} |
|
|
3855 |
|
| 3874 |
fieldset { |
3856 |
fieldset { |
| 3875 |
width: auto; |
3857 |
width: auto; |
| 3876 |
} |
3858 |
} |
| 3877 |
} |
3859 |
} |
| 3878 |
#stage_form fieldset, #add_rota_item_form fieldset { |
3860 |
|
|
|
3861 |
#stage_form fieldset, |
| 3862 |
#add_rota_item_form fieldset { |
| 3879 |
width: auto; |
3863 |
width: auto; |
| 3880 |
} |
3864 |
} |
|
|
3865 |
|
| 3881 |
.dialog.alert { |
3866 |
.dialog.alert { |
| 3882 |
ul { |
3867 |
ul { |
| 3883 |
margin: 20px 0; |
3868 |
margin: 20px 0; |
| 3884 |
} |
3869 |
} |
|
|
3870 |
|
| 3885 |
li { |
3871 |
li { |
| 3886 |
list-style-type: none; |
3872 |
list-style-type: none; |
| 3887 |
} |
3873 |
} |
| 3888 |
} |
3874 |
} |
| 3889 |
} |
3875 |
} |
| 3890 |
|
3876 |
|
|
|
3877 |
#catalog_stockrotation .highlight_stage { |
| 3878 |
font-weight: bold; |
| 3879 |
} |
| 3880 |
|
| 3891 |
#catalog_stockrotation { |
3881 |
#catalog_stockrotation { |
| 3892 |
.item_select_rota { |
3882 |
.item_select_rota { |
| 3893 |
vertical-align: middle; |
3883 |
vertical-align: middle; |
| 3894 |
} |
3884 |
} |
|
|
3885 |
|
| 3895 |
h1 { |
3886 |
h1 { |
| 3896 |
margin-bottom: 20px; |
3887 |
margin-bottom: 20px; |
| 3897 |
} |
3888 |
} |
| 3898 |
} |
3889 |
} |
| 3899 |
|
3890 |
|
| 3900 |
#stockrotation td.actions, #catalog_stockrotation td.actions { |
3891 |
#stockrotation td.actions, |
|
|
3892 |
#catalog_stockrotation td.actions { |
| 3901 |
vertical-align: middle; |
3893 |
vertical-align: middle; |
| 3902 |
} |
3894 |
} |
| 3903 |
|
3895 |
|
| 3904 |
#stockrotation .stage, #catalog_stockrotation .stage { |
3896 |
#stockrotation .stage, |
|
|
3897 |
#catalog_stockrotation .stage { |
| 3898 |
background-color: rgba( 0, 0, 0, .1 ); |
| 3899 |
border-radius: 5px; |
| 3905 |
display: inline-block; |
3900 |
display: inline-block; |
| 3906 |
padding: 5px 7px; |
|
|
| 3907 |
margin: 3px 0 3px 0; |
3901 |
margin: 3px 0 3px 0; |
| 3908 |
border-radius: 5px; |
3902 |
padding: 5px 7px; |
| 3909 |
background-color: rgba(0, 0, 0, .1); |
|
|
| 3910 |
} |
3903 |
} |
| 3911 |
|
3904 |
|
| 3912 |
#restriction_form { |
3905 |
#restriction_form { |
|
Lines 3917-3922
input.renew {
Link Here
|
| 3917 |
|
3910 |
|
| 3918 |
#stage_list_headings { |
3911 |
#stage_list_headings { |
| 3919 |
font-weight: bold; |
3912 |
font-weight: bold; |
|
|
3913 |
|
| 3920 |
span { |
3914 |
span { |
| 3921 |
padding: 3px; |
3915 |
padding: 3px; |
| 3922 |
} |
3916 |
} |
|
Lines 3926-3971
input.renew {
Link Here
|
| 3926 |
ul { |
3920 |
ul { |
| 3927 |
padding-left: 0; |
3921 |
padding-left: 0; |
| 3928 |
} |
3922 |
} |
|
|
3923 |
|
| 3929 |
li { |
3924 |
li { |
| 3930 |
list-style: none; |
3925 |
list-style: none; |
| 3931 |
margin-bottom: 5px; |
3926 |
margin-bottom: 5px; |
|
|
3927 |
|
| 3932 |
span { |
3928 |
span { |
| 3933 |
padding: 6px 3px; |
3929 |
padding: 6px 3px; |
| 3934 |
} |
3930 |
} |
| 3935 |
} |
3931 |
} |
|
|
3932 |
|
| 3936 |
.stagename { |
3933 |
.stagename { |
| 3937 |
width: 15em; |
|
|
| 3938 |
display: inline-block; |
3934 |
display: inline-block; |
|
|
3935 |
width: 15em; |
| 3939 |
} |
3936 |
} |
|
|
3937 |
|
| 3940 |
.stageduration { |
3938 |
.stageduration { |
| 3941 |
width: 10em; |
|
|
| 3942 |
display: inline-block; |
3939 |
display: inline-block; |
|
|
3940 |
width: 10em; |
| 3943 |
} |
3941 |
} |
|
|
3942 |
|
| 3944 |
.stageactions { |
3943 |
.stageactions { |
| 3945 |
display: inline-block; |
3944 |
display: inline-block; |
| 3946 |
} |
3945 |
} |
| 3947 |
li:nth-child(odd) { |
3946 |
|
|
|
3947 |
li:nth-child( odd ) { |
| 3948 |
background-color: #F3F3F3; |
3948 |
background-color: #F3F3F3; |
| 3949 |
} |
3949 |
} |
|
|
3950 |
|
| 3950 |
.drag_handle { |
3951 |
.drag_handle { |
| 3951 |
margin-right: 6px; |
|
|
| 3952 |
cursor: move; |
3952 |
cursor: move; |
|
|
3953 |
margin-right: 6px; |
| 3953 |
} |
3954 |
} |
|
|
3955 |
|
| 3954 |
.drag_placeholder { |
3956 |
.drag_placeholder { |
|
|
3957 |
border: 1px dotted #AAA; |
| 3955 |
height: 2em; |
3958 |
height: 2em; |
| 3956 |
border: 1px dotted #aaa; |
|
|
| 3957 |
} |
3959 |
} |
|
|
3960 |
|
| 3958 |
h3 { |
3961 |
h3 { |
| 3959 |
display: inline-block; |
3962 |
display: inline-block; |
| 3960 |
} |
3963 |
} |
|
|
3964 |
|
| 3961 |
#ajax_status { |
3965 |
#ajax_status { |
| 3962 |
display: inline-block; |
3966 |
background: #F3F3F3; |
| 3963 |
border: 1px solid #bcbcbc; |
3967 |
border: 1px solid #BCBCBC; |
| 3964 |
border-radius: 5px; |
3968 |
border-radius: 5px; |
| 3965 |
padding: 5px; |
3969 |
display: inline-block; |
| 3966 |
margin-left: 10px; |
3970 |
margin-left: 10px; |
| 3967 |
background: #f3f3f3; |
3971 |
padding: 5px; |
| 3968 |
} |
3972 |
} |
|
|
3973 |
|
| 3969 |
#manage_stages_help { |
3974 |
#manage_stages_help { |
| 3970 |
margin: 20px 0; |
3975 |
margin: 20px 0; |
| 3971 |
} |
3976 |
} |
|
Lines 3984-3990
input.renew {
Link Here
|
| 3984 |
.loggedin-menu-label { |
3989 |
.loggedin-menu-label { |
| 3985 |
color: #FFFFFF; |
3990 |
color: #FFFFFF; |
| 3986 |
font-size: 12px; |
3991 |
font-size: 12px; |
| 3987 |
line-height: 1.42857143; |
3992 |
line-height: 1.4286; |
| 3988 |
padding: 4px 12px; |
3993 |
padding: 4px 12px; |
| 3989 |
white-space: nowrap; |
3994 |
white-space: nowrap; |
| 3990 |
|
3995 |
|
|
Lines 4002-4010
input.renew {
Link Here
|
| 4002 |
|
4007 |
|
| 4003 |
/* ==== MODULE LINKS - Start ==== */ |
4008 |
/* ==== MODULE LINKS - Start ==== */ |
| 4004 |
.buttons-list { |
4009 |
.buttons-list { |
|
|
4010 |
max-width: 260px; |
| 4011 |
|
| 4005 |
/* List containing the module links */ |
4012 |
/* List containing the module links */ |
| 4006 |
padding: 0; |
4013 |
padding: 0; |
| 4007 |
max-width: 260px; |
|
|
| 4008 |
|
4014 |
|
| 4009 |
li { |
4015 |
li { |
| 4010 |
/* Standard attributes for the list elements */ |
4016 |
/* Standard attributes for the list elements */ |
|
Lines 4012-4028
input.renew {
Link Here
|
| 4012 |
margin-bottom: 15px; |
4018 |
margin-bottom: 15px; |
| 4013 |
|
4019 |
|
| 4014 |
a { |
4020 |
a { |
| 4015 |
padding: 10px; |
4021 |
background-color: #E0E0E0; |
| 4016 |
background-color: #e0e0e0; |
|
|
| 4017 |
border-radius: 6px; |
4022 |
border-radius: 6px; |
| 4018 |
color: #101010; |
4023 |
color: #101010; |
| 4019 |
display: block; |
4024 |
display: block; |
| 4020 |
font-size: 110%; |
4025 |
font-size: 110%; |
| 4021 |
font-weight: bold; |
4026 |
font-weight: bold; |
|
|
4027 |
padding: 10px; |
| 4022 |
|
4028 |
|
| 4023 |
&:hover { |
4029 |
&:hover { |
| 4024 |
background-color: $background-color-primary; |
4030 |
background-color: $background-color-primary; |
| 4025 |
color: white; |
4031 |
color: #FFF; |
| 4026 |
text-decoration: none; |
4032 |
text-decoration: none; |
| 4027 |
} |
4033 |
} |
| 4028 |
} |
4034 |
} |
|
Lines 4030-4053
input.renew {
Link Here
|
| 4030 |
} |
4036 |
} |
| 4031 |
|
4037 |
|
| 4032 |
.about h2 { |
4038 |
.about h2 { |
| 4033 |
border-bottom: 1px solid #bfd9b9; |
4039 |
border-bottom: 1px solid #BFD9B9; |
|
|
4040 |
margin: .5em 0; |
| 4034 |
padding: .5em .2em; |
4041 |
padding: .5em .2em; |
| 4035 |
margin: .5em 0; |
|
|
| 4036 |
} |
4042 |
} |
| 4037 |
|
4043 |
|
| 4038 |
.columns-2 { |
4044 |
.columns-2 { |
| 4039 |
columns: 2 auto; |
|
|
| 4040 |
column-gap: 2.5em; |
4045 |
column-gap: 2.5em; |
|
|
4046 |
columns: 2 auto; |
| 4041 |
} |
4047 |
} |
| 4042 |
|
4048 |
|
| 4043 |
.columns-3 { |
4049 |
.columns-3 { |
| 4044 |
columns: 3 auto; |
|
|
| 4045 |
column-gap: 2.5em; |
4050 |
column-gap: 2.5em; |
|
|
4051 |
columns: 3 auto; |
| 4046 |
} |
4052 |
} |
| 4047 |
|
4053 |
|
| 4048 |
.columns-4 { |
4054 |
.columns-4 { |
| 4049 |
columns: 4 auto; |
|
|
| 4050 |
column-gap: 2em; |
4055 |
column-gap: 2em; |
|
|
4056 |
columns: 4 auto; |
| 4051 |
} |
4057 |
} |
| 4052 |
|
4058 |
|
| 4053 |
/* ==== MODULE LINKS - End ==== */ |
4059 |
/* ==== MODULE LINKS - End ==== */ |
|
Lines 4057-4063
input.renew {
Link Here
|
| 4057 |
padding-right: .3em; |
4063 |
padding-right: .3em; |
| 4058 |
} |
4064 |
} |
| 4059 |
|
4065 |
|
| 4060 |
|
|
|
| 4061 |
#catalog-search-dropdown { |
4066 |
#catalog-search-dropdown { |
| 4062 |
padding: 0; |
4067 |
padding: 0; |
| 4063 |
|
4068 |
|
|
Lines 4140-4151
input.renew {
Link Here
|
| 4140 |
border-bottom-width: 1px; |
4145 |
border-bottom-width: 1px; |
| 4141 |
} |
4146 |
} |
| 4142 |
|
4147 |
|
| 4143 |
&:nth-child(odd) { |
4148 |
&:nth-child( odd ) { |
| 4144 |
background-color: #F8F8F8; |
4149 |
background-color: #F8F8F8; |
| 4145 |
} |
4150 |
} |
| 4146 |
} |
4151 |
} |
| 4147 |
|
4152 |
|
| 4148 |
|
|
|
| 4149 |
.superlibrarian-hint { |
4153 |
.superlibrarian-hint { |
| 4150 |
color: #000; |
4154 |
color: #000; |
| 4151 |
padding: .2em 0; |
4155 |
padding: .2em 0; |
|
Lines 4167-4173
input.renew {
Link Here
|
| 4167 |
border-bottom-width: 1px; |
4171 |
border-bottom-width: 1px; |
| 4168 |
} |
4172 |
} |
| 4169 |
|
4173 |
|
| 4170 |
&:nth-child(odd) { |
4174 |
&:nth-child( odd ) { |
| 4171 |
background-color: #EEE; |
4175 |
background-color: #EEE; |
| 4172 |
} |
4176 |
} |
| 4173 |
} |
4177 |
} |
|
Lines 4251-4258
div .suggestion_note {
Link Here
|
| 4251 |
} |
4255 |
} |
| 4252 |
|
4256 |
|
| 4253 |
.result_item_details { |
4257 |
.result_item_details { |
| 4254 |
display:inline-block; |
4258 |
display: inline-block; |
| 4255 |
white-space:nowrap; |
4259 |
white-space: nowrap; |
| 4256 |
|
4260 |
|
| 4257 |
&::before { |
4261 |
&::before { |
| 4258 |
content: "\2022"; |
4262 |
content: "\2022"; |
|
Lines 4264-4270
div .suggestion_note {
Link Here
|
| 4264 |
} |
4268 |
} |
| 4265 |
} |
4269 |
} |
| 4266 |
|
4270 |
|
| 4267 |
#camera, #output { |
4271 |
#camera, |
|
|
4272 |
#output { |
| 4268 |
border: 8px solid #EDF4F6; |
4273 |
border: 8px solid #EDF4F6; |
| 4269 |
padding: 1em; |
4274 |
padding: 1em; |
| 4270 |
} |
4275 |
} |
|
Lines 4276-4283
div .suggestion_note {
Link Here
|
| 4276 |
|
4281 |
|
| 4277 |
#camera-error { |
4282 |
#camera-error { |
| 4278 |
display: none; |
4283 |
display: none; |
| 4279 |
flex-direction: row; |
|
|
| 4280 |
flex-wrap: nowrap; |
| 4281 |
|
4284 |
|
| 4282 |
div { |
4285 |
div { |
| 4283 |
padding: 0 .5em; |
4286 |
padding: 0 .5em; |
|
Lines 4289-4309
div .suggestion_note {
Link Here
|
| 4289 |
margin: .5em; |
4292 |
margin: .5em; |
| 4290 |
} |
4293 |
} |
| 4291 |
|
4294 |
|
| 4292 |
.tab-pane { |
|
|
| 4293 |
&.active { |
| 4294 |
@include clearfix(); |
| 4295 |
} |
| 4296 |
} |
| 4297 |
|
| 4298 |
@import "header"; |
4295 |
@import "header"; |
| 4299 |
@import "toolbar"; |
4296 |
@import "toolbar"; |
| 4300 |
@import "forms"; |
4297 |
@import "forms"; |
| 4301 |
|
4298 |
|
| 4302 |
@media (min-width: 200px) { |
4299 |
@media ( max-width: 767px ) { |
| 4303 |
|
|
|
| 4304 |
} |
| 4305 |
|
| 4306 |
@media (max-width: 767px) { |
| 4307 |
.header-menu-link { |
4300 |
.header-menu-link { |
| 4308 |
display: inline-block; |
4301 |
display: inline-block; |
| 4309 |
} |
4302 |
} |
|
Lines 4330-4336
div .suggestion_note {
Link Here
|
| 4330 |
.open { |
4323 |
.open { |
| 4331 |
.dropdown-menu { |
4324 |
.dropdown-menu { |
| 4332 |
background-color: #352C2E; |
4325 |
background-color: #352C2E; |
| 4333 |
border: 1px solid #ccc; |
4326 |
border: 1px solid #CCC; |
| 4334 |
position: absolute; |
4327 |
position: absolute; |
| 4335 |
} |
4328 |
} |
| 4336 |
} |
4329 |
} |
|
Lines 4345-4354
div .suggestion_note {
Link Here
|
| 4345 |
padding-left: 1.5em; |
4338 |
padding-left: 1.5em; |
| 4346 |
|
4339 |
|
| 4347 |
&:hover { |
4340 |
&:hover { |
| 4348 |
text-decoration: underline; |
|
|
| 4349 |
color: #FFF; |
| 4350 |
background-color: #352C2E; |
4341 |
background-color: #352C2E; |
| 4351 |
background-image: none; |
4342 |
background-image: none; |
|
|
4343 |
color: #FFF; |
| 4344 |
text-decoration: underline; |
| 4352 |
} |
4345 |
} |
| 4353 |
} |
4346 |
} |
| 4354 |
|
4347 |
|
|
Lines 4387-4393
div .suggestion_note {
Link Here
|
| 4387 |
#user-menu { |
4380 |
#user-menu { |
| 4388 |
.open { |
4381 |
.open { |
| 4389 |
.dropdown-menu { |
4382 |
.dropdown-menu { |
| 4390 |
background-color: #352c35; |
4383 |
background-color: #352C35; |
| 4391 |
position: absolute; |
4384 |
position: absolute; |
| 4392 |
} |
4385 |
} |
| 4393 |
} |
4386 |
} |
|
Lines 4402-4411
div .suggestion_note {
Link Here
|
| 4402 |
} |
4395 |
} |
| 4403 |
} |
4396 |
} |
| 4404 |
|
4397 |
|
| 4405 |
@media (max-width: 768px) { |
4398 |
@media ( max-width: 768px ) { |
| 4406 |
.navbar-nav { |
4399 |
.navbar-nav { |
| 4407 |
li { |
4400 |
li { |
| 4408 |
|
|
|
| 4409 |
a { |
4401 |
a { |
| 4410 |
padding: .4em .6em; |
4402 |
padding: .4em .6em; |
| 4411 |
} |
4403 |
} |
|
Lines 4431-4440
div .suggestion_note {
Link Here
|
| 4431 |
} |
4423 |
} |
| 4432 |
} |
4424 |
} |
| 4433 |
|
4425 |
|
| 4434 |
@media (min-width: 800px) { |
4426 |
@media ( min-width: 800px ) { |
| 4435 |
|
|
|
| 4436 |
|
| 4437 |
|
| 4438 |
#helper { |
4427 |
#helper { |
| 4439 |
i { |
4428 |
i { |
| 4440 |
display: none; |
4429 |
display: none; |
|
Lines 4482-4491
div .suggestion_note {
Link Here
|
| 4482 |
} |
4471 |
} |
| 4483 |
|
4472 |
|
| 4484 |
body.modalprinter .modal-dialog.focused { |
4473 |
body.modalprinter .modal-dialog.focused { |
| 4485 |
position: absolute; |
|
|
| 4486 |
padding: 0; |
| 4487 |
margin: 0; |
| 4488 |
left: 0; |
4474 |
left: 0; |
|
|
4475 |
margin: 0; |
| 4476 |
padding: 0; |
| 4477 |
position: absolute; |
| 4489 |
top: 0; |
4478 |
top: 0; |
| 4490 |
} |
4479 |
} |
| 4491 |
|
4480 |
|
| 4492 |
- |
|
|