Lines 9-19
input:focus, textarea:focus {
Link Here
|
9 |
::selection { background:#538200; color:#ffffff; /* Safari and Opera */ } |
9 |
::selection { background:#538200; color:#ffffff; /* Safari and Opera */ } |
10 |
::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ } |
10 |
::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ } |
11 |
|
11 |
|
12 |
a, a:link, a:visited { |
12 |
a, a:link, a:visited, |
|
|
13 |
a.btn:link, a.btn:visited { |
13 |
color : #004d99; |
14 |
color : #004d99; |
14 |
text-decoration: none; |
15 |
text-decoration: none; |
15 |
} |
16 |
} |
16 |
|
17 |
|
|
|
18 |
.btn-group { |
19 |
white-space: nowrap; |
20 |
} |
21 |
|
22 |
.btn-group .btn { |
23 |
float: none; |
24 |
display: inline-block; |
25 |
} |
26 |
|
17 |
a:hover, a:active { |
27 |
a:hover, a:active { |
18 |
color : #538200; |
28 |
color : #538200; |
19 |
text-decoration: none; |
29 |
text-decoration: none; |
Lines 107-114
em strong {
Link Here
|
107 |
|
117 |
|
108 |
input, textarea { |
118 |
input, textarea { |
109 |
padding : 2px 4px; |
119 |
padding : 2px 4px; |
|
|
120 |
line-height: normal; |
121 |
} |
122 |
|
123 |
input[type="checkbox"], input[type="radio"] { |
124 |
vertical-align: middle; |
125 |
margin: 0; |
110 |
} |
126 |
} |
111 |
|
127 |
|
|
|
128 |
label, .label { |
129 |
font-weight: normal; |
130 |
font-size: inherit; |
131 |
padding: 0; |
132 |
color: black; |
133 |
margin-bottom: 0; |
134 |
vertical-align: middle; |
135 |
} |
136 |
|
137 |
label input[type="checkbox"], |
138 |
label input[type="radio"], |
139 |
.label input[type="checkbox"], |
140 |
.label input[type="radio"] { |
141 |
margin-top: 0; |
142 |
} |
143 |
|
144 |
|
112 |
.subfield-label { |
145 |
.subfield-label { |
113 |
font-style : italic; |
146 |
font-style : italic; |
114 |
} |
147 |
} |
Lines 300-308
td.total {
Link Here
|
300 |
} |
333 |
} |
301 |
|
334 |
|
302 |
caption { |
335 |
caption { |
303 |
font-size : 133.9%; |
336 |
font-size : 133.9%; |
304 |
font-weight : bold; |
337 |
font-weight : bold; |
305 |
margin : .3em 0; |
338 |
margin : .3em 0; |
|
|
339 |
color: black; |
306 |
} |
340 |
} |
307 |
|
341 |
|
308 |
.problem { |
342 |
.problem { |
Lines 328-339
fieldset.lastchecked {
Link Here
|
328 |
} |
362 |
} |
329 |
|
363 |
|
330 |
legend { |
364 |
legend { |
331 |
font-size : 123.1%; |
365 |
font-size : 123.1%; |
332 |
font-weight : bold; |
366 |
font-weight : bold; |
333 |
border:2px solid #b9d8d9; |
367 |
border:2px solid #b9d8d9; |
334 |
background-color:#ffffff; |
368 |
background-color:#ffffff; |
335 |
border-radius:3px; |
369 |
border-radius:3px; |
336 |
padding: 0.2em 0.5em; |
370 |
padding: 0.2em 0.5em; |
|
|
371 |
width: auto; |
337 |
} |
372 |
} |
338 |
|
373 |
|
339 |
#floating-save { |
374 |
#floating-save { |
Lines 356-361
legend {
Link Here
|
356 |
margin-top : 1em; |
391 |
margin-top : 1em; |
357 |
} |
392 |
} |
358 |
|
393 |
|
|
|
394 |
#header>.container-fluid { |
395 |
padding: 0; |
396 |
} |
397 |
|
359 |
div.justify { |
398 |
div.justify { |
360 |
text-align: justify; |
399 |
text-align: justify; |
361 |
} |
400 |
} |
Lines 421-426
div#toolbar,
Link Here
|
421 |
.btn-toolbar { |
460 |
.btn-toolbar { |
422 |
background-color : #EDF4F6; |
461 |
background-color : #EDF4F6; |
423 |
padding: 5px 5px 5px 5px; |
462 |
padding: 5px 5px 5px 5px; |
|
|
463 |
margin: 0; |
424 |
border-radius: 5px 5px 0 0; |
464 |
border-radius: 5px 5px 0 0; |
425 |
border: 1px solid #E6F0F2; |
465 |
border: 1px solid #E6F0F2; |
426 |
} |
466 |
} |
Lines 542-547
div.yui-b fieldset.brief li.radio {
Link Here
|
542 |
padding : .7em 0; |
582 |
padding : .7em 0; |
543 |
} |
583 |
} |
544 |
div.yui-b fieldset.brief li.radio label, |
584 |
div.yui-b fieldset.brief li.radio label, |
|
|
585 |
div.yui-b fieldset.brief li.checkbox label, |
545 |
div.yui-b fieldset.brief li.dateinsert label, |
586 |
div.yui-b fieldset.brief li.dateinsert label, |
546 |
div.yui-b fieldset.brief li.dateinsert span.label, |
587 |
div.yui-b fieldset.brief li.dateinsert span.label, |
547 |
div.yui-b fieldset.brief li.radio span.label { |
588 |
div.yui-b fieldset.brief li.radio span.label { |
Lines 561-573
div.yui-b fieldset.brief fieldset legend {
Link Here
|
561 |
font-size : 85%; |
602 |
font-size : 85%; |
562 |
} |
603 |
} |
563 |
|
604 |
|
|
|
605 |
#tools_holidays fieldset.brief li.radio input, |
606 |
#tools_holidays fieldset.brief li.checkbox input{ |
607 |
margin-left: 0; |
608 |
} |
609 |
|
610 |
#tools_holidays fieldset.brief li.radio label, |
611 |
#tools_holidays fieldset.brief li.checkbox label { |
612 |
margin-left: 20px; |
613 |
} |
614 |
|
564 |
fieldset.rows { |
615 |
fieldset.rows { |
565 |
border-width : 1px; |
616 |
border-width : 1px; |
566 |
border:2px solid #b9d8d9; |
617 |
border:2px solid #b9d8d9; |
567 |
float : left; |
618 |
float : left; |
568 |
font-size : 90%; |
619 |
font-size : 90%; |
569 |
clear : left; |
620 |
clear : left; |
570 |
margin: .9em 0 0 0; |
621 |
margin: .9em 0 0 0; |
571 |
padding: 0; |
622 |
padding: 0; |
572 |
width: 100%; |
623 |
width: 100%; |
573 |
} |
624 |
} |
Lines 603-608
fieldset.rows fieldset {
Link Here
|
603 |
width: 9em; |
654 |
width: 9em; |
604 |
} |
655 |
} |
605 |
|
656 |
|
|
|
657 |
.yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label { |
658 |
width: auto; |
659 |
} |
660 |
|
606 |
.yui-b fieldset.rows div.hint { |
661 |
.yui-b fieldset.rows div.hint { |
607 |
margin-left : 10.5em; |
662 |
margin-left : 10.5em; |
608 |
} |
663 |
} |
Lines 651-663
fieldset.rows li.radio label {
Link Here
|
651 |
fieldset.rows ol.radio label { |
706 |
fieldset.rows ol.radio label { |
652 |
width : auto; |
707 |
width : auto; |
653 |
float : none; |
708 |
float : none; |
654 |
margin-right : 0; |
709 |
margin-right : 30px; |
|
|
710 |
margin-left: 20px; |
711 |
padding-left: 0; |
712 |
vertical-align: middle; |
713 |
} |
714 |
|
715 |
fieldset.rows li.radio input + label { |
716 |
margin-left: 0; |
717 |
padding-left: 0; |
718 |
} |
719 |
|
720 |
fieldset.rows ol.radio input[type="checkbox"], |
721 |
fieldset.rows ol.radio input[type="radio"] { |
722 |
margin-left: -20px; |
655 |
} |
723 |
} |
656 |
|
724 |
|
657 |
fieldset.rows ol.radio label.radio { |
725 |
fieldset.rows ol.radio label.radio { |
658 |
float : left; |
726 |
float : left; |
659 |
width : 12em; |
727 |
width : 9em; |
660 |
margin-right : 1em; |
728 |
margin-right : 1em; |
|
|
729 |
margin-top: 0; |
661 |
} |
730 |
} |
662 |
|
731 |
|
663 |
fieldset.rows caption { |
732 |
fieldset.rows caption { |
Lines 693-704
fieldset.rows label.error {
Link Here
|
693 |
|
762 |
|
694 |
fieldset.action, div.action { |
763 |
fieldset.action, div.action { |
695 |
background-color: transparent; |
764 |
background-color: transparent; |
696 |
clear : both; |
765 |
clear : both; |
697 |
float : none; |
766 |
float : none; |
698 |
border : 0px; |
767 |
border : 0px; |
699 |
margin: 0; |
768 |
margin: 0.9em 0 0 0; |
700 |
padding: .4em .4em .4em .1em; |
769 |
padding: 0.4em; |
701 |
width: auto; |
770 |
width: auto; |
|
|
771 |
} |
772 |
|
773 |
.btn-toolbar fieldset.action { |
774 |
margin-top: 0; |
702 |
} |
775 |
} |
703 |
|
776 |
|
704 |
div.rows+div.rows { |
777 |
div.rows+div.rows { |
Lines 717-725
width: 100%;
Link Here
|
717 |
div.rows span.label { |
790 |
div.rows span.label { |
718 |
float: left; |
791 |
float: left; |
719 |
font-weight : bold; |
792 |
font-weight : bold; |
720 |
width: 9em; |
793 |
width: 9em; |
721 |
margin-right: 1em; |
794 |
margin-right: 1em; |
722 |
text-align: left; |
795 |
text-align: left; |
|
|
796 |
padding-top: 0; |
797 |
} |
798 |
|
799 |
.rows .label { |
800 |
white-space: normal; |
723 |
} |
801 |
} |
724 |
|
802 |
|
725 |
div.rows ol { |
803 |
div.rows ol { |
Lines 760-766
fieldset.rows label.inline {
Link Here
|
760 |
fieldset.rows .inputnote { |
838 |
fieldset.rows .inputnote { |
761 |
clear : left; |
839 |
clear : left; |
762 |
float : left; |
840 |
float : left; |
763 |
margin : .5em 0 0 11em; |
841 |
margin : 1em 0 0 11em; |
764 |
} |
842 |
} |
765 |
|
843 |
|
766 |
.checkedout { |
844 |
.checkedout { |
Lines 1670-1676
span.permissiondesc {
Link Here
|
1670 |
#marcPreview th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; } |
1748 |
#marcPreview th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; } |
1671 |
#marcPreview td { border: 0; padding : 2px; vertical-align: top; } |
1749 |
#marcPreview td { border: 0; padding : 2px; vertical-align: top; } |
1672 |
#marcPreview tbody tr:nth-child(2n+1) td { background-color: #FFF; } |
1750 |
#marcPreview tbody tr:nth-child(2n+1) td { background-color: #FFF; } |
1673 |
#marcPreview { width : 80%; margin-left : -40%; } |
|
|
1674 |
@media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } } |
1751 |
@media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } } |
1675 |
|
1752 |
|
1676 |
#cartDetails { |
1753 |
#cartDetails { |
Lines 2322-2334
button,
Link Here
|
2322 |
border : 0; |
2399 |
border : 0; |
2323 |
} |
2400 |
} |
2324 |
|
2401 |
|
2325 |
.btn-small .caret { |
|
|
2326 |
margin-top : .6em; |
2327 |
} |
2328 |
|
2329 |
#toolbar .btn, |
2330 |
#toolbar .dropdown-menu, |
2402 |
#toolbar .dropdown-menu, |
2331 |
.btn-toolbar .btn, |
|
|
2332 |
.btn-toolbar .dropdown-menu { |
2403 |
.btn-toolbar .dropdown-menu { |
2333 |
font-size: 13px; |
2404 |
font-size: 13px; |
2334 |
} |
2405 |
} |
Lines 2336-2341
a.btn:link,
Link Here
|
2336 |
a.btn:visited{ |
2407 |
a.btn:visited{ |
2337 |
color: #333333; |
2408 |
color: #333333; |
2338 |
} |
2409 |
} |
|
|
2410 |
|
2411 |
a.btn-link:hover { |
2412 |
color : #538200; |
2413 |
} |
2414 |
|
2339 |
.dropdown-menu li { |
2415 |
.dropdown-menu li { |
2340 |
list-style: none outside none; |
2416 |
list-style: none outside none; |
2341 |
} |
2417 |
} |
Lines 2349-2354
a.disabled {
Link Here
|
2349 |
|
2425 |
|
2350 |
.navbar { |
2426 |
.navbar { |
2351 |
color: #333; |
2427 |
color: #333; |
|
|
2428 |
min-height: 20px; |
2429 |
} |
2430 |
|
2431 |
#header.navbar { |
2432 |
margin-bottom: 0; |
2433 |
} |
2434 |
|
2435 |
#header.navbar-default { |
2436 |
background: #e6f0f2; |
2437 |
box-shadow: none; |
2438 |
border: none; |
2439 |
} |
2440 |
|
2441 |
#changelanguage .navbar-text { |
2442 |
margin: 0; |
2443 |
} |
2444 |
|
2445 |
#changelanguage .navbar-text span { |
2446 |
display: block; |
2447 |
line-height: 20px; |
2448 |
} |
2449 |
|
2450 |
#changelanguage .dropdown-menu > li > a, |
2451 |
#changelanguage .dropdown-menu > li > span { |
2452 |
padding: 5px 15px; |
2352 |
} |
2453 |
} |
2353 |
|
2454 |
|
2354 |
.navbar .nav > li > a, .loggedout { |
2455 |
.navbar .nav > li > a, .loggedout { |
Lines 2367-2378
a.disabled {
Link Here
|
2367 |
color: #538200; |
2468 |
color: #538200; |
2368 |
} |
2469 |
} |
2369 |
|
2470 |
|
2370 |
.navbar .nav li.dropdown.open > .dropdown-toggle, |
|
|
2371 |
.navbar .nav li.dropdown.active > .dropdown-toggle, |
2372 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle { |
2373 |
background: transparent none; |
2374 |
} |
2375 |
|
2376 |
.navbar-static-top .navbar-inner { |
2471 |
.navbar-static-top .navbar-inner { |
2377 |
background: #E6F0F2 none; |
2472 |
background: #E6F0F2 none; |
2378 |
border: 0; |
2473 |
border: 0; |
Lines 2411-2429
a.disabled {
Link Here
|
2411 |
font-weight: bold; |
2506 |
font-weight: bold; |
2412 |
padding : .4em .3em; |
2507 |
padding : .4em .3em; |
2413 |
} |
2508 |
} |
2414 |
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { |
|
|
2415 |
background: transparent none; |
2416 |
} |
2417 |
|
2509 |
|
2418 |
.navbar .nav > li > a:focus, |
2510 |
.navbar .nav > li > a:focus, |
2419 |
.navbar .nav > li > a:hover { |
2511 |
.navbar .nav > li > a:hover { |
2420 |
color: #538200; |
2512 |
color: #538200; |
2421 |
} |
2513 |
} |
2422 |
|
2514 |
|
2423 |
.navbar .nav li.dropdown.open > .dropdown-toggle, |
2515 |
.navbar .nav li.dropdown.open > .dropdown-toggle:focus, |
2424 |
.navbar .nav li.dropdown.active > .dropdown-toggle, |
2516 |
.navbar .nav li.dropdown.active > .dropdown-toggle:focus, |
2425 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle { |
2517 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle:focus { |
2426 |
background: transparent none; |
2518 |
background: #e6f0f2 none; |
|
|
2519 |
box-shadow: none; |
2427 |
} |
2520 |
} |
2428 |
|
2521 |
|
2429 |
.tooltip.bottom .tooltip-arrow { |
2522 |
.tooltip.bottom .tooltip-arrow { |
Lines 2465-2472
a.close:hover {
Link Here
|
2465 |
/* Redefine a new style for Bootstrap's class "close" since we use that already */ |
2558 |
/* Redefine a new style for Bootstrap's class "close" since we use that already */ |
2466 |
/* Use <a class="closebtn" href="#">×</a> */ |
2559 |
/* Use <a class="closebtn" href="#">×</a> */ |
2467 |
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} |
2560 |
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} |
2468 |
.modal-header .closebtn{margin-top:2px;} |
2561 |
.modal-header .closebtn{margin-top:-2px;} |
2469 |
.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} |
2562 |
.closebtn{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}.closebtn:hover,.closebtn:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);} |
2470 |
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} |
2563 |
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} |
2471 |
|
2564 |
|
2472 |
.btn-group label, |
2565 |
.btn-group label, |
Lines 2681-2687
span.browse-button {
Link Here
|
2681 |
} |
2774 |
} |
2682 |
|
2775 |
|
2683 |
#i18nMenu a:hover, |
2776 |
#i18nMenu a:hover, |
2684 |
#i18nMenu a:active { |
2777 |
#i18nMenu a:active, |
|
|
2778 |
#i18nMenu .dropdown-menu a:hover, |
2779 |
#i18nMenu .dropdown-menu a:focus { |
2685 |
color : #538200; |
2780 |
color : #538200; |
2686 |
font-weight: normal; |
2781 |
font-weight: normal; |
2687 |
} |
2782 |
} |
Lines 2693-2699
span.browse-button {
Link Here
|
2693 |
|
2788 |
|
2694 |
#i18nMenu .dropdown-menu a:hover, |
2789 |
#i18nMenu .dropdown-menu a:hover, |
2695 |
#i18nMenu .dropdown-menu a:focus { |
2790 |
#i18nMenu .dropdown-menu a:focus { |
2696 |
color : #FFF; |
|
|
2697 |
} |
2791 |
} |
2698 |
|
2792 |
|
2699 |
#circ_circulation_issue .onsite_checkout-select label, |
2793 |
#circ_circulation_issue .onsite_checkout-select label, |
Lines 2786-2788
div[class$="_table_controls"] {
Link Here
|
2786 |
#borrower_message { |
2880 |
#borrower_message { |
2787 |
margin-top: 10px; |
2881 |
margin-top: 10px; |
2788 |
} |
2882 |
} |
2789 |
- |
2883 |
|
|
|
2884 |
fieldset.rows + fieldset.action { |
2885 |
padding-top: 20px; |
2886 |
} |
2887 |
|
2888 |
.yui-u .rows li p label.widelabel { |
2889 |
width: auto; |
2890 |
} |