|
Lines 148-160
a {
Link Here
|
| 148 |
padding-left: 27px; |
148 |
padding-left: 27px; |
| 149 |
} |
149 |
} |
| 150 |
|
150 |
|
| 151 |
&.deleteshelf { |
|
|
| 152 |
@extend %initial_icon; |
| 153 |
|
151 |
|
| 154 |
&.disabled { |
|
|
| 155 |
@extend %initial_icon; |
| 156 |
} |
| 157 |
} |
| 158 |
|
152 |
|
| 159 |
&.detail { |
153 |
&.detail { |
| 160 |
@extend %initial_icon; |
154 |
@extend %initial_icon; |
|
Lines 226-232
a {
Link Here
|
| 226 |
|
220 |
|
| 227 |
&.print-large { |
221 |
&.print-large { |
| 228 |
@extend %initial_icon; |
222 |
@extend %initial_icon; |
| 229 |
background-position: -5px -186px; /* Toolbar print */ |
223 |
background-position: 0 -187px; /* Toolbar print */ |
| 230 |
padding-left: 35px; |
224 |
padding-left: 35px; |
| 231 |
} |
225 |
} |
| 232 |
|
226 |
|
|
Lines 259-264
a {
Link Here
|
| 259 |
padding-left: 28px; |
253 |
padding-left: 28px; |
| 260 |
} |
254 |
} |
| 261 |
|
255 |
|
|
|
256 |
&.sharelist { |
| 257 |
@extend %initial_icon; |
| 258 |
background-position: 2px -1148px; /* List share */ |
| 259 |
padding-left: 26px; |
| 260 |
} |
| 261 |
|
| 262 |
&.tag_add { |
262 |
&.tag_add { |
| 263 |
@extend %initial_icon; |
263 |
@extend %initial_icon; |
| 264 |
background-position: 3px -1111px; /* Tag results */ |
264 |
background-position: 3px -1111px; /* Tag results */ |
|
Lines 580-585
th {
Link Here
|
| 580 |
padding: 5px 10px; |
580 |
padding: 5px 10px; |
| 581 |
} |
581 |
} |
| 582 |
|
582 |
|
|
|
583 |
.buttons-print { |
| 584 |
@extend %initial_icon; |
| 585 |
background-color: transparent; |
| 586 |
background-position: 0 -184px; /* Toolbar print */ |
| 587 |
border: 0; |
| 588 |
color: #0076B2; |
| 589 |
font-size: 100%; |
| 590 |
padding-left: 35px; |
| 591 |
} |
| 592 |
|
| 583 |
.form-inline { |
593 |
.form-inline { |
| 584 |
display: inline; |
594 |
display: inline; |
| 585 |
margin: 0; |
595 |
margin: 0; |
|
Lines 928-958
ul {
Link Here
|
| 928 |
|
938 |
|
| 929 |
/* end jQueryUI core */ |
939 |
/* end jQueryUI core */ |
| 930 |
|
940 |
|
| 931 |
/* jQueryUI autocomplete */ |
|
|
| 932 |
|
| 933 |
.ui-autocomplete { |
| 934 |
@include shadowed; |
| 935 |
cursor: default; |
| 936 |
position: absolute; |
| 937 |
|
| 938 |
&.ui-widget-content .ui-state-hover { |
| 939 |
background: #E6F0F2 none; |
| 940 |
border: 1px solid #AAA; |
| 941 |
color: #212121; |
| 942 |
font-weight: normal; |
| 943 |
} |
| 944 |
} |
| 945 |
|
| 946 |
.ui-autocomplete-loading { |
| 947 |
background: #FFF url( "../../img/loading-small.gif" ) right center no-repeat; |
| 948 |
} |
| 949 |
|
| 950 |
.ui-menu li { |
| 951 |
list-style: none; |
| 952 |
} |
| 953 |
|
| 954 |
/* end jQueryUI autocomplete */ |
| 955 |
|
| 956 |
.item-thumbnail { |
941 |
.item-thumbnail { |
| 957 |
max-width: none; |
942 |
max-width: none; |
| 958 |
} |
943 |
} |
|
Lines 1716-1722
input {
Link Here
|
| 1716 |
&.editshelf { |
1701 |
&.editshelf { |
| 1717 |
@extend %initial_icon; |
1702 |
@extend %initial_icon; |
| 1718 |
background-color: transparent; |
1703 |
background-color: transparent; |
| 1719 |
background-position: 2px -735px; /* List edit */ |
1704 |
background-position: 2px -734px; /* List edit */ |
| 1720 |
border: 0; |
1705 |
border: 0; |
| 1721 |
color: #006699; |
1706 |
color: #006699; |
| 1722 |
cursor: pointer; |
1707 |
cursor: pointer; |
|
Lines 1750-1756
input {
Link Here
|
| 1750 |
.deleteshelf { |
1735 |
.deleteshelf { |
| 1751 |
@extend %initial_icon; |
1736 |
@extend %initial_icon; |
| 1752 |
background-color: transparent; |
1737 |
background-color: transparent; |
| 1753 |
background-position: 2px -688px; /* Delete */ |
1738 |
background-position: 2px -687px; /* Delete */ |
| 1754 |
border: 0; |
1739 |
border: 0; |
| 1755 |
color: #006699; |
1740 |
color: #006699; |
| 1756 |
cursor: pointer; |
1741 |
cursor: pointer; |
|
Lines 1766-1771
input {
Link Here
|
| 1766 |
&:hover { |
1751 |
&:hover { |
| 1767 |
color: #990033; |
1752 |
color: #990033; |
| 1768 |
} |
1753 |
} |
|
|
1754 |
|
| 1755 |
&.disabled { |
| 1756 |
background-position: 0 -712px; /* Delete */ |
| 1757 |
} |
| 1769 |
} |
1758 |
} |
| 1770 |
|
1759 |
|
| 1771 |
.links a { |
1760 |
.links a { |