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 (-18 / +21 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 712-718 fieldset.rows label.yesno { Link Here
712
fieldset.action, div.action {
712
fieldset.action, div.action {
713
	clear : both;
713
	clear : both;
714
	float : none;
714
	float : none;
715
    background-color:#ffffff;
715
    background-color:#F4F8F9;
716
	border : none;
716
	border : none;
717
	margin : 0;
717
	margin : 0;
718
	padding : 1em 0 .3em 0;
718
	padding : 1em 0 .3em 0;
Lines 1362-1375 div#menu { Link Here
1362
div#menu li a {
1362
div#menu li a {
1363
	text-decoration: none;
1363
	text-decoration: none;
1364
	display: block;
1364
	display: block;
1365
	background: #eeeeee; /* Old browsers */
1365
	
1366
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1366
		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+ */
1367
	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+ */
1368
	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+ */
1369
	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+ */
1370
	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 */
1371
	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 */
1372
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1373
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1373
	-moz-border-top-left-radius: 5px;
1374
	-moz-border-top-left-radius: 5px;
1374
	border-top-left-radius: 5px;
1375
	border-top-left-radius: 5px;
1375
	-moz-border-bottom-left-radius: 5px;
1376
	-moz-border-bottom-left-radius: 5px;
Lines 1382-1395 div#menu li a { Link Here
1382
}
1383
}
1383
1384
1384
div#menu li a:hover {
1385
div#menu li a:hover {
1385
	background: #e8f0f6; /* Old browsers */
1386
	
1386
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1387
	
1387
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1388
	background: #eeeeee; /* Old browsers */
1388
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1389
	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+ */
1390
	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+ */
1391
	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 */
1392
	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 */
1393
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1394
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1395
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1393
}
1396
}
1394
1397
1395
div#menu li.active a:hover {
1398
div#menu li.active a:hover {
(-)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