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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css (-3 / +7 lines)
Lines 31-39 Link Here
31
#area-news h3 {
31
#area-news h3 {
32
    /* Title section for the news block : transparency to let the koha logo appear */
32
    /* Title section for the news block : transparency to let the koha logo appear */
33
    background-color: #EEEEEE;
33
    background-color: #EEEEEE;
34
    filter:alpha(opacity=50);   /* for IE */
34
    filter:alpha(opacity=70);   /* for IE */
35
    -moz-opacity: 0.5;          /* for Firefox before 0.9 */
35
    -moz-opacity: 0.7;          /* for Firefox before 0.9 */
36
    opacity: 0.5;
36
    opacity: 0.7;
37
    padding : .3em; margin: 0;
37
    padding : .3em; margin: 0;
38
}
38
}
39
39
Lines 44-49 Link Here
44
    border-bottom: 1px solid #EEE;
44
    border-bottom: 1px solid #EEE;
45
    background-color : #ffffff;
45
    background-color : #ffffff;
46
    border-radius: 6px;
46
    border-radius: 6px;
47
    filter:alpha(opacity=75);
48
    -moz-opacity: 0.75;
49
    opacity: .75;
50
    font-weight: 600;
47
    }
51
    }
48
52
49
.newsfooter {
53
.newsfooter {
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-26 / +35 lines)
Lines 202-208 ol li { Link Here
202
        linear,
202
        linear,
203
        left top,
203
        left top,
204
        left bottom,
204
        left bottom,
205
        color-stop(0.1, rgb(212,214,255)),
205
        color-stop(0.1, rgb(230, 240, 242)),
206
        color-stop(0.99, rgb(255,255,255))
206
        color-stop(0.99, rgb(255,255,255))
207
    );
207
    );
208
    display: inline-block;
208
    display: inline-block;
Lines 462-469 dd { Link Here
462
}
462
}
463
463
464
div#toolbar {
464
div#toolbar {
465
	background-color : #F3F3F3;
465
	background-color : #E6F0F2;
466
	margin-bottom : .7em;
466
	margin-bottom : .7em;
467
	padding: 5px 5px 5px 5px;
468
	border-radius: 5px 5px 0 0;
469
	border: 1px solid #B9D8D9
467
}
470
}
468
471
469
div#toolbar .yui-menu-button button,
472
div#toolbar .yui-menu-button button,
Lines 712-722 fieldset.rows label.yesno { Link Here
712
fieldset.action, div.action {
715
fieldset.action, div.action {
713
	clear : both;
716
	clear : both;
714
	float : none;
717
	float : none;
715
    background-color:#ffffff;
718
	border : 0px;
716
	border : none;
719
	margin: 0;
717
	margin : 0;
720
	padding: .4em .4em .4em .1em;
718
	padding : 1em 0 .3em 0;
721
	width: auto;
719
	width : auto;
720
}
722
}
721
723
722
div.rows {
724
div.rows {
Lines 847-853 fieldset.rows .inputnote { Link Here
847
}
849
}
848
850
849
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
851
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
850
	background-color : #F3F3F3;
852
	background-color : #E6F0F2;
851
	border : 1px solid #E8E8E8;
853
	border : 1px solid #E8E8E8;
852
	text-align : center;
854
	text-align : center;
853
	text-decoration : none;
855
	text-decoration : none;
Lines 1362-1375 div#menu { Link Here
1362
div#menu li a {
1364
div#menu li a {
1363
	text-decoration: none;
1365
	text-decoration: none;
1364
	display: block;
1366
	display: block;
1365
	background: #eeeeee; /* Old browsers */
1367
1366
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1368
		background: #e8f0f6; /* Old browsers */
1367
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1369
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1368
	background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1370
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1369
	background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1371
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1370
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1372
	background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1371
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1373
	background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1372
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1374
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1375
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1373
	-moz-border-top-left-radius: 5px;
1376
	-moz-border-top-left-radius: 5px;
1374
	border-top-left-radius: 5px;
1377
	border-top-left-radius: 5px;
1375
	-moz-border-bottom-left-radius: 5px;
1378
	-moz-border-bottom-left-radius: 5px;
Lines 1382-1395 div#menu li a { Link Here
1382
}
1385
}
1383
1386
1384
div#menu li a:hover {
1387
div#menu li a:hover {
1385
	background: #e8f0f6; /* Old browsers */
