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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (+30 lines)
Lines 280-285 textarea, Link Here
280
    vertical-align: 0;
280
    vertical-align: 0;
281
}
281
}
282
282
283
.table {
284
    .sorting_asc {
285
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L2c+PC9zdmc+") no-repeat scroll 100% 80% #E2E8E8;
286
        padding-right: 19px;
287
    }
288
289
    .sorting_desc {
290
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=") no-repeat scroll 100% 80% #E2E8E8;
291
        padding-right: 19px;
292
    }
293
294
    .sorting {
295
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi41NTFtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMyAyLjU1MDY2MTQiPjxwYXRoIGZpbGw9IiNhY2FjYWMiIGQ9Ik00LjA1IDEuNDVoLTIuMUwzIDIuNTV6Ii8+PHBhdGggZmlsbD0iI2FjYWNhYyIgZD0iTTQuMDUgMS4xaC0yLjFMMyAweiIvPjwvc3ZnPg==") no-repeat scroll 100% 75% #E2E8E8;
296
        padding-right: 19px;
297
    }
298
299
    .nosort,
300
    .nosort.sorting_asc,
301
    .nosort.sorting_desc,
302
    .nosort.sorting {
303
        background: #E2E8E8 none;
304
        padding-right: 19px;
305
    }
306
307
    th,
308
    td {
309
        line-height: 135%;
310
    }
311
}
312
283
/* jQuery UI standard tabs */
313
/* jQuery UI standard tabs */
284
.ui-tabs-nav .ui-tabs-active a,
314
.ui-tabs-nav .ui-tabs-active a,
285
.ui-tabs-nav a:hover,
315
.ui-tabs-nav a:hover,
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-30 lines)
Lines 1978-2013 nav { Link Here
1978
    margin: 0 auto;
1978
    margin: 0 auto;
1979
}
1979
}
1980
1980
1981
.table {
1982
    .sorting_asc {
1983
        background: url( "../images/asc.gif" ) no-repeat scroll 100% 80% #E2E8E8;
1984
        padding-right: 19px;
1985
    }
1986
1987
    .sorting_desc {
1988
        background: url( "../images/desc.gif" ) no-repeat scroll 100% 80% #E2E8E8;
1989
        padding-right: 19px;
1990
    }
1991
1992
    .sorting {
1993
        background: url( "../images/ascdesc.gif" ) no-repeat scroll 100% 75% #E2E8E8;
1994
        padding-right: 19px;
1995
    }
1996
1997
    .nosort,
1998
    .nosort.sorting_asc,
1999
    .nosort.sorting_desc,
2000
    .nosort.sorting {
2001
        background: #E2E8E8 none;
2002
        padding-right: 19px;
2003
    }
2004
2005
    th,
2006
    td {
2007
        line-height: 135%;
2008
    }
2009
}
2010
2011
.table-bordered {
1981
.table-bordered {
2012
    border-radius: 0;
1982
    border-radius: 0;
2013
    thead:first-child tr:first-child > th {
1983
    thead:first-child tr:first-child > th {
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss (-23 lines)
Lines 32-60 a { Link Here
32
32
33
.table {
33
.table {
34
    font-size: .95rem;
34
    font-size: .95rem;
35
36
    .sorting_asc {
37
        background: url("../images/asc.gif") no-repeat scroll right center #EEEEEE;
38
        padding-right: 19px;
39
    }
40
41
    .sorting_desc {
42
        background: url("../images/desc.gif") no-repeat scroll right center #EEEEEE;
43
        padding-right: 19px;
44
    }
45
46
    .sorting {
47
        background: url("../images/ascdesc.gif") no-repeat scroll right center #EEEEEE;
48
        padding-right: 19px;
49
    }
50
51
    .nosort,
52
    .nosort.sorting_asc,
53
    .nosort.sorting_desc,
54
    .nosort.sorting {
55
        background: #E2E8E8 none;
56
        padding-right: 19px;
57
    }
58
}
35
}
59
36
60
.table-bordered {
37
.table-bordered {

Return to bug 26164