View | Details | Raw Unified | Return to bug 20427
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-34 / +23 lines)
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 {
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss (-4 / +18 lines)
Lines 146-177 body#basket a { Link Here
146
}
146
}
147
147
148
body#basket table {
148
body#basket table {
149
    border-left: 1px solid #EEE;
149
    border-collapse: collapse;
150
    border-top: 1px solid #EEE;
151
}
150
}
152
body#basket td,
151
body#basket td,
153
body#basket th {
152
body#basket th {
154
    background-color: transparent;
153
    background-color: transparent;
154
    border: 0;
155
    padding: 2px;
155
    padding: 2px;
156
}
156
}
157
157
158
body#basket th {
158
body#basket th {
159
    background-color: #EEE;
159
    background-color: #EEE;
160
    border: 0;
160
}
161
}
161
162
162
body#basket th,
163
body#basket th,
163
body#basket th[scope=col] {
164
body#basket th[scope=col] {
165
    border: 0;
164
    text-align: center;
166
    text-align: center;
165
    vertical-align: middle;
167
    vertical-align: middle;
166
}
168
}
167
169
168
body#basket th[scope=row] {
170
body#basket th[scope=row] {
171
    border: 0;
169
    font-size: 89%;
172
    font-size: 89%;
170
    text-align: right;
173
    text-align: right;
171
    vertical-align: top;
174
    vertical-align: top;
172
    width: 10%;
175
    width: 10%;
173
}
176
}
174
177
178
#basket {
179
    tr {
180
        border-bottom: 1px solid #DDD;
181
    }
182
}
183
175
body#basket p {
184
body#basket p {
176
    font-size: 85%;
185
    font-size: 85%;
177
    margin: .2em 0;
186
    margin: .2em 0;
Lines 237-243 a[href]:after, Link Here
237
fieldset.action,
246
fieldset.action,
238
h2 span.hint,
247
h2 span.hint,
239
input,
248
input,
240
td.resultscontrol {
249
td.resultscontrol,
250
.cart-control {
241
    display: none;
251
    display: none;
242
}
252
}
243
253
Lines 249-251 td.resultscontrol { Link Here
249
#ulactioncontainer {
259
#ulactioncontainer {
250
    display: none;
260
    display: none;
251
}
261
}
252
- 
262
263
.main,
264
.table-bordered {
265
    border: 0;
266
}

Return to bug 20427