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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-2 / +3 lines)
Lines 1546-1555 li.email { Link Here
1546
}
1546
}
1547
1547
1548
#searchheader {
1548
#searchheader {
1549
	background-color : #f3f3f3;
1549
	background-color : #E6F0F2;
1550
	font-size : 80%;
1550
	font-size : 80%;
1551
	margin : 0 0 .5em -1px;
1551
	margin : 0 0 .5em -1px;
1552
	padding : .1em 0 .1em 1em;
1552
	padding : .1em 0 .1em 1em;
1553
	border-radius : 5px 5px 0 0;
1553
}
1554
}
1554
1555
1555
/* Hack just for Firefox */
1556
/* Hack just for Firefox */
Lines 1559-1564 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1559
1560
1560
#searchheader form {
1561
#searchheader form {
1561
	float : right;
1562
	float : right;
1563
	padding : 5px 5px 3px 0;
1562
}
1564
}
1563
1565
1564
#searchheader form.fz3950 {
1566
#searchheader form.fz3950 {
1565
- 

Return to bug 7998