1388
1386
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1389
1387
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1390
	background: #eeeeee; /* Old browsers */
1388
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1391
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1389
	background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1392
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1390
	background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1393
	background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1391
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1394
	background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1392
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1395
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1396
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1397
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1393
}
1398
}
1394
1399
1395
div#menu li.active a:hover {
1400
div#menu li.active a:hover {
Lines 1543-1552 li.email { Link Here
1543
}
1548
}
1544
1549
1545
#searchheader {
1550
#searchheader {
1546
	background-color : #f3f3f3;
1551
	background-color : #E6F0F2;
1547
	font-size : 80%;
1552
	font-size : 80%;
1548
	margin : 0 0 .5em -1px;
1553
	margin : 0 0 .5em -1px;
1549
	padding : .1em 0 .1em 1em;
1554
	padding : .1em 0 .4em 1em;
1555
	border-radius : 5px 5px 0 0;
1550
}
1556
}
1551
1557
1552
/* Hack just for Firefox */
1558
/* Hack just for Firefox */
Lines 1556-1561 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1556
1562
1557
#searchheader form {
1563
#searchheader form {
1558
	float : right;
1564
	float : right;
1565
	padding : 5px 5px 3px 0;
1559
}
1566
}
1560
1567
1561
#searchheader form.fz3950 {
1568
#searchheader form.fz3950 {
Lines 1582-1587 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1582
1589
1583
#search-facets {
1590
#search-facets {
1584
	border : 1px solid #e8e8e8;
1591
	border : 1px solid #e8e8e8;
1592
	border-radius: 5px 5px 0 0;
1585
}
1593
}
1586
1594
1587
#search-facets h4 {
1595
#search-facets h4 {
Lines 1723-1728 a.yuimenuitemlabel:hover { Link Here
1723
#toplevelnav {
1731
#toplevelnav {
1724
	float : left;
1732
	float : left;
1725
	margin-left : .5em;
1733
	margin-left : .5em;
1734
	width: 40%;
1726
}
1735
}
1727
1736
1728
ul#toplevelmenu {
1737
ul#toplevelmenu {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-8 / +6 lines)
Lines 43-50 function Dopop(link) { Link Here
43
</script>
43
</script>
44
</head>
44
</head>
45
<body id="circ_returns" class="circ">
45
<body id="circ_returns" class="circ">
46
<div id="header" class="gradient">
46
[% INCLUDE 'header.inc' %]
47
[% INCLUDE 'header.inc' %]
47
[% INCLUDE 'checkin-search.inc' %]
48
[% INCLUDE 'checkin-search.inc' %]
49
</div>
48
50
49
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check in</div>
51
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check in</div>
50
52
Lines 379-405 function Dopop(link) { Link Here
379
            <div class="yui-u">
381
            <div class="yui-u">
380
            <fieldset id="checkin_options">
382
            <fieldset id="checkin_options">
381
                <legend>Options</legend>
383
                <legend>Options</legend>
382
383
                <ul>
384
                    [% IF ( overduecharges ) %]
384
                    [% IF ( overduecharges ) %]
385
                    <li>
385
                    <p>
386
                        [% IF ( exemptfine ) %]
386
                        [% IF ( exemptfine ) %]
387
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" checked="checked" />
387
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" checked="checked" />
388
                        [% ELSE %]
388
                        [% ELSE %]
389
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" />
389
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" />
390
                        [% END %]
390
                        [% END %]
391
                        <label for="exemptcheck">Forgive overdue charges</label>
391
                        <label for="exemptcheck">Forgive overdue charges</label>
392
                    </li>
392
                    </p>
393
                    [% END %] <!-- overduecharges -->
393
                    [% END %] <!-- overduecharges -->
394
                    <li>
394
                    <p>
395
                        [% IF ( dropboxmode ) %]
395
                        [% IF ( dropboxmode ) %]
396
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" checked="checked" />
396
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" checked="checked" />
397
                        [% ELSE %]
397
                        [% ELSE %]
398
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" />
398
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" />
399
                        [% END %]
399
                        [% END %]
400
                        <label for="dropboxcheck">Dropbox mode</label>
400
                        <label for="dropboxcheck">Dropbox mode</label>
401
                    </li>
401
                    </p>
402
                </ul>
403
            </fieldset>
402
            </fieldset>
404
        </div>
403
        </div>
405
    </form>
404
    </form>
406
- 

Return to bug 7998