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

(-)a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css (+43 lines)
Lines 353-355 tbody tr.active td { Link Here
353
.ui-autocomplete {
353
.ui-autocomplete {
354
    z-index: 2000;
354
    z-index: 2000;
355
}
355
}
356
357
#authoritiestabs .marc_field {
358
    display: inline-block;
359
    padding: .3em;
360
    border-radius: 3px;
361
}
362
363
#authoritiestabs .marc_subfield {
364
    font-weight: bold;
365
    color: #666;
366
}
367
368
#authoritiestabs .marc_subfield_desc {
369
    color: #00698a;
370
    font-style: italic;
371
}
372
373
#authoritiestabs .auth_subfield {
374
    display: flex;
375
}
376
377
#authoritiestabs .tag {
378
    padding: .4em 0;
379
}
380
381
#authoritiestabs .tag_desc {
382
    color: #026;
383
}
384
385
#authoritiestabs .tag_num {
386
    color: #080;
387
}
388
389
#authoritiestabs .tag_title {
390
    font-size: 100%;
391
    font-weight: bold;
392
    padding: 0;
393
}
394
395
#authoritiestabs .ui-tabs-nav.ui-widget-header {
396
    border-bottom: 1px solid #b9d8d9;
397
    border-radius: 0;
398
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-38 lines)
Lines 12-55 Link Here
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("css/addbiblio.css") | $raw %]
14
[% Asset.css("css/addbiblio.css") | $raw %]
15
[% FILTER collapse %]
16
    <style>
17
        .marc_field {
18
            display: inline-block;
19
            padding: .3em;
20
            border-radius: 3px;
21
        }
22
        .marc_subfield {
23
            font-weight: bold;
24
            color: #666;
25
        }
26
        .marc_subfield_desc {
27
            color: #00698a;
28
            font-style: italic;
29
        }
30
        .auth_subfield {
31
            display: flex;
32
        }
33
        .tag {
34
            padding: .4em 0;
35
        }
36
        .tag_desc {
37
            color: #026;
38
        }
39
        .tag_num {
40
            color: #080;
41
        }
42
        .tag_title {
43
            font-size: 100%;
44
            font-weight: bold;
45
            padding: 0;
46
        }
47
        .ui-tabs-nav.ui-widget-header {
48
            border-bottom: 1px solid #b9d8d9;
49
            border-radius: 0;
50
        }
51
    </style>
52
[% END %]
53
</head>
15
</head>
54
16
55
<body id="auth_detail" class="auth">
17
<body id="auth_detail" class="auth">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 5-10 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Cataloging authority plugin</title>
6
<title>Koha &rsaquo; Cataloging authority plugin</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/addbiblio.css") | $raw %]
8
</head>
9
</head>
9
10
10
<body id="auth_searchresultlist_auth" class="auth">
11
<body id="auth_searchresultlist_auth" class="auth">
11
- 

Return to bug 12533