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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/card.css (-37 lines)
Lines 1-37 Link Here
1
div.homeimage {
2
    background-attachment: scroll;
3
    background-color: transparent;
4
/*    background-image: url(../../img/label-creator-image.png); */
5
    background-position: top right;
6
    background-repeat: no-repeat;
7
    min-width: 800px;
8
}
9
10
div.lci_01 {
11
    float: right;
12
    clear: right;
13
    height: 90px;
14
    width: 280px;
15
    margin: 2px;
16
    padding: 2px;
17
}
18
19
div.lci_02 {
20
    float: right;
21
    clear: right;
22
    height: 165px;
23
    width: 582px;
24
    margin: 2px;
25
    padding: 2px;
26
}
27
28
div.lci_03 {
29
    float: right;
30
    clear: right;
31
    height: 55px;
32
    width: 305px;
33
    margin: 2px;
34
    padding: 2px;
35
}
36
37
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/label.css (-37 lines)
Lines 1-37 Link Here
1
div.homeimage {
2
    background-attachment: scroll;
3
    background-color: transparent;
4
    background-image: url(../../img/label-creator-image.png);
5
    background-position: top right;
6
    background-repeat: no-repeat;
7
    min-width: 800px;
8
}
9
10
div.lci_01 {
11
    float: right;
12
    clear: right;
13
    height: 90px;
14
    width: 280px;
15
    margin: 2px;
16
    padding: 2px;
17
}
18
19
div.lci_02 {
20
    float: right;
21
    clear: right;
22
    height: 165px;
23
    width: 582px;
24
    margin: 2px;
25
    padding: 2px;
26
}
27
28
div.lci_03 {
29
    float: right;
30
    clear: right;
31
    height: 55px;
32
    width: 305px;
33
    margin: 2px;
34
    padding: 2px;
35
}
36
37
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css (-24 lines)
Lines 355-384 fieldset.action { Link Here
355
    width: auto;
355
    width: auto;
356
}
356
}
357
357
358
/*Lable */
359
div.homeimage {
360
    background-attachment: scroll;
361
    background-color: transparent;
362
    background-image: url("../../img/label-creator-image.png");
363
    background-position: left top;
364
    background-repeat: no-repeat;
365
    min-width: 800px;
366
}
367
div.lci_01 {
368
    float: left;
369
    clear: left;
370
}
371
372
div.lci_02 {
373
    float: left;
374
    clear: left;
375
}
376
div.lci_03 {
377
    float: left;
378
    clear: left;
379
}
380
381
382
/***********************************************************/
358
/***********************************************************/
383
359
384
360
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 lines)
Lines 1-7 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
5
    [% IF ( bidi ) %]
4
    [% IF ( bidi ) %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
7
    [% END %]
6
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (-1 lines)
Lines 1-7 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
5
</head>
4
</head>
6
<body id="pcard_home" class="tools pcard">
5
<body id="pcard_home" class="tools pcard">
7
    [% INCLUDE 'header.inc' %]
6
    [% INCLUDE 'header.inc' %]

Return to bug 16020