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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+28 lines)
Lines 1409-1414 dd { Link Here
1409
    }
1409
    }
1410
}
1410
}
1411
1411
1412
.patroninfo-section {
1413
    padding: .5em;
1414
    margin: .5em;
1415
1416
    .rows {
1417
        padding: .5em;
1418
    }
1419
}
1420
1421
.patroninfo-heading {
1422
    background-color: rgba(237, 244, 246, .4);
1423
    padding: .5em;
1424
    margin-bottom: .3em;
1425
    clear: both;
1426
1427
    h3 {
1428
        display: inline-block;
1429
    }
1430
1431
    .btn {
1432
        float: right;
1433
    }
1434
}
1435
1412
/* Patron image */
1436
/* Patron image */
1413
1437
1414
.patronimage-container {
1438
.patronimage-container {
Lines 1456-1461 dd { Link Here
1456
    padding: 1em 2em;
1480
    padding: 1em 2em;
1457
 }
1481
 }
1458
1482
1483
#patronImageEdit input[type="file" ] {
1484
    display: inline-block;
1485
}
1486
1459
.patronviews {
1487
.patronviews {
1460
    border-right: 1px solid #000;
1488
    border-right: 1px solid #000;
1461
    border-top: 1px solid #000;
1489
    border-top: 1px solid #000;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-9 lines)
Lines 14-27 Link Here
14
    [% END %]
14
    [% END %]
15
</title>
15
</title>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
<style>
18
    input[type="file"] { display: inline-block; }
19
    .patroninfo-section { padding: .5em; margin: .5em; }
20
    .patroninfo-section .rows { padding: .5em; }
21
    .patroninfo-heading { background-color: rgba(237, 244, 246, .4); padding: .5em; margin-bottom: .3em; clear:both;}
22
    .patroninfo-heading h3 { display: inline-block; }
23
    .patroninfo-heading .btn { float: right; }
24
</style>
25
</head>
17
</head>
26
18
27
<body id="pat_moremember" class="pat">
19
<body id="pat_moremember" class="pat">
28
- 

Return to bug 23729