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 (-27 / +37 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 406-411 div#header_search { Link Here
406
406
407
div#header_search input {
407
div#header_search input {
408
	font-size : 1.3em;
408
	font-size : 1.3em;
409
	border-radius : 5px;
409
}
410
}
410
411
411
div#header_search ul.link-tabs {
412
div#header_search ul.link-tabs {
Lines 462-469 dd { Link Here
462
}
463
}
463
464
464
div#toolbar {
465
div#toolbar {
465
	background-color : #F3F3F3;
466
	background-color : #E6F0F2;
466
	margin-bottom : .7em;
467
	margin-bottom : .7em;
468
	padding: 5px 5px 5px 5px;
469
	border-radius: 5px 5px 0 0;
470
	border: 1px solid #B9D8D9
467
}
471
}
468
472
469
div#toolbar .yui-menu-button button,
473
div#toolbar .yui-menu-button button,
Lines 712-722 fieldset.rows label.yesno { Link Here
712
fieldset.action, div.action {
716
fieldset.action, div.action {
713
	clear : both;
717
	clear : both;
714
	float : none;
718
	float : none;
715
    background-color:#ffffff;
719
	border : 0px;
716
	border : none;
720
	margin: 0;
717
	margin : 0;
721
	padding: .4em .4em .4em .1em;
718
	padding : 1em 0 .3em 0;
722
	width: auto;
719
	width : auto;
720
}
723
}
721
724
722
div.rows {
725
div.rows {
Lines 847-853 fieldset.rows .inputnote { Link Here
847
}
850
}
848
851
849
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
852
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
850
	background-color : #F3F3F3;
853
	background-color : #E6F0F2;
851
	border : 1px solid #E8E8E8;
854
	border : 1px solid #E8E8E8;
852
	text-align : center;
855
	text-align : center;
853
	text-decoration : none;
856
	text-decoration : none;
Lines 1362-1375 div#menu { Link Here
1362
div#menu li a {
1365
div#menu li a {
1363
	text-decoration: none;
1366
	text-decoration: none;
1364
	display: block;
1367
	display: block;
1365
	background: #eeeeee; /* Old browsers */
1368
1366
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1369
		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+ */
1370
	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+ */
1371
	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+ */
1372
	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+ */
1373
	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 */
1374
	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 */
1375
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1376
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1373
	-moz-border-top-left-radius: 5px;
1377
	-moz-border-top-left-radius: 5px;
1374
	border-top-left-radius: 5px;
1378
	border-top-left-radius: 5px;
1375
	-moz-border-bottom-left-radius: 5px;
1379
	-moz-border-bottom-left-radius: 5px;
Lines 1382-1395 div#menu li a { Link Here
1382
}
1386
}
1383
1387
1384
div#menu li a:hover {
1388
div#menu li a:hover {
1385
	background: #e8f0f6; /* Old browsers */
1389
1386
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1390
1387
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1391
	background: #eeeeee; /* Old browsers */
1388
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1392
	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+ */
1393
	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+ */
1394
	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 */
1395
	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 */
1396
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1397
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1398
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1393
}
1399
}
1394
1400
1395
div#menu li.active a:hover {
1401
div#menu li.active a:hover {
Lines 1543-1552 li.email { Link Here
1543
}
1549
}
1544
1550
1545
#searchheader {
1551
#searchheader {
1546
	background-color : #f3f3f3;
1552
	background-color : #E6F0F2;
1547
	font-size : 80%;
1553
	font-size : 80%;
1548
	margin : 0 0 .5em -1px;
1554
	margin : 0 0 .5em -1px;
1549
	padding : .1em 0 .1em 1em;
1555
	padding : .1em 0 .4em 1em;
1556
	border-radius : 5px 5px 0 0;
1550
}
1557
}
1551
1558
1552
/* Hack just for Firefox */
1559
/* Hack just for Firefox */
Lines 1556-1561 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1556
1563
1557
#searchheader form {
1564
#searchheader form {
1558
	float : right;
1565
	float : right;
1566
	padding : 5px 5px 3px 0;
1559
}
1567
}
1560
1568
1561
#searchheader form.fz3950 {
1569
#searchheader form.fz3950 {
Lines 1582-1591 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1582
1590
1583
#search-facets {
1591
#search-facets {
1584
	border : 1px solid #e8e8e8;
1592
	border : 1px solid #e8e8e8;
1593
	border-radius: 5px 5px 0 0;
1585
}
1594
}
1586
1595
1587
#search-facets h4 {
1596
#search-facets h4 {
1588
	background-color : #F3F3F3;
1597
	background-color : #E6F0F2;
1589
	border-bottom : 1px solid #e8e8e8;
1598
	border-bottom : 1px solid #e8e8e8;
1590
	font-size : 90%;
1599
	font-size : 90%;
1591
	margin : 0;
1600
	margin : 0;
Lines 1723-1728 a.yuimenuitemlabel:hover { Link Here
1723
#toplevelnav {
1732
#toplevelnav {
1724
	float : left;
1733
	float : left;
1725
	margin-left : .5em;
1734
	margin-left : .5em;
1735
	width: 40%;
1726
}
1736
}
1727
1737
1728
ul#toplevelmenu {
1738
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