Lines 111-116
a {
Link Here
|
111 |
&.document { |
111 |
&.document { |
112 |
background-position: left middle; |
112 |
background-position: left middle; |
113 |
background-repeat: no-repeat; |
113 |
background-repeat: no-repeat; |
|
|
114 |
display: inline-block; |
115 |
min-height: 20px; |
114 |
padding-left: 20px; |
116 |
padding-left: 20px; |
115 |
} |
117 |
} |
116 |
|
118 |
|
Lines 936-942
fieldset {
Link Here
|
936 |
font-weight: bold; |
938 |
font-weight: bold; |
937 |
margin-right: 1em; |
939 |
margin-right: 1em; |
938 |
text-align: right; |
940 |
text-align: right; |
939 |
width: 6em; |
941 |
width: 9em; |
940 |
|
942 |
|
941 |
.error { |
943 |
.error { |
942 |
float: none; |
944 |
float: none; |
Lines 1070-1075
fieldset {
Link Here
|
1070 |
} |
1072 |
} |
1071 |
} |
1073 |
} |
1072 |
|
1074 |
|
|
|
1075 |
#multi_receiving { |
1076 |
fieldset { |
1077 |
&.rows { |
1078 |
label { |
1079 |
width: 50%; |
1080 |
} |
1081 |
} |
1082 |
} |
1083 |
} |
1084 |
|
1073 |
.yui-u { |
1085 |
.yui-u { |
1074 |
div { |
1086 |
div { |
1075 |
.hint { |
1087 |
.hint { |
Lines 1120-1125
legend {
Link Here
|
1120 |
width: auto; |
1132 |
width: auto; |
1121 |
} |
1133 |
} |
1122 |
|
1134 |
|
|
|
1135 |
details { |
1136 |
> summary { |
1137 |
cursor: pointer; |
1138 |
|
1139 |
&::before { |
1140 |
content: "\f0da"; |
1141 |
display: inline-block; |
1142 |
font-family: FontAwesome; |
1143 |
width: 1em; |
1144 |
} |
1145 |
|
1146 |
&.checkouts-by-itemtype { |
1147 |
li { |
1148 |
display: inline-block; |
1149 |
} |
1150 |
} |
1151 |
} |
1152 |
} |
1153 |
|
1154 |
details[open] { |
1155 |
> summary { |
1156 |
&::before { |
1157 |
content: "\f0d7"; |
1158 |
} |
1159 |
} |
1160 |
} |
1161 |
|
1162 |
|
1123 |
#floating-save { |
1163 |
#floating-save { |
1124 |
background-color: rgba(185, 216, 217, .6); |
1164 |
background-color: rgba(185, 216, 217, .6); |
1125 |
bottom: 3%; |
1165 |
bottom: 3%; |
Lines 1659-1674
dd {
Link Here
|
1659 |
} |
1699 |
} |
1660 |
} |
1700 |
} |
1661 |
|
1701 |
|
1662 |
label { |
|
|
1663 |
width: 9em; |
1664 |
} |
1665 |
|
1666 |
span { |
1667 |
&.label { |
1668 |
width: 9em; |
1669 |
} |
1670 |
} |
1671 |
|
1672 |
td { |
1702 |
td { |
1673 |
label { |
1703 |
label { |
1674 |
width: auto; |
1704 |
width: auto; |
Lines 1740-1750
dd {
Link Here
|
1740 |
overflow-y: auto; |
1770 |
overflow-y: auto; |
1741 |
} |
1771 |
} |
1742 |
|
1772 |
|
1743 |
#z3950_search_targets_auth { |
|
|
1744 |
height: 348px; |
1745 |
overflow-y: auto; |
1746 |
} |
1747 |
|
1748 |
.z3950checks { |
1773 |
.z3950checks { |
1749 |
padding-left: 1em; |
1774 |
padding-left: 1em; |
1750 |
} |
1775 |
} |
Lines 3527-3532
span {
Link Here
|
3527 |
} |
3552 |
} |
3528 |
} |
3553 |
} |
3529 |
|
3554 |
|
|
|
3555 |
|
3556 |
.result-biblio-itemtype { |
3557 |
float: right; |
3558 |
padding: .5em; |
3559 |
margin: .5em; |
3560 |
font-size: 85%; |
3561 |
text-align: center; |
3562 |
|
3563 |
img { |
3564 |
display: block; |
3565 |
margin: auto; |
3566 |
margin-bottom: 2px; |
3567 |
} |
3568 |
} |
3569 |
|
3530 |
.browse-label, |
3570 |
.browse-label, |
3531 |
.browse-prev-next { |
3571 |
.browse-prev-next { |
3532 |
border: 1px solid #B9D8D9; |
3572 |
border: 1px solid #B9D8D9; |
Lines 3899-3904
span {
Link Here
|
3899 |
} |
3939 |
} |
3900 |
} |
3940 |
} |
3901 |
|
3941 |
|
|
|
3942 |
/* ==== MODULE LINKS - Start ==== */ |
3943 |
|
3944 |
ul { |
3945 |
&.buttons-list { |
3946 |
/* List containing the module links */ |
3947 |
padding: 0; |
3948 |
margin-bottom: 30px; |
3949 |
|
3950 |
li { |
3951 |
/* Standard attributes for the list elements */ |
3952 |
list-style-type:none; |
3953 |
|
3954 |
a { |
3955 |
&.circ-button { |
3956 |
/* Class used for each module link */ |
3957 |
background-color: #F4F8F9; |
3958 |
background-position: 5px 3px; |
3959 |
background-repeat: no-repeat; |
3960 |
border: solid 2px #b9d8d9; |
3961 |
border-radius: 6px; |
3962 |
box-sizing: content-box; |
3963 |
color: #000000; |
3964 |
display: block; |
3965 |
font-size: 110%; |
3966 |
font-weight: bold; |
3967 |
max-width: 260px; |
3968 |
margin: .5em 0; |
3969 |
padding: 8px; |
3970 |
text-decoration: none; |
3971 |
|
3972 |
&:hover { |
3973 |
/* Class used for each module link hover state */ |
3974 |
border-color: #538200; |
3975 |
color: #538200; |
3976 |
} |
3977 |
} |
3978 |
} |
3979 |
} |
3980 |
} |
3981 |
} |
3982 |
|
3983 |
/* ==== MODULE LINKS - End ==== */ |
3984 |
|
3902 |
@media (min-width: 200px) { |
3985 |
@media (min-width: 200px) { |
3903 |
.navbar-nav > li { |
3986 |
.navbar-nav > li { |
3904 |
float: left; |
3987 |
float: left; |
3905 |
- |
|
|