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 (-34 / +55 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 540-546 div.patronviews { Link Here
540
}
544
}
541
545
542
fieldset.brief {
546
fieldset.brief {
543
	border : 1px solid #E8E8E8;
547
	border : 2px solid #B9D8D9;
544
}
548
}
545
549
546
fieldset.brief label,
550
fieldset.brief label,
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-868 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 #B9D8D9;
852
	text-align : center;
855
	text-align : center;
853
	text-decoration : none;
856
	text-decoration : none;
854
    border-radius : 3px;
857
    border-radius : 3px 3px 0 0;
855
}
858
}
856
859
857
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
860
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
858
	background-color : #FFF;
861
	background-color : #FFF;
862
	border-top : 1px solid #B9D8D9;
863
	border-right : 1px solid #B9D8D9;
864
	border-left : 1px solid #B9D8D9;
859
	border-bottom : 1px solid #FFF;
865
	border-bottom : 1px solid #FFF;
860
	margin-top : 0;
866
	margin-top : 0;
861
    border-radius : 3px;
867
    border-radius : 3px;
862
}
868
}
863
869
864
.toptabs .tabs-container {
870
.toptabs .tabs-container {
865
	border : 1px solid #E8E8E8;
871
	border : 1px solid #B9D8D9;
866
	padding : 1em;
872
	padding : 1em;
867
}
873
}
868
874
Lines 1362-1375 div#menu { Link Here
1362
div#menu li a {
1368
div#menu li a {
1363
	text-decoration: none;
1369
	text-decoration: none;
1364
	display: block;
1370
	display: block;
1365
	background: #eeeeee; /* Old browsers */
1371
1366
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1372
		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+ */
1373
	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+ */
1374
	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+ */
1375
	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+ */
1376
	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 */
1377
	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 */
1378
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1379
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1373
	-moz-border-top-left-radius: 5px;
1380
	-moz-border-top-left-radius: 5px;
1374
	border-top-left-radius: 5px;
1381
	border-top-left-radius: 5px;
1375
	-moz-border-bottom-left-radius: 5px;
1382
	-moz-border-bottom-left-radius: 5px;
Lines 1382-1395 div#menu li a { Link Here
1382
}
1389
}
1383
1390
1384
div#menu li a:hover {
1391
div#menu li a:hover {
1385
	background: #e8f0f6; /* Old browsers */
1392
1386
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1393
1387
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1394
	background: #fff; /* Old browsers */
1388
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1395
	background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1389
	background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1396
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), 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+ */
1397
	background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1391
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1398
	background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1392
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1399
	background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1400
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1401
	background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1402
    border-left: 1px solid #85CA11;
1403
    border-top: 1px solid #85CA11;
1404
    border-bottom: 1px solid #85CA11;
1393
}
1405
}
1394
1406
1395
div#menu li.active a:hover {
1407
div#menu li.active a:hover {
Lines 1404-1412 div#menu li.active a:hover { Link Here
1404
#menu ul li.active a {
1416
#menu ul li.active a {
1405
	background-color: #FFF;
1417
	background-color: #FFF;
1406
	background-image : none;
1418
	background-image : none;
1407
	border-right: 0;
1408
	font-weight: bold;
1419
	font-weight: bold;
1409
    color:#000000;
1420
    color:#000000;
1421
    border-left: 1px solid #85CA11;
1422
    border-top: 1px solid #85CA11;
1423
    border-bottom: 1px solid #85CA11;
1424
    border-right: 0;
1410
}
1425
}
1411
1426
1412
ul.error {
1427
ul.error {
Lines 1543-1552 li.email { Link Here
1543
}
1558
}
1544
1559
1545
#searchheader {
1560
#searchheader {
1546
	background-color : #f3f3f3;
1561
	background-color : #E6F0F2;
1547
	font-size : 80%;
1562
	font-size : 80%;
1548
	margin : 0 0 .5em -1px;
1563
	margin : 0 0 .5em -1px;
1549
	padding : .1em 0 .1em 1em;
1564
	padding : .1em 0 .4em 1em;
1565
	border-radius : 5px 5px 0 0;
1566
	border : 1px solid #B9D8D9;
1550
}
1567
}
1551
1568
1552
/* Hack just for Firefox */
1569
/* Hack just for Firefox */
Lines 1556-1561 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1556
1573
1557
#searchheader form {
1574
#searchheader form {
1558
	float : right;
1575
	float : right;
1576
	padding : 5px 5px 3px 0;
1559
}
1577
}
1560
1578
1561
#searchheader form.fz3950 {
1579
#searchheader form.fz3950 {
Lines 1581-1592 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1581
}
1599
}
1582
1600
1583
#search-facets {
1601
#search-facets {
1584
	border : 1px solid #e8e8e8;
1602
	border : 1px solid #B9D8D9;
1603
	border-radius: 5px 5px 0 0;
1585
}
1604
}
1586
1605
1587
#search-facets h4 {
1606
#search-facets h4 {
1588
	background-color : #F3F3F3;
1607
	background-color : #E6F0F2;
1589
	border-bottom : 1px solid #e8e8e8;
1608
	border-bottom : 1px solid #B9D8D9;
1609
	border-radius: 5px 5px 0 0;
1590
	font-size : 90%;
1610
	font-size : 90%;
1591
	margin : 0;
1611
	margin : 0;
1592
	padding : .4em .2em;
1612
	padding : .4em .2em;
Lines 1723-1728 a.yuimenuitemlabel:hover { Link Here
1723
#toplevelnav {
1743
#toplevelnav {
1724
	float : left;
1744
	float : left;
1725
	margin-left : .5em;
1745
	margin-left : .5em;
1746
	width: 40%;
1726
}
1747
}
1727
1748
1728
ul#toplevelmenu {
1749
ul#toplevelmenu {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
<div class="gradient">
1
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
2
<div id="header_search">
3
<div id="header_search">
3
	<div id="syspref_search" class="residentsearch">
4
	<div id="syspref_search" class="residentsearch">
Lines 25-28 Link Here
25
            [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the catalog</a></li>[% END %]
26
            [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the catalog</a></li>[% END %]
26
			</ul>
27
			</ul>
27
</div>
28
</div>
29
</div>
28
<!-- End Stopwords Resident Search Box -->
30
<!-- End Stopwords Resident Search Box -->
(-)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