|
Lines 1799-1820
span.permissiondesc {
Link Here
|
| 1799 |
padding : .5em; |
1799 |
padding : .5em; |
| 1800 |
} |
1800 |
} |
| 1801 |
|
1801 |
|
| 1802 |
/* borrower autocomplete */ |
|
|
| 1803 |
#borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */ |
| 1804 |
.autocomplete .yui-ac-highlight , |
| 1805 |
.autocomplete .yui-ac-highlight .sample-result, |
| 1806 |
.autocomplete .yui-ac-highlight .sample-query { color:#FFF; } |
| 1807 |
.autocomplete .sample-result { color: black; } |
| 1808 |
.autocomplete .sample-query { color:#000; } |
| 1809 |
#findborrower { position:static; width:auto; } |
| 1810 |
#yborrowercontainer { text-align:left;width:335px; } |
| 1811 |
|
| 1812 |
/* patron attribues autocomplete for overdues report (pattrodue) */ |
| 1813 |
.pattrodue-autocomplete .pattrodue-result { color: black; } |
| 1814 |
.pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; } |
| 1815 |
.pattrodue-input { position:static; width:auto; } |
| 1816 |
.pattrodue-container { text-align:left; width:400px; } |
| 1817 |
|
| 1818 |
.labeledmarc-table { |
1802 |
.labeledmarc-table { |
| 1819 |
border: 0; |
1803 |
border: 0; |
| 1820 |
} |
1804 |
} |
| 1821 |
- |
|
|